I was trying to convert an rmvb file to dvd. I installed avisynth 2.58, real alternative 1.90, and virtual dub mod 1.5.10. I created an avs file with this code: DirectShowSource("%f", fps=23, convertfps=true) because the video's fps was 23 and saved it as the same name as the file in the same location. But when I open it with virtual dub mod I get this error: (yellow bubble) Couldn't locate decompressor for format 'YV12' (unknown). VirtualDub requires a Video for Windows (VFW) compatible codec to decompress video. DirectShow codecs, such as those used by Windows Media Player, are not suitable. Only 'Direct stream copy' is available for this video. I tried the same with tmpgenc dvd author 3 I get this error: Could not open the video part of the file D:\%f.avs. Only the audio part can be opened. Can someone help me out with this problem? Thank You.
+ Reply to Thread
Results 1 to 3 of 3
-
-
https://forum.videohelp.com/topic284288.html
https://forum.videohelp.com/topic289872.html
DirectShowSource("%f", fps=23, convertfps=true) = missing source and location
Example
DirectShowSource("c:\video.rmvb", fps=25, convertfps=true) -
Okay, now I got that problem to be fixed by installing the K-Lite Mega Codec and when I said "%f" I meant the location of the file and its extension. But now I got another problem. After the conversion and I play the vob file, the sound and the video are not synchronized. Does anyone know how to solve this problem without converting the video and the audio separately? The rmvb file is played in 23fps so I used DirectShowSource("C:\LOTR.rmvb", fps=23, convertfps=true) in tmpgenc.
Similar Threads
-
convert rmvb to dvd-no sound?
By sharmine in forum Newbie / General discussionsReplies: 2Last Post: 1st Oct 2008, 03:32 -
Converting .rmvb to DVD Error
By kaozkid in forum Newbie / General discussionsReplies: 5Last Post: 20th Apr 2008, 16:12 -
RMVB to DVD...no audio?
By Tiramisue in forum Newbie / General discussionsReplies: 2Last Post: 10th Dec 2007, 19:09 -
rmvb to dvd?
By asdfprou in forum Newbie / General discussionsReplies: 8Last Post: 29th Nov 2007, 01:20 -
dvd players that support rmvb??
By lilxtwinkies in forum DVD & Blu-ray PlayersReplies: 4Last Post: 25th Sep 2007, 23:03