davincimc is a Linux script 🐧, it help you to convert Media and import it into davinci resolve.
You have to install FFMPEG:
- Debian/Ubuntu(PopOs, LinuxMint, ElementaryOs, MxLinux...)
sudo apt update
sudo apt install ffmpeg
- Fedora
sudo dnf -y install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo dnf -y install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf update
sudo dnf install -y ffmpeg
- OpenSUSE
sudo zypper install opi
opi codecs
Clone this reposotory or Download the latest release version.
sudo ./install
davincimc INPUT.mp4 --MODE
- --video: to convert any video format to (.MOV)
- --audio: to extract any media format to (.wav)
davincimc ./mymedia/video.mp4 --video
davincimc ./mymedia/podcast.mp4 --audio
davincimc ./mymedia/podcast2.mp3 --audio
The new output Media File has the same name as your file, in the same directory with (the new) extension ✌.
You can get help by using:
davincimc --help
or
davincimc -h
if you are using Windows or Mac you have to do this manually!
download FFMPEG for any os .. here
ffmpeg -i INPUT.mp4 -c:v dnxhd -profile:v dnxhr_hq -pix_fmt yuv422p -c:a pcm_s16le OUTPUT.mov
ffmpeg -i INPUT.mp4 -c:a pcm_s16le OUTPUT.wav
thanks to linuxgamecast