NatronGitHub / Natron

Open-source video compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
http://NatronGitHub.github.io
GNU General Public License v2.0
4.54k stars 332 forks source link

(Feature): No option available to embed timecode in mov metadata #826

Open Prabu-7 opened 1 year ago

Prabu-7 commented 1 year ago

Make sure to follow our issue report guidelines

Provide a description of your feature request

I've been looking for options to embed start and end timecode in movie metadata like the option available in nuke/fusion but cannot find an option to embed it in natron. If available, please suggest how to do it. I've also attached an screenshot of metadata that i'm expecting.

Screenshot (prabumurugesan) 2022-07-20 18-24-38

Is this a realistically implementable feature?

Can you contribute in creating this feature?

Additional details

No response

devernay commented 1 year ago

There is currently no timecode metadata going through the nodegraph (as in Nuke), so the easiest solution would be to add timecodes using a separate utility (eg Quicktime pro or ffmpeg)

YakoYakoYokuYoku commented 1 year ago

I'm working on this and I put a field on the FFmpeg Writer node for a custom timecode, but I don't know if this should be done by a Metadata node like the workflow in Nuke. Is it OK for the custom timecode to be in the Writer node or should it be in a Metadata node?