Delete the post.
+ Reply to Thread
Results 1 to 10 of 10
-
I stick to SW 2.51 too for the same reasons but also get an error message with vob and mpg clips.
You could convert reasonably fast to an xvid with FFmpeg...
Code:ffmpeg.exe -i "c:\source.vob" -vcodec libxvid -b 800k -s 176x144 -intra -acodec libmp3lame -y "c:\out_clip.avi"
-
Can you play the vob or mpg in windows media player? If not you need a mpeg2 decoder. ffdshow should work.
-
Probably the easiest way is to first create a temporary folder and copy FFmpeg and the vob or mpg to it.
Then open notepad and copy the example command line to it. You can take off the drive letters this way like;
ffmpeg.exe -i "your_source.vob" -vcodec libxvid -b 800k -s 176x144 -intra -acodec libmp3lame -y "out_clip.avi"
Then save this from notepad, also to the same folder, as a batch file like e.g. "convert.bat". Finally double click on that file after which the black FFmpeg console window should show up and encoding starts.
If you want to stop encoding to check out, press the "Q" key. Then the output clip is playable. For the final encoding, you'll have to wait till FFmpeg closes.Last edited by Chris K; 31st Mar 2010 at 17:09. Reason: typo correction.
-
You need to install MPEG2Source and NicAC3 separately, they don't come with the basic install of Avisynth.
See
http://neuron2.net/dgmpgdec/QuickStart.html
http://nicaudio.codeplex.com/Wikipage
The "Quick start" link above tells you how to make the d2v (index) file; this is very quick.
-- I never knew that I could use an AVS file in SW. It doesn't let you choose an AVS file as the "movie" (at least in my setup), but if you type in the file name, it works...Last edited by AlanHK; 17th Apr 2010 at 09:29.
Similar Threads
-
subtitle workshop crashes when loading video
By stem300 in forum SubtitleReplies: 0Last Post: 29th Dec 2011, 15:37 -
Subtitle (Workshop) and mpg video
By cyrax2006 in forum SubtitleReplies: 10Last Post: 6th Nov 2011, 14:17 -
Video image on Subtitle Workshop
By carlmart in forum SubtitleReplies: 6Last Post: 26th Sep 2011, 16:58 -
Subtitle workshop help manual/video
By triedeverything in forum SubtitleReplies: 4Last Post: 22nd Jul 2010, 04:36 -
Subtitle Workshop does not show video
By aslan in forum SubtitleReplies: 2Last Post: 1st Apr 2009, 07:38