Skip to content

Instantly share code, notes, and snippets.

@on-three
Created August 30, 2014 17:33
Show Gist options
  • Save on-three/5dd96da94c2dd1c57cb9 to your computer and use it in GitHub Desktop.
Save on-three/5dd96da94c2dd1c57cb9 to your computer and use it in GitHub Desktop.
Create h264/mp3 .ts from static image of N seconds
avconv -loop 1 -i 720_test_pattern.png -c:v libx264 -c:a libmp3lame -t 300 720test.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment