Skip to content

Rapture-Transcoder is a simple and effecient way to bulk transcode files. It uses ffmpeg under the hood to transcode video files.

Notifications You must be signed in to change notification settings

oliverdougherC/Rapture-Transcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Default settings:

  • Input = /home/user/media/trans_in
  • Output = /home/user/media/trans_out
  • H.264 video codec (Change in config.json. More in "Configuration" section)

About the Script

Rapture-Transcoder is a simple and effecient way to transcode video files. It uses ffmpeg under the hood to transcode video files. It is designed to be run as a schedualed task or manually. I am not a python programmer, so forgive me if this is not up to python standards.

For Windows Users Only!

  1. Install and add ffmpeg to your PATH, follow this guide:
https://phoenixnap.com/kb/ffmpeg-windows
  1. Install python3
https://www.python.org/downloads/windows/
  1. Download the latest release and unzip it.

  2. Run the "run.exe" file to use the script.

Debian/Ubuntu Installation

  1. Update your packages and libraries
sudo apt update && sudo apt upgrade -y
  1. Install the Rapture-Transcoder repository by running
git clone https://github.com/oliverdougherC/Rapture-Transcoder
  1. Navigate to the Rapture-Transcoder directory
cd Rapture-Transcoder
  1. Run the setup script
sudo ./setup

Configuration

  1. If desired, change the transcoding settings in the config.json file.
nano config.json

Usage

  1. Run the script
./run
  1. Select the option you want. 1 for runing the transcode service.

  2. Sit back and relax while the script transcodes your videos.

  3. If you run into an error or are just curious, take a look at the log file

cat logs/transcoding.log

Note: The first time you run the script, the it will create the default directories specified in the config.json file if they do not exist.

About

Rapture-Transcoder is a simple and effecient way to bulk transcode files. It uses ffmpeg under the hood to transcode video files.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published