[FFmpeg-user] FFmpeg does not add meta tags to mp2 files
Nicolas George
george at nsup.org
Sat Jul 25 11:44:44 CEST 2015
Le septidi 7 thermidor, an CCXXIII, Kimio Miyamura a écrit :
> >> Try put -metadata option just after -i option.
> I have believed Stackoverflow's post.
>
> http://stackoverflow.com/questions/11183093/video-metadata-edit-with-ffmpeg
The stackoverflow post is correct: the -metadata option should be after the
-i options, so it affects the output.
But it does not need to be JUST after the -i option, which is what you
wrote.
The generic syntax is:
ffmpeg [options for input_1] -i input_1 [options for input_2] -i input_2 \
... [options for output_1] output_1 [options for output_2] output_2 ...
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20150725/985d9459/attachment.sig>
More information about the ffmpeg-user
mailing list