Re: [FFmpeg-user] Writing EXIF metadata

2016-10-26 Thread Robert Krüger
Hi Erik, thanks for the hint. I know Exiftool but in this case I need the capability within ffmpeg. At least that would make it a lot easier. Robert On Tue, Oct 25, 2016 at 8:25 PM, Erik Dobberkau wrote: > Am Dienstag, 25. Oktober 2016 schrieb Robert Krüger : > > > Hi, > > > > is it possible t

Re: [FFmpeg-user] Writing EXIF metadata

2016-10-25 Thread Erik Dobberkau
Am Dienstag, 25. Oktober 2016 schrieb Robert Krüger : > Hi, > > is it possible to add EXIF metadata like title or description to a JPG or > PNG image using ffmpeg on the command line (or via api but that's probably > for the other list)? > Hi Robert, if not, maybe exiftool is a viable alternativ

[FFmpeg-user] Writing EXIF metadata

2016-10-25 Thread Robert Krüger
Hi, is it possible to add EXIF metadata like title or description to a JPG or PNG image using ffmpeg on the command line (or via api but that's probably for the other list)? I did not find anything regarding that in the docs. Thanks in advance, Robert ___