<div dir="ltr"><div>Open video in VLC then press Ctrl + i<br><br></div><div>If you have an apple computer please try to add rating and keywords in either iTunes or QuickTime player and check with exiftool/mediainfo/ffmpeg where the metadata is written.<br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Best regards, <br></div></div></div></div>
<br><div class="gmail_quote">On Tue, Mar 6, 2018 at 9:23 AM, Gilles Caulier <span dir="ltr"><<a href="mailto:caulier.gilles@gmail.com" target="_blank">caulier.gilles@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Great, i will analyze your video files.<br><div><br></div><div>I don't know that VLC is able to tag video files.I will take a look how it's done in background.</div><div><br></div><div>Best</div><div><br></div><div>Gilles Caulier</div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-03-06 17:15 GMT+01:00 Andrey Goreev <span dir="ltr"><<a href="mailto:aegoreev@gmail.com" target="_blank">aegoreev@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div>Gilles,<br><br></div>Here is some samples made by Android 6 and Android 7.<br><a href="https://drive.google.com/drive/folders/1QbDTxZxsDhnUAbUY4uLOhanhfM4qVNW7?usp=sharing" target="_blank">https://drive.google.com/drive<wbr>/folders/1QbDTxZxsDhnUAbUY4uLO<wbr>hanhfM4qVNW7?usp=sharing</a><br><br></div>I also played with Windows Explorer, VLC and Dolphin to see which tags are more cross platform.<br></div>It turned out that Microsoft uses some [Microsoft] tags which are not being recognized by VLC or Dolphin.<br><br>[QuickTime]     Title                         <wbr>  : Android 6.0.1 tags by Windows<br>[QuickTime]     Comment                       <wbr>  : comment should be here<br><br><span style="color:rgb(255,0,0)">[Microsoft]     SharedUserRating              <wbr>  : 50<br>[Microsoft]     Subtitle                      <wbr>  : Subtitle should be here                     <br>[Microsoft]     Category                      <wbr>  : digikam, test, andrey </span>   <br><br></div>VLC sees:<br>[QuickTime]     Title                         <wbr>  : Android 6.0.1 tags by Windows<br>[QuickTime]     Comment                       <wbr>  : comment should be here<br><br></div>Dolphin sees:<br>[QuickTime]     Title<br><br></div><div>as well as Album, Genre, etc.<br><br></div>but Dolphin does not see:<br>[QuickTime]     Comment  <br><br></div>I was not able to figure out which tag does Dolphin see as "Comment" in the Preview Panel<br>Neither was I able to find out how to write tags(keywords) and rating using ffmpeg.<br></div>But I think the last one can be fixed, see here: <a href="https://lists.ffmpeg.org/pipermail/ffmpeg-user/2017-July/036575.html" target="_blank">https://lists.ffmpeg.org/piper<wbr>mail/ffmpeg-user/2017-July/<wbr>036575.html</a><br></div><div class="gmail_extra"><br clear="all"><div><div class="m_8884476189638558466m_-1099365403434561985gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Best regards, <br></div></div></div></div><div><div class="m_8884476189638558466h5">
<br><div class="gmail_quote">On Tue, Mar 6, 2018 at 8:31 AM, Gilles Caulier <span dir="ltr"><<a href="mailto:caulier.gilles@gmail.com" target="_blank">caulier.gilles@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Excelent. Thanks a lots.<div><br></div><div>Gilles Caulier</div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-03-06 11:21 GMT+01:00 Jürgen Blumenschein <span dir="ltr"><<a href="mailto:blumenschein@dokom.net" target="_blank">blumenschein@dokom.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Gilles<br>
<br>
<br>
I will send you more videos made by Android phones, Nikon and Medion camera tomorrow.<br>
<br>
Thank You for Your great work doing on digikam.<br>
Jürgen<br>
<br>
Zitat von Gilles Caulier <<a href="mailto:caulier.gilles@gmail.com" target="_blank">caulier.gilles@gmail.com</a>>:<div class="m_8884476189638558466m_-1099365403434561985m_-2494915265462724553HOEnZb"><div class="m_8884476189638558466m_-1099365403434561985m_-2494915265462724553h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
This week, i solved a main problem with video support in digiKam with next<br>
6.0.0.<br>
<br>
Exiv2 video support exists, but it's completely bugous and crash digiKam<br>
quickly. This problem exists since many year now, and as nobody is<br>
motivated to fix Exiv2 video code, i used a different way to support video<br>
metadata : ffmpeg.<br>
<br>
<a href="https://www.flickr.com/photos/digikam/39880716214/" rel="noreferrer" target="_blank">https://www.flickr.com/photos/<wbr>digikam/39880716214/</a><br>
<br>
The way to use ffmpeg as new dependency do not increase the application<br>
complexity. The dependencies puzzle still the same as use use already QtAV<br>
to play video and this one use ffmpeg in background. So digiKam depends<br>
already of ffmpeg since 5.4.0 release.<br>
<br>
The idea to support properly video metadata is to be able to manage video<br>
medias as images. The database must be able to search video items based of<br>
video properties, taken from metadata. The search engine is already ready<br>
since a while, by the scan engine used to populate the database is not<br>
suitable as video support in Exiv2 is so far un-finalized (in video file<br>
parser).<br>
<br>
Else, Exiv2 is well implemented to support video metadata tags, as all XMP<br>
namespace implemented by myself few years ago. So if we have a different<br>
parser to fill XMP tags from video, the problem will be solved.<br>
<br>
And it's done with current implementation from next 6.0.0 branch. FFMPeg is<br>
able to extract most important video properties as :<br>
<br>
make<br>
model,<br>
dates,<br>
duration,<br>
codecs,<br>
keywords,<br>
rating,<br>
GPS,<br>
etc... (and more)<br>
<br>
i tested with my personal video collection, mostly based on MOV file<br>
generated with Apple devices (iphone, ipad) and Software (iMovies, Final<br>
cut pro). But i need more video samples :<br>
<br>
- Video taken from Android device,<br>
- Video taken from digital camera,<br>
- Video generated from software (with properties set as Keywords, rating,<br>
copyright, etc.)<br>
<br>
If you have samples to share, please use Internet Cloud repository. If you<br>
know place on Internet with video samples to share, to hesitate to share in<br>
this room.<br>
<br>
Thanks in advance for your help.<br>
<br>
Gilles Caulier<br>
</blockquote>
<br>
<br><span class="HOEnZb"><font color="#888888"><span class="m_8884476189638558466m_-1099365403434561985HOEnZb"><font color="#888888">
<br></font></span></font></span></div></div><span class="HOEnZb"><font color="#888888"><span class="m_8884476189638558466m_-1099365403434561985HOEnZb"><font color="#888888"><span class="m_8884476189638558466m_-1099365403434561985m_-2494915265462724553HOEnZb"><font color="#888888">
-- <br>
Jürgen Blumenschein, eMail: <a href="mailto:blumenschein@dokom.net" target="_blank">blumenschein@dokom.net</a><br>
Homepage: <a href="http://members.dokom.net/blumenschein" rel="noreferrer" target="_blank">http://members.dokom.net/blume<wbr>nschein</a><br>
<a href="https://maps.google.com/?q=Am+Quartus+17+%0D%0AD-44149+Dortmund&entry=gmail&source=g" target="_blank">Am Quartus 17</a><br>
D-44149 Dortmund<br>
Tel.: <a href="tel:%2B49%20231%207217321" value="+492317217321" target="_blank">+49 231 7217321</a>, Handy: <a href="tel:%2B49%20176%205591%204562" value="+4917655914562" target="_blank">+49 176 5591 4562</a><br>
public key: <a href="http://members.dokom.net/blumenscheinJuergen_Blumenschein_(0xC9358EBB)_public_key.asc" rel="noreferrer" target="_blank">http://members.dokom.net/blume<wbr>nscheinJuergen_Blumenschein_(0<wbr>xC9358EBB)_public_key.asc</a><br>
</font></span></font></span></font></span></blockquote></div><span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">
</font></span></blockquote></div><span class="HOEnZb"><font color="#888888"><br></font></span></div></div></div>
</blockquote></div><br></div>
</blockquote></div><br></div>