elonen / clapshot

Self hosted web based collaborative video review tool
GNU General Public License v2.0
97 stars 6 forks source link

Feature Request: Export Comments and Notes as Markers for Video Editing Software #80

Open zak23 opened 6 days ago

zak23 commented 6 days ago

Description It would be incredibly helpful if Clapshot could allow users to download comments and notes as markers that can be imported into video editing software like DaVinci Resolve or Adobe Premiere Pro.

Proposed Workflow Users create timestamps, comments, and notes in Clapshot. Provide an option to export these annotations as: A .csv file formatted for easy import into DaVinci Resolve or Adobe Premiere Pro. Other supported formats like .xml for broader compatibility. Users import the exported file into their video editing software, where the comments appear as markers on the timeline. Benefits Streamlines collaboration between teams using Clapshot for review and editors using professional software. Reduces manual work of transferring comments and notes into editing timelines. Enhances efficiency for video production workflows. Examples of Marker Formats DaVinci Resolve:

.csv format with columns like Timecode, Name, Comment, Color. Example:

csv Copy code Timecode,Name,Comment,Color 00:00:10:00,Note 1,"Increase brightness",Red 00:01:20:00,Note 2,"Add transition",Green Adobe Premiere Pro:

.xml format compatible with the timeline markers. Additional Context This feature could be extended to support other tools and formats commonly used in the industry, making Clapshot more versatile.

elonen commented 6 days ago

Is there an XML format that is compatible with all major NLEs for marker import?