I guess the fix is to just add the option to the command runner https://github.com/riccardove/easyjasub/blob/master/easyjasub-lib/src/main/java/com/github/riccardove/easyjasub/WkHtmlToImageProcessBuilder.java It was a long time ago, I need to rethink how to release this stuff ...
You are a hero Just to clarify regarding the methodology, so you: 1. Create a .bat file in the easyjasub directory that contains something like "C:\Program Files\wkhtmltopdf\bin\wkhtmltopdf.exe" --enable-local-file-access %* 2. Then run something like this in the easyjasub directory easyjasub.exe -ja jap.srt -tr eng.srt -wk "wkhtmltoimage.bat" Did I get that right? Cause my process gets stuck at onWriteImagesStart C:\Users\vboxuser\Downloads\easyjasub-0.6.2-windows-dist\anime_easyjasub wkhtmltoimage.bat...
You are a hero Just to clarify regarding the methodology, so you: 1. Create a .bat file in the easyjasub directory that contains something like "C:\Program Files\wkhtmltopdf\bin\wkhtmltopdf.exe" --enable-local-file-access %* 2. Then run something like this in the easyjasub directory easyjasub.exe -ja jap.srt -tr eng.srt -wk "wkhtmltoimage.bat" Did I get that right? Cause my process gets stuck at onWriteImagesStart C:\Users\vboxuser\Downloads\easyjasub-0.6.2-windows-dist\anime_easyjasub wkhtmltoimage.bat...
You are a hero
I have found that you need to pass --enable-local-file-access to the wkhtmltoimage in order to avoid this problem, so I have created a batch file with the following content and passed the name to the easyjasub: wkhtmltoimage.exe --enable-local-file-access %*
wkhtmltoimage halts at each conversion from html to png
Possible TTML2 exporting support?
I have now released a new 0.6 version fixing the problem with mixed katakana/kanji...
I have released a 0.6 version with fixes to the defects you notified in this ticket:...
Would you please retry with the internal version attached here? It should avoid the...
Thanks for your advice I think I have same problem with this file. C:\Program Files\Easyjasub>easyjasub...
Thanks for the report! I am able to replicate the issue. I will have to fix the program,...
Bug with a subtitle file
I am happy that it works now, I will close the ticket once I manage to fix the incorrect...
There is actually an other problem in the image generation; html files are replaced...
Thanks for the details, there are actually a couple of issues with easyjasub: - the...
Hello, would you please write also the command that you have issues, and also attach...
Impossible to use Easyjasub