我在网上读过关于使用 FFMPEG 将基本 SWF 文件转换为视频格式的不同报道。
有没有 FFMPEG 专家可以建议是否有办法让它可靠地工作?
使用最简单的选项
ffmpeg -i swf1.swf swf1.mp4
我收到以下错误消息
ffmpeg version 2.5.3 Copyright (c) 2000-2015 the FFmpeg developers
built on Jan 17 2015 12:08:40 with Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
configuration: --prefix=/usr/local/Cellar/ffmpeg/2.5.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libmp3lame --enable-libvo-aacenc --enable-libxvid --enable-vda
libavutil 54. 15.100 / 54. 15.100
libavcodec 56. 13.100 / 56. 13.100
libavformat 56. 15.102 / 56. 15.102
libavdevice 56. 3.100 / 56. 3.100
libavfilter 5. 2.103 / 5. 2.103
libavresample 2. 1. 0 / 2. 1. 0
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 3.100 / 53. 3.100
swf1.swf: could not find codec parameters
即使使用空白的 swf 也会发生这种情况!!
我是否可能缺少 FFMPEG 的实用程序或编解码器?我在 OSX 上。
答案1
ffmpeg 无法解码包含“形状和精灵”的 SWF 文件,无论这在 Flash 上下文中意味着什么。基本上,任何比实际视频流更复杂的内容。
这是一个开放愿望/功能请求,但我不认为这项计划会很快实施。