文章分类 -  FFMPEG

(工具ffmpeg)视频转换为flv格式,视频截取图片[转贴]
摘要:/**//// /// 视频(avi,mov等等格式)转换为flv格式视频 /// /// 被转换的视频文件 /// 转换flv后的文件名 /// 视频大小的尺寸 /// public string VideoConvertFlv(string FromName,string Expo... 阅读全文
posted @ 2006-10-30 19:07 三千 阅读(3555) 评论(2) 推荐(0)
ffplay - FFplay media player [reship]
摘要:SYNOPSIS ffplay [options] input_file DESCRIPTION FFplay is a very simple and portable media player using the FFmpeg libraries and the SDL library. It is mostly used as a test bench for the various API... 阅读全文
posted @ 2006-05-31 17:18 三千 阅读(1988) 评论(1) 推荐(0)
ffmpeg - FFmpeg video converter [reship]
摘要:ffmpeg - FFmpeg video converter SYNOPSIS ffmpeg [[options][-i input_file]]... {[options] output_file}... DESCRIPTION If no input file is given, audio/video grabbing is done. As a general rule, options... 阅读全文
posted @ 2006-05-31 17:16 三千 阅读(2320) 评论(0) 推荐(0)
ffmpeg的使用[zt]
摘要:先从ffmpeg开始。 http://ffmpeg.sourceforge.net上有说明,音视频的分离,转换,解码的完全解决方案。 其中最重要的就是libavcodec库。它被mplayer或者xine使用作为解码器。还有,国内比较流行的播放器影音风暴或MyMPC的后端ffdshow也是使用ffmpeg的解码库的。 ffmpeg包括一组软件,ffmpeg用于对媒体文件进行处理,ffserver... 阅读全文
posted @ 2006-05-31 17:15 三千 阅读(8282) 评论(3) 推荐(0)