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 1 month 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T02:22:18.000Z (12 months ago)
- Last Synced: 2024-05-19T02:35:18.028Z (12 months ago)
- Topics: bash, convert, converter, davinci, davinci-resolve, ffmpeg, linux, video
- Language: Shell
- Homepage: https://github.com/FelipeFMA/dvc
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- 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.