Skip to main content

An automatic video converter using HandBrake CLI.

Project description

Downloads

DEV.to Tutorial

Handbrake Automatic Video File Batch Converter

An automatic video converter using HandBrake CLI to batch convert all files found in recursive mode. In other words, all videos found on a given folder, and subsequent folders, will be converted on original location while original file will be transferred to another folder for easy removal.

HandBrake

This is a video converter and the HandBrake GUI can be found here, which also has a HandBrake CLI.

For more information, follow this link.

Table of Contents

Description

Given a specific folder, all video files found with user-given extensions will be converted to a target extension also provided by the user.

The converted video file will stay in the original folder while the original file will be transferred to another folder. This has the benefit of easy removal of the original files, as well as if a file does not encode successfully the original file still exists and can be converted again.

The program also accepts a user custom command which must have placeholders to be replaced by the original file path and converted file path.

In a first use of the program, all given arguments will be saved in a external file so the user does not have to always write the same repeated command.

In the end, an output file will be created containing:

  • all the files' information, files' original size and converted size;
  • if the file was successfully encoded;
  • the size difference between all files.

Initially, this project has the aim of reducing files size to ocupy the least amount of space in the disk and comparing between original size and converted size, but since a user can input a custom command, this can also be used just to convert a lot of files in a folder for other purposes.

Features

Status Feature
convert a lot of files in their corresponding folders
convert files with multiple different extensions at the same time
transfer of original files in an external folder for easy removal
configurations will be saved in an external file
use of an automatic basic command aimed to reduce file size
a custom HandBrake command with placeholders can also be inserted
output file containing converted files information and their success
option to shutdown computer when program is done

Any new features are very welcome!

Prerequisites

Python 3 must also be installed.

To use this project, the HandBrake command line version must be installed. This installation can be found in this link under 'Downloads->Other->Command Line Version'

Installation

pip --no-cache-dir install havc

or,

pip3 --no-cache-dir install havc

Usage

Command Required Description
-r absolute path folder to the HandBrake.exe (command line version)
-c absolute path folder containing the files to convert
-e multiple file extensions to find and convert
-t file extension the converted file will have
-d folder's name containing original files
-cc custom handbrake command with placeholders
--safety-question
/
--no-safety-question
enable or disable the safety question
--shutdown
/
--no-shutdown
enable or disable shutting down computer when program is done

Notes

  • Initial command must have all required arguments except if these arguments already are configured in external file. file.
  • Non-required arguments will also be saved in the external file if specified.
  • The folder containing original filed has the default name of 'TO-DELETE'.
  • The dot '.' before each extension is completely optional.
  • Because the program modifies the original files by moving them to another folder, one must be certain the correct folder is being modified so there is a question to make sure the user wants to continue. However, this feature can be disabled to let the program run freely, but be warned. The default of this value is 'true'.
  • Shutting down the computer is disabled, by default.

Any additional help can be provided if the following command is run:

havc --help

or,

havc -h

Example of the initial command:

havc -r "C:\path\to\Desktop" -c "C:\path\to\Desktop\folder to convert" -e mp4 mkv -t m4v

After this, the external file will be configured and then the following command becomes valid (always using the previous configurations):

havc

If any argument has to be modified just run the command with the necessary argument, for instance, if the extensions have to be modified, we simply run:

havc -e mov .avi mp4

Support

The following links contain documentation about how to make a HandBrake command:

License

MIT

Status

This project started as a simple one file script, but then I saw the opportunity to make a program more complex that could also not only help the community, but also help my development. With that said, this project was also developed for educational purposes, so any bugs, suggestions, new features, improvements, etc, don't hesitate to ask, open an issue or a pull request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

havc-1.1.2.tar.gz (15.5 kB view details)

Uploaded Source

Built Distribution

havc-1.1.2-py3-none-any.whl (16.9 kB view details)

Uploaded Python 3

File details

Details for the file havc-1.1.2.tar.gz.

File metadata

  • Download URL: havc-1.1.2.tar.gz
  • Upload date:
  • Size: 15.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for havc-1.1.2.tar.gz
Algorithm Hash digest
SHA256 7bdbd7277ba5308192c88ed3f1fcaf2b4793ca35aa84ba891506a7a03e5c28d8
MD5 39be5a2cd6b1c31923c0974dceb3ff79
BLAKE2b-256 93d8ac56576893e4d1a67b4f04ae7ed111f1554e7147f3d2839883d35e85b409

See more details on using hashes here.

Provenance

File details

Details for the file havc-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: havc-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 16.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for havc-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 66eb056ef3a0122509fc8302c41cfb3ad8d62529bc93fea4697fadc5e07927b7
MD5 407a9f614ca85a05f201f6e4e8658e1c
BLAKE2b-256 0a8ab20f353f7da5bade749266186482575b81ba76c8f4cf1493e0277cbb6c65

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page