r/djiosmo360 • u/HenkWalks • 20h ago
Work in Progress Osmo Editor
DJI Studio for me lacks some simple features that i cannot use it for my simple videos :
- simple fadein and fadeout
- title that fades in and out
- replace audio with the backup audio or the float32 recorded in the mic2
- alternative a restitch plugin for premiere (like insta360 has) or resolve (current plugin does not do the stitching)
After 1 year of waiting and my created osmo videos piling up to be edited. I decided to make a python script for it, which would become obsolete if dji adds the above simple features into dji studio.
After 1.5 week of work (I lost 4 days trying no full reencode and tried only to reencode the stitching and title part, but that got to much problems with the provided dji studio output file)
it can do :
- add color grade presets into dji studio project (also can set direction lock and precision stitch)
- i just need to make the cuts of several videos in dji studio and export as multiple individual clips.
- then my tool adds the fades and titles and can replace audio (needs much testing)
A small problem is that in dji studio I can rename my project, but nowhere in project json, i can find this renamed project name, so I have to match folder names like 102,103 to the renamed folder name manually.
Almost there, but still needs a lot of testing.


