上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 78 下一页
摘要: http://www.ffmpeg.com.cn/index.php/%E9%A6%96%E9%A1%B5 FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavc... 阅读全文
posted @ 2013-07-22 16:30 毛毛虫的薄刻 阅读(163) 评论(0) 推荐(0)
摘要: 2009.03.21补充:ffmpeg-0.5正式发布,地址为:[url]http://www.ffmpeg.org/releases/ffmpeg-0.5.tar.bz2[/url]。修改了第7步,可以通过编译。 2009.03.31补充:ffmpeg-0.5的动态库编译。增加5.2步。感谢... 阅读全文
posted @ 2013-07-22 16:30 毛毛虫的薄刻 阅读(154) 评论(0) 推荐(0)
摘要: FFmpeg堪称音频和视频应用程序的瑞士军刀,提供了丰富的选项和灵活性.很多时候用户为了看视频和听音乐都安装了ffmeg.更多关于ffmeg的详细介绍:here,可以通过ffmpeg -formats查看FFmpeg支持的视音频格式,左侧若是E表明可以编码,D表明可以解码 本文着重介绍命令行下ff... 阅读全文
posted @ 2013-07-22 16:30 毛毛虫的薄刻 阅读(124) 评论(0) 推荐(0)
摘要: FFmpeg是一个开源免费跨平台的视频和音频流方案,属于自由软件,采用LGPL或GPL许可证(依据你选择的组件)。它提供了录制、转换以及流化音视频的完整解决方案。它包含了非常先进的音频/视频编解码库libavcodec,为了保证高可移植性和编解码质量,libavcodec里很多codec都是从头开发... 阅读全文
posted @ 2013-07-22 16:30 毛毛虫的薄刻 阅读(189) 评论(0) 推荐(0)
摘要: 1.1 About this documentThe ffmpeg is a open source package that provides video application for general usage. User can downloadand view information in... 阅读全文
posted @ 2013-07-22 16:30 毛毛虫的薄刻 阅读(145) 评论(0) 推荐(0)
摘要: 1. init #!/bin/busybox ash#load modules mao 2013-02-16 14:12:48 echo "************************mao***********************************"insmod /lib/mo... 阅读全文
posted @ 2013-07-22 16:30 毛毛虫的薄刻 阅读(197) 评论(0) 推荐(0)
摘要: 一、在ARM linux 下,一般而言,产品在启动的过程中应该加载模块,最简单的方法是修改启动过程的rc脚本(/etc/init.d/rcS),增加ismod /../xxx.ko这个命令。例如:加载/lib/modules/2.6.26.5/s3c2410_buttons)cd /lib/modu... 阅读全文
posted @ 2013-07-22 16:30 毛毛虫的薄刻 阅读(152) 评论(0) 推荐(0)
摘要: 开发环境: vc6.0 + sp5 + vcpp5,注意vcpp5在vc6+sp6上会安装失败。 源码: ff_264_dec_vc,可用vc进行编译调试,但编译环境限定如上。 声明:该工程是ffmpeg工程组成员hust_xcl从ffmpeg中提取出了H.264的解码器部分,特表敬意。... 阅读全文
posted @ 2013-07-22 16:30 毛毛虫的薄刻 阅读(125) 评论(0) 推荐(0)
摘要: [liu@liu-desktop hellomod]$mddir hellomod[liu@liu-desktop hellomod]$cd hellomod[liu@liu-desktop hellomod]$vi hellomod.c/****************hellomod.c****... 阅读全文
posted @ 2013-07-22 16:30 毛毛虫的薄刻 阅读(121) 评论(0) 推荐(0)
摘要: #include #include #include #include #include #include #include "gpio.h" struct gpio_params gmm;int gpid =-1;void main(int argc,char *argv[]){char fil... 阅读全文
posted @ 2013-07-22 16:30 毛毛虫的薄刻 阅读(133) 评论(0) 推荐(0)
上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 78 下一页