14 Commits

Author SHA1 Message Date
376d5655f2 Improves FFMpeg command generation
Adds an object for storing FFmpeg variables. This allows any argument type to be added at any time, removing the limitation of having to add to the command in a specific order.
Makes stream objects store the index of the input file they belong to.
Saves the result of probes to a record that's easy to pass around.
Always passes all probed files to the input files of ffmpeg.
Makes it easier to enable h26x encoding/decoding when necessary.
Removes the hard-coded behavior for external subtitles, and allows any stream to be an external stream.
2024-04-08 20:00:09 +02:00
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
2c75d91cce Adds a converter to embed subtitles 2024-03-27 12:36:11 +01:00
692d9e79d2 Fixes some warnings 2024-03-15 02:09:46 +01:00
56f5e31934 Fixes subtitle mapping for video with only external subtitles 2023-08-12 22:14:46 +02:00
32ec50ba7d Fixes incorrect video stream index
This fixes the absolute video stream index being used instead of the relative video stream index when converting a video with image (PGS) subtitles.
2022-12-23 02:09:29 +01:00
3c298f623e Adds ability to filter subtitle streams based on the title 2022-10-11 23:13:45 +02:00
1323513e46 Adds ability to force-select specific audio and subtitle streams for the anime converter 2022-10-09 23:53:39 +02:00
f2b2de514e 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
a516cdcdff A 0 in the user-given language input now matches streams with language defined as "und" 2020-05-12 16:05:35 +02:00
e1256f61c7 Simplifies and improves code. Removes some duplication 2020-05-12 00:19:01 +02:00
58dcb7fd35 Improves utility code 2020-05-11 13:31:45 +02:00
4f07fd09fd Fixes code style of utility classes 2020-05-08 19:12:09 +02:00
c6f57835f5 Makes a new utility class containing most FFmpeg related methods 2020-05-08 18:53:18 +02:00