Skip to content

Instantly share code, notes, and snippets.

@kitlabcode
Created October 12, 2015 20:21
Show Gist options
  • Select an option

  • Save kitlabcode/0f9e3003e731af5ed6a0 to your computer and use it in GitHub Desktop.

Select an option

Save kitlabcode/0f9e3003e731af5ed6a0 to your computer and use it in GitHub Desktop.
create ts files from H.264 or MPEG-2 files with ffmpeg
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