antirez / antirez/voxtral.c

How to use directly the stdin option from yt-dlp stdout?

Ouverte
#9 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
C
Étoiles
1.7k
Forks
123
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

I'm giving it a try with youtube videos and I was hoping to be able to use directly the `--stdin` option like so:

```sh
uv run --with yt-dlp yt-dlp --quiet --no-warnings --extract-audio --audio-format wav --audio-quality 0 -o - "https://www.youtube.com/watch?v=7v6UbC5blJU" | ./voxtral -d voxtral-model --stdin
```

Unfortunately, it doesn't look to work without first downloading the `.wav` (without the `-o -` option of course) then parsing it (which actually works). Is there any restriction with how voxtral analyses the file or am I just doing it wrong? 😅

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.