iceberg53
iceberg53
#### Environment Laravel Homestead #### Issue description I tried to replace the socialite authentication with a passwordless medium style authentication. First, the user provides his email where I send an...
This commit highlights the need for Windows users to have Visual Studio including the "Desktop development with C++" workload already installed before trying to get gen-subs on their computer. Otherwise,...
This is a fix for the issue about the [generated subtitles not covering the entire video](https://github.com/TejasQ/gen-subs/issues/12) . It introduces an instruction for flushing the last part of the data stream.
I noticed while using gen-subs that the generated subtitles do not cover the entire video. For instance, the video referenced in the [issue number 4] (https://github.com/TejasQ/gen-subs/issues/4) suffers from the same...
That's a fix for the issue [FFMPEG exits with code 1 - Invalid Argument](https://github.com/TejasQ/gen-subs/issues/8). It introduces the use of functions from the path module (path.basename(), path.resolve(), path.extname(), ...) for handling...
Add explicitly the shell command to run for installing gen-subs to make it easier for those new to the nodejs ecosystem.
I rebuild the code after the fix from the pull request #167 regarding the issue #166 and managed to perform a basic scraping task. When I tried adding a local...