Quote:
Originally Posted by sscomp32
And the file extension you used is '.ts' . I want to download in mp4 format thats why i am asking ffmpeg code because livestreamer works like a charm if i want to download in .ts format.
|
You can simply change the container to MP4:
Code:
ffmpeg -i 01.ts -c copy -bsf:a aac_adtstoasc 01.mp4
It only takes a few seconds [depends on the file size].