A command-line java program to simplify ffmpeg.
Go to file
EpicKnarvik97 461c7552b3
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
Adds converter modules and sorters
Converters are now the result of combining multiple modules, and running them in the selected sequence. I hope to be able to completely remove converters by replacing them with templates that simply run some modules in a sequence, before running FFmpeg. Then I want to be able to parse a command into a template, so users have full control of what a template does.

Sorters each sort a list of streams after a single criteria. They can be chained in order to create complex chained sorters.
2024-04-12 15:31:34 +02:00
src Adds converter modules and sorters 2024-04-12 15:31:34 +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 Makes getting any stream info much easier 2024-04-08 00:47:48 +02:00
README.md Initial commit 2018-09-30 00:33:13 +02:00

FFmpegConvert

A command-line java program to simplify ffmpeg.