https://bugs.kde.org/show_bug.cgi?id=416516

--- Comment #9 from Tim <tims_t...@hotmail.com> ---
(In reply to caulier.gilles from comment #8)
> ffprobe -export_xmp 1 <file>
> 
> ==> excelent! I don't know if this XMP options exists since a while.
> 
> We don't use ffmpeg directly by system calls, but through the C interface.
> We just need to reproduce the internal ffmpeg call in C in digiKam. It's not
> too difficult.
> 
> Do you know if the inverse option exists: -import_xmp ?

This copies xmp metadata. I tested it on my Adobe xmp sample and it works.

ffmpeg -export_xmp 1 -export_all 1 -i INPUT.MOV -codec copy -export_xmp 1
-export_all 1 OUTPUT.MOV

from
https://www.javascripthater.com/tag/ffmpeg/

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to