I have a problem with encoding in acc with FFmpeg.
I have au mp4 file with aac audio. I tried to copy the audio with ffmpeg.
In the source mp4 file, the first audio noise appears at 0.30 seconds.
After conversion using ffmpeg -i inputfile.mp4 -c:a copy outputfile.aac
, the resulting file is wrong, the first audio noise appears at 0.32 seconds.
The duration of the file is not the same too.
When i force the encoder to libfaac, it works but the file is too big.
So why it doesn't work when the default encoder is used (aac, libfdk_aac) ?
Note that the same thing appears when i convert from audacity.
Thanks a lot
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…