On 2015-10-23 22:29, Giordano Lipari wrote: > ffmpeg -i testIn.ogv -metadata title="test title" testOut.ogv > ffmpeg -i testIn.ogv -metadata year="2015" testOut.ogv > ffmpeg -i testIn.ogv -r 15 testOut.ogv
If you want to add metadata (you're welcome by the way) then I suggest you stop encoding. Try using -c copy > ffmpeg -i INPUT -c copy -metadata KEY=VALUE OUTPUT ffmpeg is a tool for encoding and muxing not adding arbitrary metadata to arbitrary files.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user