Welcome![Sign In][Sign Up]
Location:
Search - ffmpeg s

Search list

[Compress-Decompress algrithmsffmpeg-20050624

Description: 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.-Sorenson is a complete solution to record, convert and stream audio and video. It includes libavcodec. the leading audio / video codec library. Sorenson is developed under Linux. but it can compiled under most operating system s, including Windows.
Platform: | Size: 2068664 | Author: shirley | Hits:

[Speech/Voice recognition/combineffmpeg-r10408-dll

Description: Movie2Mobile, written in Python, is a tool for transcoding your favorite movie into the 3gp format, used by most mobile phones. For encoding, MPlayer, MEncoder and FFMpeg is used, to offer a wide range of input formats, including DVD, AVI/MPEG and (S)VCD.
Platform: | Size: 1399114 | Author: 李飞 | Hits:

[Compress-Decompress algrithmsffmpeg-20050624

Description: 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.-Sorenson is a complete solution to record, convert and stream audio and video. It includes libavcodec. the leading audio/video codec library. Sorenson is developed under Linux. but it can compiled under most operating system s, including Windows.
Platform: | Size: 2068480 | Author: shirley | Hits:

[Streaming Mpeg4ffmpeg_svn

Description: ffmpeg类库的最新源码(SVN版本),其中output_example是一个例子代码-ffmpeg library of the latest source (SVN version), output_example which is a code examples
Platform: | Size: 6549504 | Author: bluewater210 | Hits:

[Speech/Voice recognition/combineffmpeg-r10408-dll

Description: Movie2Mobile, written in Python, is a tool for transcoding your favorite movie into the 3gp format, used by most mobile phones. For encoding, MPlayer, MEncoder and FFMpeg is used, to offer a wide range of input formats, including DVD, AVI/MPEG and (S)VCD. -Movie2Mobile, written in Python, is a tool for transcoding your favorite movie into the 3gp format, used by most mobile phones. For encoding, MPlayer, MEncoder and FFMpeg is used, to offer a wide range of input formats, including DVD, AVI/MPEG and (S) VCD.
Platform: | Size: 1398784 | Author: 李飞 | Hits:

[Multimedia programffmpeg-Sdk

Description: 最新FFmepg完整SDK,利用该开发包可进行视频解码,视频转换的开发。-FFmepg integrity of the latest SDK, use the development kit can be video decoder, video converter development.
Platform: | Size: 2950144 | Author: 两天 | Hits:

[Multimedia DevelopFFmpeg-full-SDK-3.2

Description: FFmpeg sdk 3.2 ,音视频解码器,支持众多格式。内有文档。开发方便。-FFmpeg sdk 3.2, audio and video decoder, support for many formats. There are documents. Facilitate development.
Platform: | Size: 4055040 | Author: sunlam | Hits:

[Special Effectsffmpeg-0.5

Description: 著名的ffmpeg.这是最新版,2009年3月10日发版的.新增不少decoder && encoder.-Famous ffmpeg. This is the latest version, March 10, 2009 version of the hair. Added a number of decoder & & encoder.
Platform: | Size: 3897344 | Author: LKai | Hits:

[Multimedia DevelopFFmpeg-full-SDK-3.2

Description: 著名的FFmpeg,在Windows下编译,SDK3.2-Famous FFmpeg, under Windows at the compiler, SDK3.2
Platform: | Size: 3893248 | Author: Lu | Hits:

[Multimedia DevelopFFmpeg-full-SDK-3.2

Description: 继ffmpeg工程组(http://www.ffmpeg.com.cn)2006年5月5日发布ffmpeg+x264 SDK V1.0版本,2006年9月25日发布V2.0版本之后,2007年8月21日发布V3.0版本,有很长的时间没有发布过新的SDK版本,ffmpeg的SVN版本号也由V3.0版本时的r10087更新到了目前的r12790,这期间ffmpeg的功能与稳定性都完善了很多,部分编码器的性能也有了较大幅度的提升,在很多热心的朋友强烈要求下,ffmpeg工程组再次发布FFMPEG FULL SDK V3.2,此次发布的SDK依旧为Full SDK,我们尽可能的集成更多的编解码器,需要注意的是,新版本的SDK中的ffmpeg.exe程序所支持的指令与V3.0所支持的指令有了较大的不同,具体可使用指令“ffmpeg.exe --help”获得更多的帮助。-ffmpeg project group again released FFMPEG FULL SDK V3.2, this release of the SDK is still for the Full SDK, we integrate as much as possible for more codecs, to note that the new version of the SDK in the ffmpeg.exe procedures V3.0 supports the commands and instructions have been greatly supported by the different, specific use instructions "ffmpeg.exe- help" for more help.
Platform: | Size: 3598336 | Author: bgrape | Hits:

[Multimedia DevelopFFmpeg-20100711.tar

Description: 经过整理过的ffmpeg for visual c++,可以编译通过,并有关键注释。-ffmpeg for visual c++,lot s of comment~
Platform: | Size: 1640448 | Author: nbxiong | Hits:

[Streaming Mpeg4H264Android_code

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。 注意解码库写死了视频大小240x320,其他视频大小要简单修改一下底层的代码。-H264 decoder source code, porting ffmpeg s H264 decoding to Android, the depth of cut optimization, in the simulator (320x480) in the validation passed.
Platform: | Size: 650240 | Author: caoliang | Hits:

[androidFFMPEG-Android

Description: FFMPEG移植到Android 网上最详细的教程方法,值得一看-the best code for the android ffmpeg
Platform: | Size: 10240 | Author: meng | Hits:

[Streaming Mpeg4sdlffm

Description: vc2008编译通过的利用ffmpeg解码sdl播放的简单视频播放器-vc2008 compile sdl use ffmpeg decoder to play simple video player
Platform: | Size: 12004352 | Author: gavin | Hits:

[Multimedia programffplay-ffmpeg

Description: ffmpeg的ffplay的程序,可实现视频的播放解码。-ffmpeg' s ffplay program, enabling video broadcast decoder.
Platform: | Size: 3869696 | Author: benchenglong | Hits:

[androidH264Android

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。-H264 decoder source code, porting ffmpeg s H264 decoder part to Android, the depth of cut optimization, in the simulator (320x480) to verify through. Program using jni architecture. Interface portion of the file to read, the video display is made with java, the underlying video decoding in C to do to meet the speed requirements. In this version, the H264 stream from a separate layer of Nal is done in java, so call decoding in java layer directly whether there is to know when to display video, drawback is the coupling/packaging of almost. If used at the bottom do Nal segmentation method can be encapsulated look good, but each time there is limited data to send, if you get too much data, the underlying may be a decoding of several frames of video, but the notice to the interface layer can only display one, resulting in dropped frames phenomenon. If you send less data each time, there will be many times not to call the underlying substance of decoding, a small gas practices, s
Platform: | Size: 230400 | Author: wyc | Hits:

[Windows DevelopFFmpeg_SDK_4.0.25900

Description: 最新的FFmpeg SDK--FFmpeg SDK 4.0.259-FFmpeg SDK 3.2 is very old.Please test&enjoy the latest FFmpeg SDK 4.0.25900
Platform: | Size: 7062528 | Author: choosepb | Hits:

[mpeg mp3ffmpeg-doc

Description: ffmpeg非常有用的学习资料,适合初学者-of ffmpeg s very useful learning materials, suitable for beginners
Platform: | Size: 12288 | Author: guanping | Hits:

[VC/MFCffmpeg-3.3.4

Description: This has been a long time coming but we wanted to give a proper closure to our participation in this run of the program and it takes time. Sometimes it's just to get the final report for each project trimmed down, others, is finalizing whatever was still in progress when the program finished: final patches need to be merged, TODO lists stabilized, future plans agreed; you name it.
Platform: | Size: 14344192 | Author: 5NP | Hits:

[Multimedia Developffmpeg-3.4.1

Description: ffmpeg最新源码,包含音视频编解码,以及一些常用的算法处理,适合多媒体开发人员学习(Ffmpeg's latest source code, including audio and video codec, and some common algorithm processing, is suitable for multimedia developers to learn.)
Platform: | Size: 14806016 | Author: bfvdvf | Hits:
« 12 3 4 »

CodeBus www.codebus.net