VideoHelp Forum




+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 36 of 36
  1. Member
    Join Date
    Jan 2004
    Location
    Australia
    Search Comp PM
    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.
    Quote Quote  
  2. Member
    Join Date
    Jan 2004
    Location
    Australia
    Search Comp PM
    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.
    Quote Quote  
  3. Member
    Join Date
    Jan 2004
    Location
    Australia
    Search Comp PM
    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.
    Quote Quote  
  4. Originally Posted by halsboss
    ANSWER:
    The Packed Bitstream AVI fix ONLY works if you use the latest XVID codec and not ffdshow's xvid decoder.
    Interesting. Good to know.
    Quote Quote  
  5. VH Wanderer Ai Haibara's Avatar
    Join Date
    Jan 2006
    Location
    Somewhere on VideoHelp...
    Search Comp PM
    Will it work if you have ffdshow set to use Xvid to decode, rather than libavcodec?



    If cameras add ten pounds, why would people want to eat them?
    Quote Quote  
  6. Member
    Join Date
    Jan 2004
    Location
    Australia
    Search Comp PM
    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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!