[FFmpeg-user] Metadata changes without copying

John Ervin johnlervin at gmail.com
Sun Jan 31 02:41:24 EET 2021


Is there a way to change metadata in place with ffmpeg?

Using the mkvtoolnix set of tools, one can modify metadata in place for
matroska containers as:

    $ mkvpropedit movie.mkv -s "title=My Movie"

It seems the same in ffmpeg requires a copy, why? Or am I missing something?

    $ ffmpeg movie.mkv -codec copy -metadata "title=My Movie" out.mkv


More information about the ffmpeg-user mailing list