https://github.com/felipefma/dvc
A bash script to convert H.265 videos to MJPEG format that can be read by DaVinci Resolve on Linux.
https://github.com/felipefma/dvc
bash convert converter davinci davinci-resolve ffmpeg linux video
Last synced: about 2 months ago
JSON representation
A bash script to convert H.265 videos to MJPEG format that can be read by DaVinci Resolve on Linux.
- Host: GitHub
- URL: https://github.com/felipefma/dvc
- Owner: FelipeFMA
- License: gpl-3.0
- Created: 2024-05-18T01:30:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T02:22:18.000Z (about 2 years ago)
- Last Synced: 2025-04-05T14:20:36.371Z (about 1 year ago)
- Topics: bash, convert, converter, davinci, davinci-resolve, ffmpeg, linux, video
- Language: Shell
- Homepage: https://github.com/FelipeFMA/dvc
- Size: 26.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DaVinci Video Converter (dvc) for Linux distros.
A bash script that uses ffmpeg to convert H.265 videos to MJPEG format that can be read by Davinci Resolve on Linux. This is a fork of [gohny's davinconv](https://github.com/gohny/davinconv) with added functionality such as the ability to choose where the files are going to be saved using a GUI (zenity).
TODO: check if user has ffmpeg installed, if not, install it.
## Installation
1. Clone this repository: `git clone https://github.com/FelipeFMA/dvc.git`
2. Change into the 'dvc' directory: `cd dvc`
3. Make the script executable: `chmod +x dvc.sh`
4. Run the script: `./dvc.sh`
## Usage
- To convert a single video to MJPEG format, use the `-c` option followed by the file path.
- To convert all videos in the current directory to MJPEG format, use the `-C` option.
- To export converted videos back to H264 format, use the `-e` option followed by the file path.
- To remove all converted videos stored in `$VIDDIR/converted`, use the `-R` option.
For more information and usage examples, refer to the `./dvc.sh -h` message within the script.
---
## Please consider donating
Bitcoin:
`bc1qnkq7hf6r53fg73jh3awfsn6ydeh87u5cf8hs3g`

Ko-fi:
https://ko-fi.com/felipefma
Paypal:
felipefmavelar@gmail.com
Brazilian Pix:
felipefmavelar@gmail.com
---