/hevc_converter

Script to encode video files with the H.265 (HEVC) codec.

Primary LanguagePythonMIT LicenseMIT

Script to encode video files with the H.265 (HEVC) codec.

I prefer the .mp4 container so it's hardcoded to output the file to .mp4

Files are output to ./hevc directory in the current directory.

Run from the command line with either a single directory or a single filename

If a directory is supplied, all video files in the directory will be converted

EXTERNAL DEPENDENCY:
ffmpeg
python3