Log in

View Full Version : Audio delay


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.

Warperus
10th May 2010, 22:50
You can set up delay in mp4box command line

juGGaKNot
11th May 2010, 07:34
but i do not want any delay, from vegas its k, the delay happens after encoding.

manono
11th May 2010, 19:16
If, after doing the encoding the delay appears and it's the same throughout the entire video, then you do want to set a delay.

juGGaKNot
11th May 2010, 20:43
its not in all cases .. i updated mp4bo, nero aac and x264, will see if it happens again.