Commit Graph

81 Commits

Author SHA1 Message Date
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
292409f5dc Improves checking for whether a subtitle is full or partial
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
2020-03-11 15:46:17 +01:00
80a62cad23 Fixes conversion of files containing semicolons
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good
2020-03-01 03:14:52 +01:00
4e1cebd95d Changes main package name and fixes files with weird names throwing errors
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good
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
c80193281d Adds a comment
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good
2020-02-12 19:31:04 +01:00
8fd18d4fad Moves stuff around
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good
2020-02-12 11:17:47 +01:00
751d9461b3 Hopefully fixes broken jar
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good
2020-02-12 09:05:01 +01:00
12816d6850 Moves archiving step
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good
2020-02-12 08:07:33 +01:00
458ff9d5d2 Adds archiving
Some checks failed
KnarCraft/FFmpegConvert/master There was a failure building this commit
2020-02-12 07:09:55 +01:00
1c7d6ad0c9 Smaller changes
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good
2020-02-11 21:17:07 +01:00
fd55abec4d Tries fixing maven build errors by cleaning
Some checks failed
KnarCraft/FFmpegConvert/master There was a failure building this commit
2020-02-11 20:34:20 +01:00
93f8a28872 Starts moving parsing to its own class 2020-02-11 19:15:51 +01:00
1887d7c1fe Updates Jenkinsfile
Some checks failed
KnarCraft/FFmpegConvert/master There was a failure building this commit
2020-02-11 18:54:11 +01:00
0b3d46c704 Moves stuff around
Some checks failed
KnarCraft/FFmpegConvert/master There was a failure building this commit
Fixes packages for use with maven
Updates pom
Fixes broken link in licence
Updates Jenkinsfile
2020-02-11 18:48:49 +01:00
3a051abf2c Removes som IDE files
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good
2020-02-11 11:32:32 +01:00
6f347b863c Updates pom 2020-02-11 11:27:35 +01:00
e6b70c2f42 Updates gitignore
All checks were successful
KnarCraft/FFmpegConvert/master This commit looks good
2020-02-10 23:18:02 +01:00
84be752f43 Adds Jenkinsfile 2020-02-10 23:17:08 +01:00
f0fbe6f4a3 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	.idea/misc.xml
#	.idea/workspace.xml
#	src/ffmpegconverter/Main.java
2020-02-10 22:53:46 +01:00
b2e1cc83fc Adds lots of improvements 2020-02-10 22:50:35 +01:00
6143ec9e3c Updates to changes done while the server was down
Better reading
Better output
Things which can be final are final
Adds more lines to prevent signs + songs instead of full subtitles
2020-01-20 20:15:19 +01:00
31637425a3 Updates project to new structure 2020-01-20 13:46:11 +01:00
20e6df04f1 Rewrites a lot of code
Streams are now parsed to objects, making it easier to get required information.
Improved styling.
Some better comments.
Better input parsing.
2019-10-06 01:02:47 +02:00
0a39a69e73 Improves reading of input 2019-08-20 21:05:31 +02:00
104d9ccb4b Fixes some bugs and adds unfinished command parser 2019-06-14 13:08:08 +02:00
dbb5bc7f94 Adds surround to stereo 2018-12-18 00:55:45 +01:00
cfba434243 Adds hardsubbing of subtitles with same name as video file
Better file collision detection
Adds debug mode to only render part of the video
2018-11-13 11:33:48 +01:00
9713b3c06e Hopefully fixes issues #1 and #2
File collision handling similar to windows
2018-10-02 12:26:34 +02:00
f9f52e4425 Adds missing files 2018-09-30 00:47:02 +02:00
EpicKnarvik97
0b61ba6bef Initial upload 2018-09-30 00:42:19 +02:00
EpicKnarvik97
999db76d17 Initial commit 2018-09-30 00:33:13 +02:00