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...
 
 Because I don't care about the picture quality but want to convert as fast as possible, I use a small frame size. Because I want SW to jump frame accurate when I double click on a line, I add -intra (intra frames only) to the command line.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 18: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 10:29. 
Similar Threads
- 
  subtitle workshop crashes when loading videoBy stem300 in forum SubtitleReplies: 0Last Post: 29th Dec 2011, 16:37
- 
  Subtitle (Workshop) and mpg videoBy cyrax2006 in forum SubtitleReplies: 10Last Post: 6th Nov 2011, 15:17
- 
  Video image on Subtitle WorkshopBy carlmart in forum SubtitleReplies: 6Last Post: 26th Sep 2011, 17:58
- 
  Subtitle workshop help manual/videoBy triedeverything in forum SubtitleReplies: 4Last Post: 22nd Jul 2010, 05:36
- 
  Subtitle Workshop does not show videoBy aslan in forum SubtitleReplies: 2Last Post: 1st Apr 2009, 08:38


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote Visit Homepage
				Visit Homepage
			 
			

