A command-line java program to simplify ffmpeg.
Go to file
EpicKnarvik97 f2b2de514e
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
Adds a converter for web video and changes behavior of the normal video converter
The normal video converter now includes all streams
The web video converter selects the first of each stream
Changes some method names
Moves the convert command to the abstract converter
2020-05-12 19:56:01 +02:00
META-INF Changes main package name and fixes files with weird names throwing errors 2020-02-21 17:23:00 +01:00
src Adds a converter for web video and changes behavior of the normal video converter 2020-05-12 19:56:01 +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
manifest.mf Updates pom 2020-02-11 11:27:35 +01:00
pom.xml Fixes some code style issues 2020-05-08 19:13:17 +02:00
README.md Initial commit 2018-09-30 00:33:13 +02:00

FFmpegConvert

A command-line java program to simplify ffmpeg.