Created
October 12, 2015 20:21
-
-
Save kitlabcode/0f9e3003e731af5ed6a0 to your computer and use it in GitHub Desktop.
create ts files from H.264 or MPEG-2 files with ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -i input.avi -vcodec copy -acodec copy -f mpegts output-file.ts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment