Comments

walter-i. wrote on 5/23/2022, 3:46 AM

See if this helps

https://www.vegascreativesoftware.info/us/forum/vegas-timecode-plugin-not-obeying-custom-timecode--133623/

FayFen wrote on 5/23/2022, 3:50 AM

VirtualDub has a filter that can do so

Here I loaded a 70min video and I set counter to start at 23:50 , at midnight new date is shown.

That filter works only on standard VD so it will have to be AVI file.

*I don't know if VD can handle 34 hours video, but this can be any NLE issue.

** My VD crashes if I set the font size more than 300% , up to that it's fine.

Freefly wrote on 5/23/2022, 4:49 AM

Thanks guys, I will check those out but if nothing works, I will just have to explain it to Guinness. Anyway, the timecode in camera (which was filming non stop for the duration) has the "actual" time stamped so that should be good enough. Adding the clock starting from zero to the timeline is just an addendum for ease of scrubbing to certain events for matching up with the official records.

FayFen wrote on 5/23/2022, 7:01 AM

With ffmpeg you can burn the frame number with this

ffmpeg -i input.mp4 -vf "drawtext=text='%%{frame_num}'" output.mp4

Copy the cmd as bat file.

So 34X3600X25 = 3060000 frames