我的Flex应用程序使用red5记录纯音频FLV文件 - 我想将这些文件转换为SWF文件,以便将其嵌入其他SWF文件中.(我也可以转换为MP3,然后自己将它们嵌入到SWF中,但我更喜欢一步到位的解决方案.)
有没有经验呢?
我尝试过的:
以下naive ffmpeg命令失败:
> ffmpeg -i 3139747641.flv -vn movie.swf
FFmpeg version SVN-r21751-snapshot, Copyright (c) 2000-2010 Fabrice Bellard, et al.
built on Feb 11 2010 09:15:42 with gcc 4.2.1 (SUSE Linux)
configuration: --enable-gpl --enable-nonfree
libavutil 50. 9. 0 / 50. 9. 0
libavcodec 52.53. 0 / 52.53. 0
libavformat 52.52. 0 / 52.52. 0
libavdevice 52. 2. 0 / 52. 2. 0
libswscale 0.10. 0 / 0.10. 0
[flv @ 0x8a5e3a0]Could not find codec parameters (Video: 0x0000) …Run Code Online (Sandbox Code Playgroud)