A command-line java program to simplify ffmpeg.
Go to file
EpicKnarvik97 3c9fa55585
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
Fixes various issues
Makes it possible to turn off all types of hardware acceleration for all converters
Only encodes anime to hevc if not already hevc
Adds an option to force hevc to hevc encoding, for the anime converter
Adds an option to force encoding of audio, for the anime converter
Fixes a bug causing the codec name to not be parsed
Fixes an exception when trying to sort an empty list
Fixes order of sorting in the anime converter
Adds another signs songs filter
2024-04-19 13:05:12 +02:00
src Fixes various issues 2024-04-19 13:05:12 +02:00
.gitignore Removes som IDE files 2020-02-11 11:32:32 +01:00
Jenkinsfile Moves archiving step 2020-02-12 08:07:33 +01:00
LICENSE Moves stuff around 2020-02-11 18:48:49 +01:00
pom.xml Attempts to fix compilation 2024-04-17 15:57:28 +02:00
README.md Initial commit 2018-09-30 00:33:13 +02:00

FFmpegConvert

A command-line java program to simplify ffmpeg.