VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. I want to share a batch file i have made which will convert most if not all video types into a mpeg4 (default 800kbps) with 96kbps mp3 sound AVI.

    The output is a 512x automatic aspect encode, with 800kbps vbr video and 96kbps @ 44100hz mp3 AVI file with sound volume automatically normalized.

    Works great on VOB's from dvd decrypter and flv from youtube etc.

    Output file size is not fixed, just based on input video characteristics.

    Simply place your clips to convert into the folder and run the batch file.

    Download the zip which includes bat file, mencoder and a sample 2 min clip from
    Gettysburg movie which is a VOB converted by this process.

    Let me know if you think its good, bad or ugly lol, it aint perfect but sure
    beats payware.
    mark

    http://www.mediafire.com/?3s0illmdmc3
    Quote Quote  
  2. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    May I suggest you post the batch file here, just wrap it in CODE tags.
    Free download sites usually have a limited life.
    Quote Quote  
  3. Hi Alan, this newbie here dont know what a code tag is? lol
    Maybe videohelp.com could host it?
    Quote Quote  
  4. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    nothing complex.

    code tag:
    Code:
    Code:
     command line......
    Code:
    for %%f in (*.*) do mencoder.exe "%%f" -o "%%~nf.AVI" -ovc lavc -lavcopts vcodec=mpeg4 -ffourcc DIVX -oac mp3lame -lameopts cbr:br=96 -vf scale -zoom -xy 512 -noskip -af volnorm=1 -srate 44100
    what makes you think anyone would need a 10mb sample avi clip?


    tripp
    Quote Quote  
  5. Member AlanHK's Avatar
    Join Date
    Apr 2006
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by peterbuilt
    Hi Alan, this newbie here dont know what a code tag is? lol
    Maybe videohelp.com could host it?
    When you're typing a message you see a line of formatting buttons:
    B i u Strike Quote Code....

    Putting a batch script in CODE tags separates it and makes it more legible.
    Simplest way to share your batch script here.
    (NB: also click the button below the post "Disable automatic tool link" to stop it making names of tools into links. You don't want that in a script.)
    Quote Quote  
  6. Member
    Join Date
    Jun 2008
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by 45tripp

    Code:
    ffor %%f in (*.*) do mencoder.exe "%%f" -o "%%~nf.AVI" -ovc lavc -lavcopts vcodec=mpeg4 -ffourcc DIVX -oac mp3lame -lameopts cbr:br=96 -vf scale -zoom -xy 512 -noskip -af volnorm=1 -srate 44100
    Can someone help me to modifie the code above to make it encode in 2 audios. I have a lot of video in vob format with 2 audios to convert in divx.

    Thank a lot
    Quote Quote  



Similar Threads

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