Skip to content

Instantly share code, notes, and snippets.

@ivon852
Created August 12, 2022 18:09
Show Gist options
  • Save ivon852/a1ef8b70a73bd9a7d3ef098061fc0cfb to your computer and use it in GitHub Desktop.
Save ivon852/a1ef8b70a73bd9a7d3ef098061fc0cfb to your computer and use it in GitHub Desktop.
ffmpeg remove tx3g from a video
ffmpeg -i "input.mp4" -map 0 -map_chapters -1 -sn -dn -c copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment