17 Commits

Author SHA1 Message Date
4ebd29b358 Makes it possible to enable debug mode
Debug mode is now enabled if the property `debug = true` is set in `conf/config.properties`
Changes code for reading internal configurations
Changes many primitive lists to List<>
Adds some missing annotations
Renames the main class
2024-04-17 15:35:09 +02:00
f0e75eb440 Adds a new type of anime converter and stuff
Adds a new type of anime converter that retains all streams, but converts the video to hevc, and re-orders the streams
Adds support for several types of encoding hardware acceleration that are automatically disabled if not available on the system.
Adds automatic hardware decoding acceleration.
Automatically removes empty files if ffmpeg fails.
2024-04-17 04:39:42 +02:00
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
5d94cabca0 Adds a MKV to h264 MKV converter 2023-07-27 17:39:18 +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
f59152a819 Improves some method names and comments. Refactors parser 2020-05-12 01:05:52 +02:00
b42b713e73 Improves converters to remove some code duplication 2020-05-11 13:30:15 +02:00
857c8f29a4 Updates converters to use the new utility classes 2020-05-08 19:11:42 +02:00
0375aea333 Replaces the converter abstract class with an interface 2020-05-08 18:52:22 +02:00
405c94789b Adds handling of external subtitles for anime 2020-04-11 00:58:12 +02:00
3335d70930 Fixes semicolon escape 2020-04-06 20:48:52 +02:00
bf6542c22a Improves comments for converters 2020-03-20 12:47:11 +01:00
0f9fbc06c7 Properly fixes conversion of files with filenames containing square brackets
Unknown whether this breaks conversion of filenames containing semicolons or apostrophes
2020-03-15 18:25:04 +01:00
4a23f91357 Removes escaping of square brackets
Escaping square brackets seems to create problems converting certain files.
If this breaks conversion of other files, the cause must be investigated.
2020-03-15 03:35:56 +01:00
80a62cad23 Fixes conversion of files containing semicolons 2020-03-01 03:14:52 +01:00
4e1cebd95d Changes main package name and fixes files with weird names throwing errors
Fixes conversion of files with a single quote or square brackets in the filename
Moves all files into the net.knarcraft.ffmpegconverter package
2020-02-21 17:23:00 +01:00