-
Notifications
You must be signed in to change notification settings - Fork 958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question]Transcibe youtube video using URL #936
Comments
File -> Import url should to this, but I see that there is some bug right now. |
@mriamnobody Url import has now been fixed. You can test it from the latest development build.
|
Thanks for quick update @raivisdejus. I have downloaded and installed the build from the above mentioned link. I can now add a url for transcription or translation from Youtube but the issue now is that the Buzz terminates abruptly without an alert or error. I have attached log file content.
One more query, Is the Buzz installed in venv? |
@mriamnobody If you install Buzz with the installation If you install it via PIP, it is up to you to add it to a venv. The above errors seem fine. Buss will try to load Does the Buzz work for downloaded audio or video files? You could try to install |
OS: Windows 11 (26100.1882) PIP list:
Yes it is working as expected for audio and video files.
I have both |
@mriamnobody Utility that downloads form Youtube crashes in the app when it is installed with the installation Pip packages from the latest build may also work, did not test them. Please use some workaround wile we figure out what is broken in the download utitily. e.g. download audio manually with https://github.com/yt-dlp/yt-dlp or run Buzz from command line |
I just wanted to take a moment to thank you for not only implementing the requested features like dark mode and GPU support so quickly, but also for being so prompt in fixing any bugs that pop up with those new additions. The main reason I initially went with the PIP installation was because of the GPU support. But since you’ve added both dark mode and GPU support to the .exe, I switched to it and it's been great to use. Just curious—have the PIP packages been updated to include dark mode as well? For now, the URL feature isn’t a deal-breaker for me, but I’ll definitely be using it frequently in coming time. Thanks again for all your hard work on this! |
Every development build adds all the installation files to it's artifacts section. When we have a release all the artifact files are added to release section and uploaded to all the systems that are used to distribute installation files. So latest PIP wheel files are available in latest development builds, but to the main PIP repository they will be deployed when the next release happens. It should come some time soon. |
@mriamnobody Fix for transcribing directly from Youtube url (or urls form many other sites) is now available in the latest development version https://github.com/chidiwilliams/buzz/actions/workflows/ci.yml?query=branch%3Amain |
Is there any way to directly transcribe a youtube video via the URL instead of downloading it and feeding to Buzz?
The text was updated successfully, but these errors were encountered: