Quantcast
Channel: Uly.me
Viewing all articles
Browse latest Browse all 38

FFMPEG Convert TS to MP4

$
0
0

If you have video files that are formatted in MPEG-2, video files with a .m2ts extension, you can convert them to MP4 using ffmpeg.

ffmpeg -i input.ts -c:v libx264 -c:a aac output.mp4

The video is encoded using open format H.264, while audio is encoded using AAC.


Viewing all articles
Browse latest Browse all 38

Trending Articles