Burn timecode overlay onto video.
// Simple timecode at bottom-leftawait burnTimecode({ input: 'video.mp4', output: 'with-tc.mp4', format: '%{pts_hms}'}); Copy
// Simple timecode at bottom-leftawait burnTimecode({ input: 'video.mp4', output: 'with-tc.mp4', format: '%{pts_hms}'});
Burn timecode overlay onto video.