A command-line java program to simplify ffmpeg.
Go to file
EpicKnarvik97 c0c8c9c054
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
Adds a Letterbox cropper, and fixes cover images for the anime converter
Adds a new letterbox cropper, which will use 10 samples at 30 points in a video in order to find the correct crop to remove letter-boxing.
Makes sure to always copy codec of cover images, as ffmpeg treats them as video streams.
2024-05-25 00:15:41 +02:00
src Adds a Letterbox cropper, and fixes cover images for the anime converter 2024-05-25 00:15:41 +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.