【发布时间】:2016-10-03 14:17:26
【问题描述】:
ffmpeg 编译良好,mlt 也是如此。
melt 可以很好地处理 color:green 等,但无法打开 .asf 视频文件,但是 ffplay 可以正常播放。
我尝试了以下方法,但 mlt 仍然无法播放 asf 文件:
./configure --enable-gpl3 --enable-gpl --avformat-shared=/big/src/ffmpeg/libavformat/
./configure --enable-gpl3 --enable-gpl
./configure
当我尝试像这样播放 asf 文件时,我得到了这个:
bash-4.3$ melt /big/video-coon.asf
Failed to load "/big/video-coon.asf"
Failed to load "/big/video-coon.asf"
Usage: melt [options] [producer [name=value]* ]+
Options:
-attach filter[:arg] [name=value]* Attach a filter to the output
[snip]
For more help: <http://www.mltframework.org/>
如果有人能提供有关如何让 mlt 读取这些文件的线索,我将不胜感激!
我尝试使用 ffmpeg 将 .asf 文件转换为 .dv 文件(这使它变得很大!)但这也不会在融化时播放。 (不过用 ffplay/mplayer 玩过。)
非常感谢,
杰西
【问题讨论】:
标签: mlt