smok3
12th September 2007, 22:48
so the idea is to apply replaygain to bunch of flv (vp6) encoded files, my current procedure is:
avidemux2_cli.exe --load %1 --save-raw-audio %~n1_audio.mp3
mp3gain /r %~n1_audio.mp3
avidemux2_cli.exe --load %1 --external-mp3 %~n1_audio.mp3 --output-format flv --save replaygained-%~n1.flv
flvmdi.exe /k replaygained-%~n1.flv
del %~n1_audio.mp3
the problem is that the seeking is not as exact as with original file (when used with php streaming), when the playback reaches the end point the player goes into seek mode (when it should stop like with the original file), the file is also smaller than original;
original.flv 66.528.771
remuxed.flv 66.518.826
any clues or recommendations on how to alter the procedure?
p.s. i have used Avidemux 2.4 (r3587)
avidemux2_cli.exe --load %1 --save-raw-audio %~n1_audio.mp3
mp3gain /r %~n1_audio.mp3
avidemux2_cli.exe --load %1 --external-mp3 %~n1_audio.mp3 --output-format flv --save replaygained-%~n1.flv
flvmdi.exe /k replaygained-%~n1.flv
del %~n1_audio.mp3
the problem is that the seeking is not as exact as with original file (when used with php streaming), when the playback reaches the end point the player goes into seek mode (when it should stop like with the original file), the file is also smaller than original;
original.flv 66.528.771
remuxed.flv 66.518.826
any clues or recommendations on how to alter the procedure?
p.s. i have used Avidemux 2.4 (r3587)