Am 14.01.22 um 19:08 schrieb Nicolas George:
> Thilo Borgman (12022-01-14):
>> Ah and I misunderstood your other remark about it.
>>
>> What about adding an option for ms precision and stick to the existing
>> expansions localtime/gmtime, then add .ms if set by option?
>
> I am not sure what you are suggesting.
>
> How does it look like from the point of view of the user?
v6 does:
$> ffmpeg ... drawtext="fontfile=...:text='%{localtime \:%a %b %d %Y %S}'"
(seconds)
$> ffmpeg ... drawtext="fontfile=...:text='%{localtime_ms\:%a %b %d %Y %S}'"
(milliseconds)
I suggest v7 should according to your remark:
$> ffmpeg ... drawtext="fontfile=...:text='%{localtime \:%a %b %d %Y %S}'"
(seconds)
$> ffmpeg ... drawtext="fontfile=...:text='%{localtime \:%a %b %d %Y
%S}':show_ms=1" (milliseconds)
Good?
-Thilo
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".