Skip to content

Instantly share code, notes, and snippets.

@initbar
Created May 2, 2021 01:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save initbar/4c4d18a0d4f1e4eb7c9d1403399f46c4 to your computer and use it in GitHub Desktop.
Save initbar/4c4d18a0d4f1e4eb7c9d1403399f46c4 to your computer and use it in GitHub Desktop.
ffmpeg delete metadata & edit metadata
ffmpeg \
-map_metadata -1 \
-metadata title=<STR> \
-acodec copy \
-vcodec copy \
-map 0:0 \
-map 0:1 \
-i <FILE> \
<STR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment