Skip to content

Instantly share code, notes, and snippets.

@p3t3r67x0
Last active June 1, 2018 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save p3t3r67x0/9ba8ca3862b1d1ddd13e60d4613b2b5c to your computer and use it in GitHub Desktop.
Save p3t3r67x0/9ba8ca3862b1d1ddd13e60d4613b2b5c to your computer and use it in GitHub Desktop.

FFmpeg

ffmpeg -i input.mkv -y -s 1080x720 -b:v 3000k -acodec mp2 -ac 2 -ab 192k -ar 44100 -async 1 out.mp4
ffmpeg -i input.m3u8 -c copy -bsf:a aac_adtstoasc output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment