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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to