VideoHelp Forum
+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. Member loa909's Avatar
    Join Date
    Mar 2007
    Location
    United Kingdom
    Search Comp PM
    I was given this script by someone here where you drop a avi movie on the audio.bat icon and it would increase the audio on the movies. But can this be made to also accept .mp4 and .mkv extensions too

    the folder is called ffmpeg-20160412-git-196cfc2-win64-static

    and inside folder is this below

    Click image for larger version

Name:	file1.jpg
Views:	265
Size:	29.5 KB
ID:	40379


    and inside the bin folder is this

    hope some one can help me to also use .mp4 and .mkv movies too


    Click image for larger version

Name:	file2.jpg
Views:	232
Size:	26.1 KB
ID:	40380
    Quote Quote  
  2. How about you post the actual contents of "audio.bat" instead of an explorer screenshot?
    Quote Quote  
  3. Member loa909's Avatar
    Join Date
    Mar 2007
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by sneaker View Post
    How about you post the actual contents of "audio.bat" instead of an explorer screenshot?

    ok here is audio.bat contents


    Code:
      @ffmpeg -i %1 -c:v copy -c:a ac3 -b:a 192k -af "aformat=sample_fmts=fltp,highpass=f=5,dynaudnorm=m=100.0:f=500:p=0.5:b=0:s=5.0,aresample=resampler=soxr:osr=48000:dither_method=0" "%~n1_dyn.avi"
    Quote Quote  
  4. Code:
    @ffmpeg -i %1 -c:v copy -c:a ac3 -b:a 192k -af "aformat=sample_fmts=fltp,highpass=f=5,dynaudnorm=m=100.0:f=500:p=0.5:b=0:s=5.0,aresample=resampler=soxr:osr=48000:dither_method=0" "%~n1_dyn.%~x1"
    (Replaces ".avi" at the end with ".%~x1".)
    Quote Quote  
  5. Member loa909's Avatar
    Join Date
    Mar 2007
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by sneaker View Post
    Code:
    @ffmpeg -i %1 -c:v copy -c:a ac3 -b:a 192k -af "aformat=sample_fmts=fltp,highpass=f=5,dynaudnorm=m=100.0:f=500:p=0.5:b=0:s=5.0,aresample=resampler=soxr:osr=48000:dither_method=0" "%~n1_dyn.%~x1"
    (Replaces ".avi" at the end with ".%~x1".)

    so do that now mean i can use avi mp4 and also mkv

    so is this just to do mp4 and mkv not avi then or is it all 3

    can someone tell me if I am right or wrong
    Last edited by loa909; 21st Jan 2017 at 11:15.
    Quote Quote  
  6. Member
    Join Date
    Aug 2010
    Location
    San Francisco, California
    Search PM
    The mod picks up the extension of the input file. So it will give you the same output container as input container, no matter what you drop on it.
    Quote Quote  
  7. Member loa909's Avatar
    Join Date
    Mar 2007
    Location
    United Kingdom
    Search Comp PM
    Originally Posted by JVRaines View Post
    The mod picks up the extension of the input file. So it will give you the same output container as input container, no matter what you drop on it.
    Oh I see so thats great now, thanks all for that
    Quote Quote  



Similar Threads

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