Anywho, I've got a recurring project working with media from a handful of action cams in a multicam scenario, that don't store timecode. For the sake of my sanity, I'm hoping to set the starting timecode and reel name on each file with the ffmpeg
Code: Select all
-timecode
Code: Select all
-metadata:s:v:0 reel_name=
That of course won't be terribly accurate, but at least it gets the cameras into the same ballpark when loading them into an editor
For example, "2018_0224_092002_059.MP4" might become timecode "09:20:02:00" with reel name "2018_0224#59"
Point me in the right direction?