Easy way to display HH:MM:SS:MSS instead of HH:MM:SS:FF in FFMPEG

0

I am using the FFMPEG line

ffmpeg.exe -i ./processing/trim2.mp4 -vf "drawtext=fontfile=C\\:/Windows/Fonts/arial.ttf:timecode='00\:00\:00\:00':rate=30:text='':fontsize=46:fontcolor=white:x=500:y=50: box=1: boxcolor=0x00000000@1" -f mp4 ./processing/timedtrim2.mp4

(among others) in a node script with child_process (because I am too lazy to learn the node version). This works great, however I was wondering if there was a way to do this with hh:mm:ss:mss instead of hh:mm:ss:ff as they are easier to read. If not, is there another way I can do this?

Any help is appreciated

ffmpeg
asked on Super User Dec 30, 2020 by Prince Komali • edited Dec 31, 2020 by Uwe Keim

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0