jagabo, you're brilliant.
Used mpeg4modifier to make the AVIs packed bitstream and all problems went away opening the avis with avisynth with avisource. Even an avi I had problems with which was supposedly packed bitstream I tried to unpack then pack again and hey presto it worked just fine - go figure.
edit: moved queries to the doom9 thread.
edit2: well, more info below.
+ Reply to Thread
Results 31 to 36 of 36
-
-
It was a good idea while it lasted. I saw a packed bitstream xvid in .AVI and thought "that'll be OK" but it turned out to be a little odd. Unpacked with mpeg4modifier and repacked with it, and still had problems with it.
The only reliable way I found to get around it was via a combination of mpeg4modifier and the latest ffmpeg -
(1) unpack it with mpeg4modifier
(2) convert to a lossless ffv1 .AVI (ffmpeg handles xvid's b-frames in AVI OK by the looks, from non-packed-bitstream AVIs)
(3) then process the ffv1 AVI with avisynth.
Command lines :-
Code:"C:\SOFTWARE\MPEG4Modifier\mmcl.exe" --unpack --always-write "input.avi" "input-unpacked.avi" "C:\SOFTWARE\ffmpeg\ffmpeg.exe" -y -i "input-unpacked.avi" -f avi -vcodec ffv1 -an "input-ffv1.avi"
EDIT: follow-up thread here http://forum.doom9.org/showthread.php?t=145262
Feel free to post ideas here too. -
ANSWER:
The Packed Bitstream AVI fix ONLY works if you use the latest XVID codec and not ffdshow's xvid decoder. It works then.
From the other thread:
Always use packed bitstream with avi and use xvid to decode instead of ffdshow. Unticking decoding xvid in ffdshow (both vfw and non-vfw) and installing the latest xvid makes the problem go away. -
I had to uninstall xvid for ffdshow to be used again. Anyway, tried all 3 ffdshow settings :-
1. disabled = virtualdub had no codec to decode, as expected
2. libavcodec = the anomalous behaviour described
3. Xvid = "good behaviour"
Anyway, decided to go back to install Xvid and disable ffdshow's xvid, just to be on the safe side.
Similar Threads
-
QuickTime Pro exporting image sequence with the frames in the wrong order?
By adam-tl in forum Video ConversionReplies: 2Last Post: 29th Nov 2011, 15:55 -
Netflix no longer posts my Saterday returned movies on Monday
By cal_tony in forum Newbie / General discussionsReplies: 14Last Post: 8th Sep 2011, 13:57 -
Virtualdub VCR capture no dropped frames but 5400 inserted frames in 1 hour
By suloku in forum Capturing and VCRReplies: 12Last Post: 17th Aug 2011, 22:33 -
DV - Frames out of order
By devonuto in forum EditingReplies: 3Last Post: 25th Jan 2008, 01:45 -
inserted frames without dropped frames in VirtualDub capturing VHS
By whschlebaum in forum Capturing and VCRReplies: 0Last Post: 23rd Aug 2007, 20:59