I'm having a problem converting a left/right file to a full hd SBS file with avisynth and virtualdub
For some reason virtual dub is not finding my right.mkv even tho I have it in the same folder. Here is my folder with the files I need to turn from Left/Right to Full SBS
Here is my vdub error message
I used the script
f1 = DirectshowSource("Right.mkv").ConvertToRGB32
f2 = DirectshowSource("Left.mkv").ConvertToRGB32
StackHorizontal(f1, f2)
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 8 of 8
			
		- 
	
- 
	You need to provide the full filename to the DirectShowSource() commands, not just "left.mkv" and "right.mkv". For example: 
 
 f2=DirectShowSource("This.Is.It.Thriller.1080p.LR. z-man_left.mkv")
 
 I suspect you also need a DirectShow MKV reader/splitter -- Haali. And you may also need DirectShow decoders for the audio and video codecs used in the MKV files -- ffdshow.
- 
	Thanks, I installed those 2 programs but still get the same error message in virtualdub. 
- 
	Ok, got past the errors, thanks 
 
 Now I have vdub open and I have a black screen and not sure what to do next to convert these files into 1 file to open with media player classic home cinema.
- 
	
Similar Threads
- 
  Converting Left Right 3D MKV to Half SBS MKVBy TehBotolSOsro in forum Video ConversionReplies: 10Last Post: 3rd Apr 2012, 07:24
- 
  Unable to play FULL SBS to Anaglyph using Avisynth 2.5By BaltarWithSix in forum Video ConversionReplies: 17Last Post: 24th Jan 2012, 01:11
- 
  Is it possible to convert sbs to trioviz infinicolor with avisynth?By yoda313 in forum Video ConversionReplies: 3Last Post: 4th Dec 2011, 14:53
- 
  What program to convert sbs left/right to analglyph 3d?By yoda313 in forum Video ConversionReplies: 57Last Post: 29th Apr 2011, 19:34
- 
  Converting a Mono Left Channel to Double Mono Left/ Right Channel on a DVDBy socool135 in forum AudioReplies: 5Last Post: 16th Sep 2007, 01:45


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			



 Quote
 Quote 
			