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
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to