Zulko / moviepy

Video editing with Python
https://zulko.github.io/moviepy/
MIT License
12.09k stars 1.51k forks source link

Support "Export to Editors" feature #1685

Open tan-yong-sheng opened 2 years ago

tan-yong-sheng commented 2 years ago

As title shown above, I hope there is a feature to export our video project in moviepy to editors like premiere pro (.prproj), shotcut (.mlt), etc.

It helps the video editors recognize the process done previously in moviepy. For example, if you combine two videos and export as .MP4 format, you will lose history of editing process on the video.

Else, if allowed to export moviepy video project to editors in .prproj, .mlt format, we can see on our video editor timeline that two videos are joined before and we can make further edit for that.

An good example for that is Auto-Editor python. Below is the link on how he support "export to video editors" using xml file and maybe other technologies, and thus it does not damage the original video file and make the editing process reversible.

Link: https://github.com/WyattBlue/auto-editor#exporting-to-editors

keikoro commented 2 years ago

Hm, feels like this could be a whole separate "plugin" for moviepy (i.e. a library that builds on top of moviepy).

jennsun commented 7 months ago

+1 to this, would be amazing! Has anyone ever found/built a solution to this? :)

FlyDogDaDa commented 1 month ago

I'm also looking for this useful feature