Quote:
Originally Posted by zapac
Hi i just have downloaded video from hotstar its in ts need to convert it to mp4 without quality loss i have ffmpeg i just need a eg command i had searched on google but all command losses quality plz help
|
Change the container of the file:
ffmpeg -i 01.ts -c copy -bsf:a aac_adtstoasc 01.mp4
'01' is the file name.
This is the best option IMO. I do it but never seen quality loss. Or you could do it by the more time taking method. Convert using video converter. I used freemake before i know this ffmpeg command.