juGGaKNot
8th May 2010, 23:39
Hi guys, found a bit of delay on my audio, maybe you can help, bat :
start "encode" /b /low /wait "%mypath%\bin\neroAacEnc.exe" -q 0.5 -lc -if "movie.wav" -of "t1"
start "encode" /b /low /wait "%mypath%\bin\neroAactag.exe" "t1" -meta:title="aaa" -meta:comment="bbb"
avs 2.5.8
AVIsource("x.avi")
Crop(0, height^%%2, -width^%%2, 0)
ConvertToYV12()
start "encode" /b /low /wait "%mypath%\bin\x264.exe" --pass 2 --preset veryslow --level 3.2 --ref 5 --min-keyint 30 --keyint 300 --bframes 4 --b-pyramid normal --merange 32 --no-fast-pskip --aq-mode 2 --sar 1:1 --aud
start "encode" /b /low /wait "%mypath%\bin\MP4box.exe" -itags "genre=aaa:comment="bbb" -add "movie.264" -fps 30 -new "m.mp4" -tmp "T1"
older x264, ~r1400 ( updating soon ).
Example :
http://www.filefront.com/16370417/ICSTRIM20SERIES20.rar
http://uploading.com/files/5f9d55cm/ICSTRIM2BSERIES2B.rar
http://www.filefront.com/16351511/ThePointOfNoReturn.mp4/
http://www.moviemaking.fr/telechargement/Counter-Strike--MAJ3R---ONE-DAY--i2099.htm
The files are created using my bat, uploaded by the maker of the movie, free content.
Should i try another encoder ? neroAacEnc does good work .. or is it because of the muxer ?
Thnx, cheers.
start "encode" /b /low /wait "%mypath%\bin\neroAacEnc.exe" -q 0.5 -lc -if "movie.wav" -of "t1"
start "encode" /b /low /wait "%mypath%\bin\neroAactag.exe" "t1" -meta:title="aaa" -meta:comment="bbb"
avs 2.5.8
AVIsource("x.avi")
Crop(0, height^%%2, -width^%%2, 0)
ConvertToYV12()
start "encode" /b /low /wait "%mypath%\bin\x264.exe" --pass 2 --preset veryslow --level 3.2 --ref 5 --min-keyint 30 --keyint 300 --bframes 4 --b-pyramid normal --merange 32 --no-fast-pskip --aq-mode 2 --sar 1:1 --aud
start "encode" /b /low /wait "%mypath%\bin\MP4box.exe" -itags "genre=aaa:comment="bbb" -add "movie.264" -fps 30 -new "m.mp4" -tmp "T1"
older x264, ~r1400 ( updating soon ).
Example :
http://www.filefront.com/16370417/ICSTRIM20SERIES20.rar
http://uploading.com/files/5f9d55cm/ICSTRIM2BSERIES2B.rar
http://www.filefront.com/16351511/ThePointOfNoReturn.mp4/
http://www.moviemaking.fr/telechargement/Counter-Strike--MAJ3R---ONE-DAY--i2099.htm
The files are created using my bat, uploaded by the maker of the movie, free content.
Should i try another encoder ? neroAacEnc does good work .. or is it because of the muxer ?
Thnx, cheers.