#
handbrakecli
Here are 30 public repositories matching this topic...
Rip discs automatically using a blend of Python, MakeMKV and HandBrake
-
Updated
Oct 19, 2018 - Python
This Powershell script will recursively search through a user-defined file path and convert all videos of user-specified file types to MP4 with H264 video and AAC audio using ffmpeg. The purpose of this script is to reduce transcoding CPU load on a media server like Plex or Emby and increase video compatibility across platforms.
h264
video
ffmpeg
powershell
notepad
plex
mp3
kodi
aac
video-processing
plex-server
plex-media-server
emby
plex-library
ffprobe
powershell-script
handbrakecli
video-transcoding
video-conversion
video-encoding
plex-transcoding
video-compatibility
-
Updated
Jan 19, 2022 - PowerShell
Python script that recursively searches through a user-defined file path and converts all videos of user-specified file types to MP4 with H264 video and AAC audio using ffmpeg. If a conversion failure is detected, the script re-encodes the file with HandbrakeCLI. Upon successful encoding, Plex libraries are refreshed and source file is deleted. The purpose of this script is to reduce the amount of transcoding CPU load on a Plex server.
h264
video
ffmpeg
notepad
plex
mp3
python-script
aac
plex-server
plex-media-server
plex-library
ffprobe
python27
handbrakecli
video-conversion
video-encoding
aac-audio
plex-transcoding
-
Updated
Jan 27, 2020 - Python
Convert videos with HandBrake online in Google Colab. Mount Cloud drives with rclone in colab. Burn/Hardcode subtitles. Extract/mute audio from video. Get email notification when tasks finish running.
-
Updated
Apr 30, 2021 - Jupyter Notebook
Gorpo multiple files merge and encode done with Powershell using MKVToolNix and Handbrake
-
Updated
Aug 14, 2019 - PowerShell
Automatic commercial removal and mp4 encoding on FreeNAS 11
-
Updated
May 30, 2019 - Shell
A HandBrake wrapper which eases conversion of TV series
-
Updated
Feb 8, 2022 - Python
Script(s) to help automate handbrake
-
Updated
Jun 3, 2019 - Shell
-
Updated
Dec 4, 2019 - Swift
Simple GUI for converting x265 videos to x264.
-
Updated
Aug 16, 2021 - Visual Basic .NET
Resize video files larger than a specified size using ffmpeg or handbreakCLI
-
Updated
May 23, 2020 - PowerShell
Mirror from https://gitlab.com/initramfs-0/animegrimoire.git
-
Updated
Apr 5, 2022 - Shell
Webapplication for RPI4* to control transcoding of video files for ffmpeg & handbrake
-
Updated
Sep 25, 2019 - PHP
Some scripts for copying, ripping, burning and converting DVD and media files.
-
Updated
Nov 18, 2019 - Shell
Reads given input directories and encodes .mkv files with HandBreak using options preset.json file that needs to be in same input directory as .mkv files.
-
Updated
Sep 3, 2021 - Rust
Wrapper script for handbrake
-
Updated
Sep 5, 2014 - Perl
Windows batch script that will compress a Plex TV recording. Uses HandBrake and FFmpeg.
-
Updated
Jul 31, 2018 - Batchfile
-
Updated
Oct 22, 2017
Simple app to control HandbrakeCLI from a separate PC
-
Updated
Sep 22, 2018 - C#
Some scripts for working with video.
-
Updated
Jul 15, 2018 - Shell
-
Updated
Oct 3, 2018 - Shell
Automatically transcode Tvheadend recording files to smaller video files using HandBrake
ffmpeg
tvheadend
post-processor
handbrake
post-processing
handbrakecli
handbrake-automation
tv-recordings
post-recording
-
Updated
Aug 5, 2020 - Shell
Repo for Dockerized HandbrakeCLI
-
Updated
Apr 30, 2020 - Dockerfile
HandBrakeCLI + Python3 in a Docker
docker
dockerfile
docker-container
docker-image
python3
video-processing
handbrake
watchdog
handbrakecli
video-transcoding
handbrake-script
watchdog-daemon
-
Updated
Jan 8, 2018 - Shell
Improve this page
Add a description, image, and links to the handbrakecli topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the handbrakecli topic, visit your repo's landing page and select "manage topics."
Tried shutdown hook and finally block, but the handbrake process still running if app crashes or manually terminated.