Blog信息 |
blog名称: 日志总数:1304 评论数量:2242 留言数量:5 访问次数:7586307 建立时间:2006年5月29日 |

| |
[视频处理]Hooking Up The SMPTE VC-1 Decoder In FFmpeg 软件技术
lhwork 发表于 2007/2/5 20:34:12 |
Some people have asked me for my code to make the SMPTE VC-1 reference decoder work with FFmpeg,
slow though it may be. I suppose I could make a patch. But the official
version of FFmpeg is whatever happens to be in CVS at the current
moment. So any patch I could produce would work for maybe a day. So get
ready to do a little editing on your local FFmpeg CVS tree. The steps:
pro |
|
[视频处理]简单安装ffmpeg 软件技术
lhwork 发表于 2007/2/5 17:11:53 |
先要下载svn 官方地址:http://subversion.tigris.org/ 镜像站点:http://summersoft.fay.ar.us/pub/subversion/latest/
http://subversion.tigris.org/downloads/subversion-1.3.0.tar.gz
下载 Lame ,支持MP3用的 http://sourceforge.net/projects/lame
then compile and install:
$ ./configure $ make $ make install
测试lame是否安装好 $ lame --help
获取ffmpeg的最新版本 svn checkout svn://svn.mplayerhq.hu/ffmpeg/ |
|
[视频处理]FFMPEG在LINUX下的编译 软件技术
lhwork 发表于 2007/2/5 14:59:53 |
FFMPEG项目现在只是发展到了0.4.9版本,不过别小看这个0.4.9,已经开始了1年多的项目了。
和PHP类似,这个类库也依赖了无数的第三方类库,FFMPEG做的很重要的一件事情,就是作为一个胶水,把这些东西
都粘合到一起。
最痛苦的事情莫过于在WINDOWS上编译FFMPEG,需要安装无数的东西(Cygwin那一套)。
同样,在Redhat9 上的编译也是痛苦的。因为FFMPEG用到的某些类库要求高版本的AUTOMAKE之类的东西。
因此,还是用回RHEL 4.2版本的LINUX上编译为妥。
1。准备所有的软件包
首先是FFPMEG,从SVN里边获取最新的源代码
svn checkout svn:// |
|
[视频处理]Ming video/streaming examples 软件技术
lhwork 发表于 2007/2/5 12:36:11 |
1. Creating FLV files For more information about Macromedia's FLV format see Macromedia's Video TechNote. To convert avi/mpeg files to Macromedia's FLV format is using ffmpeg.
The following example creates a FLV fil |
|
[视频处理]转换视频为flv文件过程记录 软件技术
lhwork 发表于 2007/2/5 12:26:25 |
1/ 从 http://ffdshow.faireal.net/mirror/ffmpeg/ 下载最新版本的 FFMpeg.exe (才知道.7z也是种压缩格式) 2/ 解压缩到本地c:\FFMpeg.
&nb |
|
[视频处理]FFMPEG 软件技术
lhwork 发表于 2007/2/5 12:24:11 |
This tutorial is about transcoding video fom one codec into another using FFMPEG. I got deeper into FFMPEG when I wanted to transcode into FLV (Flash Video) and it works very well. I developed the Riva FLV Encoder, a GUI for FFMPEG.
Up |
|
[视频处理]FFMPEG编译指南 软件技术
lhwork 发表于 2007/2/5 12:22:32 |
We install the Minimalist GNU for Windows MinGW (Compiler) and MSYS (Minimal SYStem) which is a kind of unix-shell to access the MinGW-commands. Next we download, compile and install Lame, an open-source mp3-codec, with MSYS. Next we install WinCVS and checkout the latest cvs-release of FFMPEG. Finally we compile ffmpeg and I will show a few examples how to work with Flash Video (FLV).
Download MinGW " MSYS current releases (Window Exe Binaries MSYS-1.0.10.ex |
|
|