-
Notifications
You must be signed in to change notification settings - Fork 712
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
求助关于ffmpeg使用pipe处理bytes数据 #23
Comments
目前查到的资料看了感觉像是输入指定了rawvideo,就把audio给不管了意思。有些不太懂 |
ffmpeg 是可以从 stdin 直接读bytes把。例如 https://kkroening.github.io/ffmpeg-python/#ffmpeg.input |
反过来讲,因为要回放视频,最好还是存本地一下。这样可以save workspace。最多设置个expire时间,太老的video就删了。 |
我本地存储B存代码并做为缓存地址,运行起来gui,把A存的视频读到内存了,那这个时候不需要再在缓存B重复存一次视频了。就算我要再加载视频数据只需要重新上传一下A的视频,并且都是在本地运行读取速度也不会太慢。
…---原始邮件---
发件人: "Mu ***@***.***>
发送时间: 2022年11月12日(周六) 下午3:35
收件人: ***@***.***>;
抄送: "Qianhe ***@***.******@***.***>;
主题: Re: [mli/autocut] 求助关于ffmpeg使用pipe处理bytes数据 (Issue #23)
反过来讲,因为要回放视频,最好还是存本地一下。这样可以save workspace。最多设置个expire时间,太老的video就删了。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
我已经实现了输入,但是不知道如何拿到audio的采样输出
…---原始邮件---
发件人: "Mu ***@***.***>
发送时间: 2022年11月12日(周六) 下午3:33
收件人: ***@***.***>;
抄送: "Qianhe ***@***.******@***.***>;
主题: Re: [mli/autocut] 求助关于ffmpeg使用pipe处理bytes数据 (Issue #23)
ffmpeg 是可以从 stdin 直接读bytes把。例如 https://kkroening.github.io/ffmpeg-python/#ffmpeg.input
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
whisper使用ffmpeg读取视频文件拿到audio代码如下
目前我是在做将输入修改为bytes并使用pipe进行输入输出,但是目前遇到问题了,不知道怎么拿到audio了。
视频上传目前是需要支持['.mp4', '.mov', '.mkv', '.flv']四种格式。我在ffmpeg处理之前可以拿到视频格式和视频宽高等信息。
目前这么做会有如下信息输出
不知道怎么处理视频bytes才能达到和whisper中load_audio一样的效果
The text was updated successfully, but these errors were encountered: