I have an .avi file encoded in mpeg4 (according to gspot) and I'm unable to play it properly let alone convert it a dvd compliant file (so I can burn it) I have opened it in virtual dub it plays about 5 seconds of the file then an error comes up, I've opened it in tmpgenc it starts to convert the file then an error comes up about 10 seconds into the process. Windows media does nothing with it. MPEG Encoder won't even open it, but gspot recognizes it as a mpeg4 using an xvid codec it tells me the reslution used, file size audio bytes etc... just nothing will play it or encode it I've already downloaded the xvid codec from the website but still does nothing with the file I have three videos encoded in this format each are about 170mb. Any help is appreciated.
+ Reply to Thread
Results 1 to 12 of 12
-
-
When I first open the video with vdub the movie screen (the place that plays the video file) there is large lettering that looks like the style of lettering used in ms-dos and it says "WARNING: NOTHING TO OUTPUT BFRAME DECODER LAG"
and when I click preview input under "file"
the video does start to play (very poor quality) and after 5 seconds an error message comes up saying
"Oops-virtualdub has crashed. Details are listed below...blah blah blah....
Crash details (best guess as to cause)
An out-of-bounds memory access (access violation) occurred in module "xvidcore'...while decompressing video frame 164 with XVID MPEG-4 Codec"
[biCompression=44495658] (videosource.cpp:1618)...whoile running thread "Processing" (thread.cpp:120).
I kind of understand what its saying (i think) I believe its saying there is an error with the codec? but I just downloaded it and installed it. I've seen somewhere that there is a program to fix weird video files such as this. does anyone know if it and know if it will fix this? -
I believe you are referring to MPEG4Modifier
Google is your Friend -
-
Originally Posted by Boomer8
Frame 164.....thats where your problem starts (bad frame)..and possibly a few frames afterwards......look for some GUIDES on using VD/VDM to cut/mask bad frames. -
I have the same problem with the decoder lag error in Vdub. I uninstalled Xvid and used FFDSHOW but Vdub won't open the file because it could not detect a VFW for YV12. I know I selected that in the FFDSHOW and VFW Config.
In Xvid's Encoder Config, the "Packed Bitstream" was already enabled and I still got the error. Help?I'm doing here is I'm using an AVS script to edit an existing AVI I have. I opened the script in Vdub and then I got that decoder lag error and I'm trying to get rid of the error. The video players fine when I output that to an AVI. It's just that the first frame of the video is the error. After that, the video starts playing.
-
It isn't an error. It is simply there because the VfW framework can't handle bframes properly.
You need to enable packed bitstream when encoding. If it is encoded without it, then setting it to on now will make no difference.
AVISynth serves raw video, so in this case YV12. You need something to handle it like XviD, DivX, ffdshow, the Helix YV12 codec, etc.
In AVISynth you could use directshowsource or trim the decoder lag frame. -
As I said, packed bitstream was preset by the program itself.
What is the directshowsource? Is the decoder lag frame merely added to the video or does it replace an original frame? I'm wondering if I should just remove the frame or should I replace that frame with a frame from the actual video?
-
The frame is added by the decoder due to VfW's simple one frame in one frame out nature.
directshowsource is a plugin so instead of avisource("whatever.avi") it is directshowsource("whatever.avi")
You could also use mencoder which uses its own interface, not VfW or dshow. -
Update your XviD codec.
Alternatively you can use Avidemux 2 to encode to DVD.
Similar Threads
-
avidemux audio sync problem with MPEG-2 - alt. way to cut mpeg-2
By graysky in forum LinuxReplies: 8Last Post: 6th Nov 2011, 21:02 -
new Virtualdub MPEG - still a colorspace problem with MPEG-&
By sanlyn in forum EditingReplies: 6Last Post: 10th Aug 2009, 22:18 -
Strange problem between AVI(mpeg) file and DVD based on AVI(mpeg) file
By 1234567 in forum DVD RippingReplies: 49Last Post: 15th Feb 2009, 07:36 -
dvd/mpeg problem
By 557953 in forum EditingReplies: 4Last Post: 1st Feb 2009, 15:15 -
Will the QT MPEG-2 Playback addon help my no MPEG audio on vegas problem?
By Nuke Shower in forum Video ConversionReplies: 5Last Post: 9th Apr 2008, 16:01