On Fri Mar 20 17:11:18 GMT 2015, I wrote:

Losslessly remux (post capture) .ts file to MP4 container:

ffmpeg -i bbc_radio_five_live_video.ts -c:v copy -c:a copy -bsf:a aac_adtstoasc bbc_radio_five_live_video.mp4

One additional space crept in after "-c:a copy";
right command is:

ffmpeg -i bbc_radio_five_live_video.ts -c:v copy -c:a copy -bsf:a aac_adtstoasc bbc_radio_five_live_video.mp4

V.

_______________________________________________
get_iplayer mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to