Skip to content

Instantly share code, notes, and snippets.

@AzimsTech
Last active November 9, 2023 18:39
Show Gist options
  • Select an option

  • Save AzimsTech/dc2a564398c70089b4ba39498e1bfaa7 to your computer and use it in GitHub Desktop.

Select an option

Save AzimsTech/dc2a564398c70089b4ba39498e1bfaa7 to your computer and use it in GitHub Desktop.
My FFmpeg Cheat Sheet

Source: superuser.com

ffmpeg -i ac.mp4 -af volume=7 -vcodec copy ac2.mp4

Source: superuser.com

ffmpeg -i "video 01.ts" -c copy "video 01.mkv"

[FixupM3u8] Fixing MPEG-TS in MP4 container

ffmpeg -i video.mp4 -movflags +faststart -vcodec copy -acodec copy -absf aac_adtstoasc output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment