Quote:
Originally Posted by slim10
I would try remuxing from the TS to an MP4 with FFmpeg:
Code:
ffmpeg -i COPY.TS -c copy -bsf:a aac_adtstoasc COPY.MP4
|
Without having used ffmpeg before I thought this was another way to download streams which obviously didn't work, but after learning how to use the command this has worked perfectly. Thanks heaps.