Comment 2 for bug 501729

Revision history for this message
llogan (loul) wrote :

This is normal behavior and the options you are describing are outdated. FFmpeg uses the -metadata option. Example:

-metadata title="The Title" -metadata author="Foo" -metadata year="1999"

"ffmpeg -h" is generally more up to date than "man ffmpeg".