cwilby / nextcloud-workflow-media-converter

An automated media conversion plugin for NextCloud
https://apps.nextcloud.com/apps/workflow_media_converter
GNU Affero General Public License v3.0
35 stars 15 forks source link

Preserver file creation/modified times #489

Open mtissington opened 3 weeks ago

mtissington commented 3 weeks ago

When converting files with ffmpeg it would be great if there was an option to preserve file creation/modifed date & time.

Maybe ffmpeg offers flags for this but I could not figure it out.

cwilby commented 3 weeks ago

Looks possible, I might push a new version in the next few days 👍

mtissington commented 3 weeks ago

seems like all we need is the ability to do something like after ffmpeg. touch -r in.mov out.mp4