Answers for "how to convert ts to mp4 with ffmpeg"

0

how to convert ts to mp4 with ffmpeg

ffmpeg -i input.ts -c:v libx264 -c:a aac output.mp4
Posted by: Guest on May-21-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language