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.. -- _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
