On 11/24/2022 9:27 AM, Mark Filipak wrote:
ffmpeg -i unit_test.ts -map 0 -c copy -c:a aac maud_test.ts
... What that I am doing is not right?
I may not be correct, but I believe that '-c:a' defaults to solely the 1st
audio stream.
(no time to try this)
The '-c copy' would copy all streams and '-c:a' should then match all audio
streams. However, the doc says that when -map is used only the user-mapped
streams are included. Try removing that?
Later,
z!
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".