Quote:
Originally Posted by sscomp32
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.
|
Thanks for this command line.it works I cant see any quality loss.but the loss of file size.a ts video is 748MB.and after conversation to mp4 file is 691 why?
mp4 should be bigger than ts?