<div dir="ltr">Hi all,<div><br></div><div>This week, i solved a main problem with video support in digiKam with next 6.0.0.</div><div><br></div><div>Exiv2 video support exists, but it's completely bugous and crash digiKam quickly. This problem exists since many year now, and as nobody is motivated to fix Exiv2 video code, i used a different way to support video metadata : ffmpeg.</div><div><br></div><div><a href="https://www.flickr.com/photos/digikam/39880716214/">https://www.flickr.com/photos/digikam/39880716214/</a><br></div><div><br></div><div>The way to use ffmpeg as new dependency do not increase the application complexity. The dependencies puzzle still the same as use use already QtAV to play video and this one use ffmpeg in background. So digiKam depends already of ffmpeg since 5.4.0 release.</div><div><br></div><div>The idea to support properly video metadata is to be able to manage video medias as images. The database must be able to search video items based of video properties, taken from metadata. The search engine is already ready since a while, by the scan engine used to populate the database is not suitable as video support in Exiv2 is so far un-finalized (in video file parser).</div><div><br></div><div>Else, Exiv2 is well implemented to support video metadata tags, as all XMP namespace implemented by myself few years ago. So if we have a different parser to fill XMP tags from video, the problem will be solved.</div><div><br></div><div>And it's done with current implementation from next 6.0.0 branch. FFMPeg is able to extract most important video properties as :</div><div><br></div><div>make</div><div>model,</div><div>dates,</div><div>duration,</div><div>codecs,</div><div>keywords,</div><div>rating,</div><div>GPS,</div><div>etc... (and more)</div><div><br></div><div>i tested with my personal video collection, mostly based on MOV file generated with Apple devices (iphone, ipad) and Software (iMovies, Final cut pro). But i need more video samples :</div><div><br></div><div>- Video taken from Android device,</div><div>- Video taken from digital camera,</div><div>- Video generated from software (with properties set as Keywords, rating, copyright, etc.)</div><div><br></div><div>If you have samples to share, please use Internet Cloud repository. If you know place on Internet with video samples to share, to hesitate to share in this room.</div><div><br></div><div>Thanks in advance for your help.</div><div><br></div><div>Gilles Caulier</div><div><br></div></div>