Liam

Results 38 comments of Liam

Alright, so the problem is due to the path format, putting single backslashes `\` makes the format think that you tried to escape characters. Therefore there are two solutions to...

mkvmerge was used instead of FFMPEG purely by design choice (I was more familiar with it and because the job was only to make mkv files), but I should be...

FFMPEG support will be added in v0.4.0, but the support for other file types might come a bit later (as it requires some modifications in the way the CLI works)....

Okay so this error happened on the language after FR, so ID. Pretty sure it's because the srt parser doesn't handle a specific case. You will be able to fix...

Some ideas : - [ ] New command : decryption only for HCA (with the ability to specify the keys, autodetect if extracted from GI), if some people have a...

I don't really know how their encryption look like since I'm not playing HI3 and I don't have the files, however there are some points to note : - USM...

Good idea, this can be included in the CLI improvements. In fact, it's quite easy to do at the first set conversion, by modifying the ASS header in the generation....

Tried to look at it quickly, and all I could find is the modification of the subtitles file, for both FFMPEG and mkvmerge. I guess that's mainly because of the...

I think he meant that once you already converted the subs in .ass, you can't change the font size (and other things) by the command line. Which would be an...

Thinking about it, yes that's not really convenient. An idea would be to create a "subs" folder with a folder structure similar to the `GenshinData` repository. The program could then...