antirez / antirez/voxtral.c

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

オープン
#9 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C
スター
1.7k
フォーク
123
PR マージ指標
30日以内にマージされた PR はありません

説明

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? 😅

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。