Codel1417 / File-Convertion

Batch convert a media folder to 1080p h264 aac using handbrake and java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Batch convert files using handbrake cli

This batch converts videos in a set folder and logs processed videos. If a video was previously converted it will be ignored. If the converted video was larger than the original, the original file is kept.

This program creates two threads to take advantage of the 2 nvenc encoders on the GTX 1070

Notes

The program creates a file called RUN that, when removed, stoppes the threads when they finish a video.

About

Batch convert a media folder to 1080p h264 aac using handbrake and java


Languages

Language:Java 99.6%Language:Batchfile 0.4%