5d94cabca0
Adds a MKV to h264 MKV converter
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
2023-07-27 17:39:18 +02:00
32ec50ba7d
Fixes incorrect video stream index
...
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
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
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
2022-10-11 23:13:45 +02:00
1323513e46
Adds ability to force-select specific audio and subtitle streams for the anime converter
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
2022-10-09 23:53:39 +02:00
6eec3d7969
Splits the parse function into more readable functions
2021-01-21 13:48:55 +01:00
8b0e394ac8
Finishes the parser. It should theoretically work now
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
2021-01-21 03:57:03 +01:00
4674f1276c
Writes a lot of the code necessary for the parse function to work, though it's still not finished
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
2021-01-21 02:12:50 +01:00
f2b2de514e
Adds a converter for web video and changes behavior of the normal video converter
...
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
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"
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
2020-05-12 16:05:35 +02:00
b78aa7eb42
Changes getListFromCommaSeparatedStringList to reduce its responsibility
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
2020-05-12 09:50:03 +02:00
f59152a819
Improves some method names and comments. Refactors parser
KnarCraft/FFmpegConvert/pipeline/head There was a failure building this commit
2020-05-12 01:05:52 +02:00
e1256f61c7
Simplifies and improves code. Removes some duplication
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
2020-05-12 00:19:01 +02:00
9673266c09
Removes some code duplication and makes converter code utilize the StreamObject interface
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
2020-05-11 17:58:10 +02:00
58dcb7fd35
Improves utility code
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
2020-05-11 13:31:45 +02:00
7f479fd760
Fixes a bug in the getMatching method causing the input list to lose all matching elements
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
2020-05-09 01:50:42 +02:00
4f07fd09fd
Fixes code style of utility classes
2020-05-08 19:12:09 +02:00
a5e14b4ee5
Makes a new utility class containing methods related to strings
2020-05-08 19:03:15 +02:00
2c3e37d46c
Makes a new utility class containing methods related to output
2020-05-08 19:02:50 +02:00
f1929f39dc
Makes a new utility class containing methods related to lists
2020-05-08 18:55:21 +02:00
ef426f74ac
Makes a new utility class containing methods related to file reading and filen names
2020-05-08 18:54:35 +02:00
c6f57835f5
Makes a new utility class containing most FFmpeg related methods
2020-05-08 18:53:18 +02:00