VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member
    Join Date
    Aug 2008
    Location
    Estonia
    Search Comp PM
    Is there a way to change DAR flags with VirtualDub?

    I know there's Mpeg4Modifier, but I have more than a hundred and fifty files to process and Mpeg4Modifier has no batch wizard, while VirtualDub does.

    Any other free software with a batch wizard will do as well.
    Quote Quote  
  2. Member
    Join Date
    Dec 2005
    Location
    Canada
    Search Comp PM
    There's a command line version of Mpeg4Modifier that might work.

    http://forum.doom9.org/showthread.php?t=117553

    Save the bat file in the same folder with all the avi files.
    It creates a folder called 'DAR' and copies the modified files to it.


    @ECHO OFF
    md DAR
    FOR %%I IN (*.avi) DO "C:\Program Files (x86)\MPEG4Modifier\mmcl.exe" --dar custom 16:9 "%%~fI" "%%~dpIDAR\%%~nxI"
    Quote Quote  
  3. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    Originally Posted by higgins327 View Post
    Is there a way to change DAR flags with VirtualDub?

    I know there's Mpeg4Modifier, but I have more than a hundred and fifty files to process and Mpeg4Modifier has no batch wizard, while VirtualDub does.

    Any other free software with a batch wizard will do as well.
    Yeah, but Vdub only exports to AVI, so it wouldn't help at all with MPEG4. Maybe you're thinking it could do it with DivX/Xvid - it can't, but I'm guessing that some OTHER app might be able to read the video codec's flags/headers and modify them.
    AVI's as containers don't really have an understanding of PAR or DAR, it just relies on the codec to set or read those.
    Maybe if you demuxed and remuxed to MP4, other apps might be available? (I'm S-T-I-L-L! at work and want to go home after being here for 12 hours, so I'm not going to do a check for you about which ones might, sorry).

    Scott
    Quote Quote  
  4. Member
    Join Date
    Aug 2008
    Location
    Estonia
    Search Comp PM
    Originally Posted by Cornucopia View Post
    AVI's as containers don't really have an understanding of PAR or DAR, it just relies on the codec to set or read those.
    How come Mpeg4Modifier fixes DAR in AVIs then?

    Originally Posted by sambat View Post
    There's a command line version of Mpeg4Modifier that might work.
    I'll give it a shot, thanks!
    Quote Quote  
  5. Originally Posted by higgins327 View Post
    Originally Posted by Cornucopia View Post
    AVI's as containers don't really have an understanding of PAR or DAR, it just relies on the codec to set or read those.
    How come Mpeg4Modifier fixes DAR in AVIs then?
    Mpeg4Modifier sets the PAR/DAR in the MPEG 4 (Xvid) data stream, not at the container (AVI header) level. Containers like MKV and MP4 have PAR/DAR flags at the container level. These can be used to override the flags in the video data.

    Actually, AVI supports DAR flags in the ODML extensions. But I've never seen any program use these.
    Last edited by jagabo; 1st Apr 2011 at 06:51.
    Quote Quote  



Similar Threads

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