<div dir="ltr"><div class="gmail_quote">Hi,</div><div class="gmail_quote"><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From: Maik Qualmann <<a href="mailto:metzpinguin@gmail.com" target="_blank">metzpinguin@gmail.com</a>><br>To: digiKam - Home Manage your photographs as a professional with the power of open source <<a href="mailto:digikam-users@kde.org" target="_blank">digikam-users@kde.org</a>><br>Cc: <br>Bcc: <br>Date: Sat, 06 Oct 2018 21:09:10 +0200<br>Subject: Re: [digiKam-users] MTS video metadata<br>I found a sample video from this camera on the web. In fact, FFmpeg does not <br>
find the date in the file. Exiftool displays a date. All other parameters such <br>
as video codec, audio codec, etc. are recognized.<br>
<br></blockquote><div><br></div><div>It seems ffmpeg fails to extract most of the metadata as well, as it doesn't recognize thing like camera model as well.</div><div>I think about a workaround by copying (using ffmpeg) the video to another container format which is better supported by ffmpeg/digikam and then copying the metadata using exiftool.</div><div><br></div><div>I've tried:</div><div>  ffmpeg -i video.mts -c copy video.mp4</div><div>  exiftool -tagsFromFile video.mts video.mp4</div><div><br></div><div>But still digikam won't read the creation time and other metadata. Any other recommended format?</div><div><br></div><div>Thanks,</div><div>Guy</div></div></div>