A simple video converter for davinci resolve free
In case this link does not works
And this is what my reaction
So basically i have to use ffmpeg to convert it to the codec that free version of davinci solove support.
So here is the program project idea. to make my life easier.
You can input a folder path, and it will copy the folder structure for the result folder, and it find all the video files then converts and put it in the result folder
Basically this
- root
- source
- subfolder
- video_special.mp4
- video0.mp4
- video1.mp4
- subfolder
- source
And you use the program then it generate this
- root
- source
- subfolder
- video_special.mp4
- video0.mp4
- video1.mp4
- subfolder
- result
- subfolder
- video_special.mov
- video0.mov
- video1.mov
- subfolder
- source
Then i can just import from result folder, everyone is happy i guess
npm i -g davinci_resolve_wtf# For print out all the possible command
dr_wtf -hDefault: Current command execute location
Description: The input source folder
Default: Current command execute location + '../result/'
Description: The output source folder
Default: ".mp4/.mov/.mkv/.wmv/.flv"
Description: Filter extensions
Default: 0 Description: Overwrite exist files, 0: Skip, 1: YES



