A command-line java program to simplify ffmpeg.
Go to file
EpicKnarvik97 be88845731 Makes getting any stream info much easier
Adds some methods for parsing Strings as other objects without resulting in exceptions.
Adds a class for representing all possible stream info tags.
Makes streams parse data themselves, after receiving all tags set for the stream.
Changes Java version to Java 16
2024-04-08 00:47:48 +02:00
src Makes getting any stream info much easier 2024-04-08 00:47:48 +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.