pablo33 / PHotodeliver

Extract dates from filenames and insert them into images as metadata
GNU General Public License v3.0
4 stars 0 forks source link

Add time metadata to videofiles #19

Closed pablo33 closed 1 month ago

pablo33 commented 1 month ago

Add time metadata retrieved from the filename to video files.

pablo33 commented 1 month ago

Just .mp4 files for now, but you can add more formats to the code. Time metadata are inserted by remuxing the video streams with ffmpeg with the copy option. As a new video file is created, all previous metadata will be discarded and just time metadata will be inserted.