Ulf Zibis via ffmpeg-user wrote: > is there an option how to preserve the file time from the input file to the > outputfile? > My search for "file time" on https://ffmpeg.org/ffmpeg-all.html was > resultless.
Very simple: First run your FFmpeg command, and then: touch -r <input> <output> Of course, that only makes sense if you have exactly one input file and one output file, and you want to copy just the "mtime" (modification time stamp) from the input file to the output file. Best regards -- Oliver _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".