https://github.com/fcatilizer/bashvidconverter
Transcode AV Encoded Videos to .mov for Davinci Resolve in Linux
https://github.com/fcatilizer/bashvidconverter
bash-script davinci-resolve davinci-resolve-studio-tutorial ffmpeg linux transcode-video video-encoding
Last synced: 5 months ago
JSON representation
Transcode AV Encoded Videos to .mov for Davinci Resolve in Linux
- Host: GitHub
- URL: https://github.com/fcatilizer/bashvidconverter
- Owner: Fcatilizer
- Created: 2024-07-27T15:32:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-03T17:48:02.000Z (over 1 year ago)
- Last Synced: 2025-09-10T23:41:51.932Z (5 months ago)
- Topics: bash-script, davinci-resolve, davinci-resolve-studio-tutorial, ffmpeg, linux, transcode-video, video-encoding
- Language: Shell
- Homepage: https://youtu.be/I0oqHkP93JM
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Transcode Video Bash Script
## Davinci Resolve in Linux has limited compatibility with AV Format recordings. This script is designed to transcode videos in .mov format.

## How it works
- It checks the user's current directory for any videos and prompts the users to select from options 1, 2, or 3.
- It asks if you want to create a new output folder or save the transcoded video in the current directory.
- If saving in the current directory, it will prompt you to rename the video to avoid conflicts.
### Youtube Tutorial - [Watch Here](https://youtu.be/I0oqHkP93JM)
## How to set up
1. Clone the project.
2. Run the following command to give execute permissions to the script:
```bash
chmod +x transcode_script.sh
```
3. Add the following line as an alias in your .bashrc file:
```bash
alias transcode="~/path/to/transcode_script.sh"
```