Am 23.02.2021 um 12:04 schrieb Paul B Mahol:
On Tue, Feb 23, 2021 at 10:59 AM Michael Koch <[email protected]>
wrote:
Hello,
I want to set two exif tags in a *.jpg image, so that this image is
recognized by Facebook as a spherical 360 image. This can be done with
exiftool:
exiftool -overwrite_original -make="Ricoh" -model="Ricoh THETA S" test.jpg
Is it also possible to do the same thing with FFmpeg? This would
simplify things, because the image is anyway created by FFmpeg and
perhaps it can all be done in one command line.
I did try this command, but the metadata isn't written to the file:
Nope, There is no exif encoding support.
Thanks for your answer. Then it seems exiftool is already the simplest
solution in this case.
Michael
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".