[FFmpeg-user] Loss of resolution when adding metadata to an ogv file
James Darnley
james.darnley at gmail.com
Fri Oct 23 22:44:58 CEST 2015
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 603 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20151023/88650e95/attachment.sig>
More information about the ffmpeg-user
mailing list