Why do I get error frame 0 in VirtualDubMod when I open up the video? What does it mean?
+ Reply to Thread
Results 1 to 10 of 10
-
-
Something about B frame decoder lag? The video doesn't start with an I frame. Just skip the first frame or two.
-
Yesterday I tried skipping more then two frames. I still get errorr decoding..
-
Install Avisynth and FFDShow. Create a simple avisynth script in notepad that says
DirectShowSource("pathtoyourvideo/videoname.avi")Read my blog here.
-
Originally Posted by guns1inger
Code:DirectShowSource("G:\Running Scared (2006).avi")
-
Is your video indeed stored in the root directory of drive G?
I suspect, though, it's a problem with the filename (especially the parentheses). Try renaming the AVI (or just copy it) to a filename without spaces and parentheses, then use that filename in the AVISynth script and see if it works.If cameras add ten pounds, why would people want to eat them? -
Do you have AviSynth installed? You need that to use DirectShowSource().
If you use VirtualDubMod you can get it to generate the AviSynth script for you. This prevents typos and makes the process a little easier. Start VirtualDubMod then select File -> Open Video File. At the bottom of the open file dialog there is a pulldown labeled "Use AviSynth Template". Select DirectShowSource. Then select your video file as usual. An AVS script will be created in the same folder as the video and it will be opened automatically. In the future (if you close VirtualDubMod and restart it) you can open the AVS script directly. -
I don't understand. When I open the video directly, I get error frame 0.
-
You really have to help us out here. Exactly what error message do you get? Is it only the first frame or does it persist through the entire video?
Using AviSynth's DirectShowSource might behave differently than opening the video directly in VirtualDub because DirectShowSource uses Windows' DirectShow system to read and decompress the video. Opening the file directly uses VirtualDub's internal file reader/splitter and Windows' VFW (Video For Windows) library to decompress frames. VFW is an older, more primitive, less capable video handling system.
Similar Threads
-
VirtualDubMod ntdll error.
By tat2jr1 in forum Video ConversionReplies: 10Last Post: 25th Jul 2009, 07:15 -
VirtualDubMod I/O error!
By HzZzN in forum Video Streaming DownloadingReplies: 0Last Post: 30th Jul 2008, 16:18 -
How do I edit the frame rate of a selection of frames in VirtualDubMod?
By manilow in forum RestorationReplies: 4Last Post: 21st Dec 2007, 22:12 -
Error with VirtualDubMod
By dingdongbubble in forum DVD RippingReplies: 5Last Post: 2nd Jul 2007, 11:28 -
VirtualDubMod Error 0x016409fc
By sweetfreek in forum Software PlayingReplies: 3Last Post: 1st Jun 2007, 01:08