ffmpeg -i /tmp/clip.wmv -vhook "/usr/lib/vhook/drawtext.so -f /usr/share/fonts/corefonts/comic.ttf -x 5 -y 5 -t linuxzfp.cublog.cn" /tmp/out.flv 暂时记录下来。找了半天也没有找到 ffmpeg gui 程序,命令行的麻烦,不容易记住呀。 奇怪,转换成flv的时候没有声音?其它的 avi mpg 就有声音?难道只能重新编译加入mp3lame支持才行?。。。看看如何解决吧,唉。。。 本文来自ChinaUnix博...
by linuxzfp - Linux文档专区 - 2008-09-19 09:54:44 阅读(1099) 回复(0)
各位行业高手,我在Centos5.3环境下编译安装了ffmpeg0.5用做水印,安装成功后转码没有问题,但制作水印时提示./ffmpeg: symbol lookup error: ./ffmpeg: undefined symbol: frame_hook_add出错,详细信息如下: [root@linux-server2 bin]# ./ffmpeg -i 2.avi -vhook '/usr/local/ffmpeg/lib/vhook/watermark.so -f 2.png' -an out.avi ffmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --p...
ffmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. ffmpeg is developed under linux, but it can compiled under most operating systems, including Windows. In ubuntu This package contains the ffplay multimedia player, the ffserver streaming server and the ffmpeg audio and video encoder. They support most existin...
首先要安装各种解码器 1、lame lame-3.97.tar.gz http://sourceforge.net/project/showfiles.php?group_id=290&package_id=309 安装方法如下: tar -zxvf lame-3.97.tar.gz cd lame-3.97 ./configure --enable-shared --prefix=/usr make make install 2、libogg libogg-1.1.3.tar.gz http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz 安装方法如下: ./configure --prefix=/usr make make i...
作者: sonr 出自: http://www.linuxdiyf.com linux的wmv1/2/3是分別对应到Windows的wmv7/8/9,而且ffmpeg只支援到wmv2。 用ffmpeg转换为wmv的一个命令行例子: ffmpeg -i source.avi -vcodec wmv2 -acodec copy -y dest.wmv 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/31/showart_653580.html
我下载了ffmpeg1.2版本,在linux下面编译,开始ffplay无法生成, 安装SDL后可以了,后想将它移植到arm linux上去, 配置参数如下: ./configure --enable-shared --disable-yasm --prefix=/usr/local/ffmpeg --cc=arm-none-linux-gnueabi-gcc --cross-prefix=arm-none-linux-gnueabi- --target-os=linux --arch=arm 可以编译成功,但是又没有生成ffplay, config.mak里面显示没有SDL, 但是我重新安装sdl显示已经装好了,而且我不...
来源:赛迪网 作者:sixth linux下的视频转换:mencoder 制作适合在智能手机和PDA上观看的mpeg4视频。 linux上有一个很强大的视频音频转换软件,就是Mplayer自带的mencoder (MPlayer's Movie Encoder)。mencoder就象是一台全手动的照相机,可调整的选项非常多,不过这儿只是把最常见的情况说一下。 转换avi文件,并把字幕内嵌到视频中。首先假设一下下列的条件: 文件名:video.avi 字幕文件名:video.srt 目标文件...
ffmpeg介绍
ffmpeg是一个集录制、转换、音/视频编码解码功能为一体的完整的开源解决方案。ffmpeg的开发是基于linux操作系统,但是可以在大多数操作系统中编译和使用。ffmpeg支持MPEG、DivX、MPEG4、AC3、DV、FLV等40多种编码,AVI、MPEG、OGG、Matroska、ASF等90多种解码。
"ffmpeg"这个单词中的 "FF" 指的是 "Fast Forward",它的官方网站是
http://ffmpeg.org/
,中文技术网站是
http://www.ffmpeg.com.cn
。TCPMP, VLC, MPla...
ffmpeg Documentation
Table of Contents
1. Introduction
2. Quick Start
2.1 Video and Audio grabbing
2.2 X11 grabbing
2.3 Video and Audio file format conversion
3. Invocation
3.1 Syntax
3.2 Main options
3.3 Video Options
3.4 Advanced Video Options
3.5 Audio Options
3.6 Advanced Audio options:
3.7 Subtitle options:
3.8 Audio/Video grab options
3.9 Advanced options
3.10 Preset files
...