Quote:
Where my issue comes up is that the CMD says the stream has ended and everything is fine, the duration and size is consistent with previous downloads but when I play the video it only contains video to halfway. This has been consistent for over four videos now, I've seen others post clips from the second half so they aren't having issues by I am not sure why this appears to be fine but isn't actually downloading fully.
|
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