antirez / antirez/voxtral.c

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

未关闭
#9 2 条评论 0 个 reaction 已指派 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 摘要。