Skip to content

paterkleomenis/resolve_convter_linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Resolve Converter AAC to PCM

This script converts video files with unsupported audio codecs (e.g., AAC) to a format compatible with DaVinci Resolve on Linux. The resulting files are in .mov format with pcm_s16le audio.

Features

  • Converts unsupported audio codecs to PCM.
  • Maintains original video quality.
  • Processes multiple files in one command.

Requirements

  • FFmpeg installed on your system.

  • Debian/Ubuntu

    sudo apt install -y ffmpeg
    
  • Arch Linux

    sudo pacman -S ffmpeg
    
  • Fedora

    sudo dnf install -y ffmpeg ffmpeg-devel
    

Installation

  1. Clone the repository:
    https://github.com/paterkleomenis/resolve_convter_linux.git
    cd resolve_convter_linux
    sudo chmod +x resolve_convter_linux
    

Run the Script

./resolve_convter_linux folder_convert video.mkv video.mp4 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages