作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试以 -q 6/192k 对 ogg 文件进行编码。 ffmpeg 似乎没有在听我的命令
ffmpeg -i blah -acodec vorbis -ab 192k -y out.ogg
最佳答案
首先,AFAIK
Oggenc2
Command line encoder - allows direct input of '.flac', '.ape', '.wv', '.pac', '.ofr' and '.shn' files - ICL7.1 compile
to pipe one process to another inside of .net using the Process class
ffmpeg -i audio.mp3 -f flac - | oggenc2.exe - -o audio.ogg
mp3
文件(我没有在我的电脑上找到其他音频文件)到
flac
并将其发送至
stdout
,转到
stdin
的
oggenc2
通过使用管道(
|
)。
NET
要运行的包装器
ffmpeg
.
关于.net - 使用 .NET 将 ffmpeg 管道传输到 oggenc(2),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2475843/
我想编写一个 python 脚本(是的,不是 Bash),它将使用 flac 文件并使用 oggenc 对其进行编码,然后在成功编码后删除 flac 文件。 到目前为止我有这个: import os,
我正在尝试以 -q 6/192k 对 ogg 文件进行编码。 ffmpeg 似乎没有在听我的命令 ffmpeg -i blah -acodec vorbis -ab 192k -y out.ogg 所
我有一个很奇怪的问题。我想使用音频标签在 Firefox 上播放 ogg 文件。但是当我尝试运行此音频时, Firebug 报告此错误: Media resource http://127.0.0.1
我是一名优秀的程序员,十分优秀!