[FFmpeg-user] Convert and AAC to M4a file using bitstream flag aac_adtstoasc
Mohammed Sha
mohammed.sha at vvdntech.in
Thu Jul 12 10:13:01 EEST 2018
Hi ALL,
As per ffmpeg bitstream filter documentation, if we use -bsf:a
aac_adtstoasc then the AAC stream from a raw ADTS AAC or an MPEG-TS
container to MP4A-LATM.
https://ffmpeg.org/ffmpeg-bitstream-filters.html#aac_005fadtstoasc
But when i try below command the file is not getting converted or adding
the bitstream filter
./ffmpeg -i ~/Downloads/test_audio.aac -c:a copy -bsf:a aac_adtstoasc
aac_try_with_bsf.aac
Could someone help me what's wrong in above command..
--
More information about the ffmpeg-user
mailing list