Skip to content
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

[Feature Request]: Use vibe for YouTube videos #60

Closed
TzahiS opened this issue May 7, 2024 · 6 comments
Closed

[Feature Request]: Use vibe for YouTube videos #60

TzahiS opened this issue May 7, 2024 · 6 comments

Comments

@TzahiS
Copy link

TzahiS commented May 7, 2024

Describe the feature

Would it be possible to add the ability to transcribe from YouTube videos as in this Colab notebook?

https://github.com/Sourasky-DHLAB/Whisper/blob/main/Colab/Whisper_from_Youtube.ipynb

@thewh1teagle
Copy link
Owner

We can use yt-dlp, it has Rust wrapper called youtube-dl-rs
What's the use cases for that? I think that youtube has automatic transcription in every language built in

@thewh1teagle thewh1teagle added enhancement New feature or request new feature contribution is welcome and removed enhancement New feature or request labels May 7, 2024
@tuandatdavid
Copy link

We can use yt-dlp, it has Rust wrapper called youtube-dl-rs What's the use cases for that? I think that youtube has automatic transcription in every language built in

Isn`t the auto transcription for english only?

@thewh1teagle
Copy link
Owner

thewh1teagle commented May 21, 2024

Isn`t the auto transcription for english only?

The auto transcription in YouTube works from any language to any language afaik.
See for example this random chinese video youtube.com/watch?v=Vv7nJ3oF6z8

@thewh1teagle thewh1teagle changed the title Use vibe for YouTube videos [Feature Request]: Use vibe for YouTube videos Jun 8, 2024
@thewh1teagle
Copy link
Owner

thewh1teagle commented Jun 19, 2024

Did some research.
We can use yt-dlp and bundle it with tauri sidecar
I'll probably add new tab for that or just a place to hover and paste somewhere

Security concerns: https://discord.com/channels/807245652072857610/1112613156934668338/1253027153033953424

Update:
Looks like if we'll use yt-dlp we'll get more AV false positive and that's much harder to solve it there, currently not worth that.
If I'll add it, it's probably as an optional option to enable in settings.

@thewh1teagle
Copy link
Owner

Since YouTube already provides auto-captions for most videos, we don't plan to implement this feature in Vibe. Additionally, downloading videos from YouTube can be tricky and may result in account blocks. Instead, we're focusing on more critical features within the scope of the project. Thanks for bringing this up!

@thewh1teagle
Copy link
Owner

Added in latest version
https://github.com/thewh1teagle/vibe/releases/tag/v2.5.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants