On Mon, Aug 12, 2024 at 6:06 AM Ulf Zibis via ffmpeg-user <
[email protected]> wrote:

> Hi,
>
> 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.
>
> -Ulf
>


DATE=$(stat -c %Y (filename) && <ffmpeg command where -i is the filename)>
&& touch -d @${DATE} filename
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to