CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体

文件名称:ffmpegmfc

介绍说明--下载内容来自于网络,使用问题请自行百度

自己做的FFMPEG移植到VC下的开源工程:ffmpeg for MFC。本工程将ffmpeg工程中的ffmpeg转码器(ffmpeg.c)移植到了VC环境下。并且使用MFC做了一套简单的界面。它可以完成一个视频转码的基本功能:封装格式以及编码格式的转换。

详细参见:

http://blog.csdn.net/leixiaohua1020/article/details/28744935-This software transplant ffmpeg to Microsoft VC++ environment.

And use MFC to build a simple Graphical User Interface.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

ffmpegmfc/
ffmpegmfc/.gitignore
ffmpegmfc/ChangeLog
ffmpegmfc/ffmpegmfc/
ffmpegmfc/ffmpegmfc.sln
ffmpegmfc/ffmpegmfc.suo
ffmpegmfc/ffmpegmfc/.gitignore
ffmpegmfc/ffmpegmfc/avcodec-54.dll
ffmpegmfc/ffmpegmfc/avdevice-54.dll
ffmpegmfc/ffmpegmfc/avfilter-3.dll
ffmpegmfc/ffmpegmfc/avformat-54.dll
ffmpegmfc/ffmpegmfc/avutil-51.dll
ffmpegmfc/ffmpegmfc/cmdutils.c
ffmpegmfc/ffmpegmfc/cmdutils.h
ffmpegmfc/ffmpegmfc/cmdutils_common_opts.h
ffmpegmfc/ffmpegmfc/config.h
ffmpegmfc/ffmpegmfc/ffmpeg.c
ffmpegmfc/ffmpegmfc/ffmpeg.exe
ffmpegmfc/ffmpegmfc/ffmpeg.h
ffmpegmfc/ffmpegmfc/ffmpegmfc.aps
ffmpegmfc/ffmpegmfc/ffmpegmfc.cpp
ffmpegmfc/ffmpegmfc/ffmpegmfc.h
ffmpegmfc/ffmpegmfc/ffmpegmfc.rc
ffmpegmfc/ffmpegmfc/ffmpegmfc.vcxproj
ffmpegmfc/ffmpegmfc/ffmpegmfc.vcxproj.filters
ffmpegmfc/ffmpegmfc/ffmpegmfc.vcxproj.user
ffmpegmfc/ffmpegmfc/ffmpegmfcDlg.cpp
ffmpegmfc/ffmpegmfc/ffmpegmfcDlg.h
ffmpegmfc/ffmpegmfc/ffmpeg_filter.c
ffmpegmfc/ffmpegmfc/ffmpeg_opt.c
ffmpegmfc/ffmpegmfc/include/
ffmpegmfc/ffmpegmfc/include/compat/
ffmpegmfc/ffmpegmfc/include/compat/getopt.c
ffmpegmfc/ffmpegmfc/include/compat/msvcrt/
ffmpegmfc/ffmpegmfc/include/compat/msvcrt/snprintf.c
ffmpegmfc/ffmpegmfc/include/compat/msvcrt/snprintf.h
ffmpegmfc/ffmpegmfc/include/compat/strtod.c
ffmpegmfc/ffmpegmfc/include/compat/va_copy.h
ffmpegmfc/ffmpegmfc/include/inttypes.h
ffmpegmfc/ffmpegmfc/include/libavcodec/
ffmpegmfc/ffmpegmfc/include/libavcodec/avcodec.h
ffmpegmfc/ffmpegmfc/include/libavcodec/avfft.h
ffmpegmfc/ffmpegmfc/include/libavcodec/dxva2.h
ffmpegmfc/ffmpegmfc/include/libavcodec/old_codec_ids.h
ffmpegmfc/ffmpegmfc/include/libavcodec/vaapi.h
ffmpegmfc/ffmpegmfc/include/libavcodec/vda.h
ffmpegmfc/ffmpegmfc/include/libavcodec/vdpau.h
ffmpegmfc/ffmpegmfc/include/libavcodec/version.h
ffmpegmfc/ffmpegmfc/include/libavcodec/xvmc.h
ffmpegmfc/ffmpegmfc/include/libavdevice/
ffmpegmfc/ffmpegmfc/include/libavdevice/avdevice.h
ffmpegmfc/ffmpegmfc/include/libavdevice/version.h
ffmpegmfc/ffmpegmfc/include/libavfilter/
ffmpegmfc/ffmpegmfc/include/libavfilter/asrc_abuffer.h
ffmpegmfc/ffmpegmfc/include/libavfilter/avcodec.h
ffmpegmfc/ffmpegmfc/include/libavfilter/avfilter.h
ffmpegmfc/ffmpegmfc/include/libavfilter/avfiltergraph.h
ffmpegmfc/ffmpegmfc/include/libavfilter/buffersink.h
ffmpegmfc/ffmpegmfc/include/libavfilter/buffersrc.h
ffmpegmfc/ffmpegmfc/include/libavfilter/version.h
ffmpegmfc/ffmpegmfc/include/libavformat/
ffmpegmfc/ffmpegmfc/include/libavformat/aiff.h
ffmpegmfc/ffmpegmfc/include/libavformat/apetag.h
ffmpegmfc/ffmpegmfc/include/libavformat/asf.h
ffmpegmfc/ffmpegmfc/include/libavformat/asfcrypt.h
ffmpegmfc/ffmpegmfc/include/libavformat/audiointerleave.h
ffmpegmfc/ffmpegmfc/include/libavformat/avc.h
ffmpegmfc/ffmpegmfc/include/libavformat/avformat.h
ffmpegmfc/ffmpegmfc/include/libavformat/avi.h
ffmpegmfc/ffmpegmfc/include/libavformat/avio.h
ffmpegmfc/ffmpegmfc/include/libavformat/avio_internal.h
ffmpegmfc/ffmpegmfc/include/libavformat/avlanguage.h
ffmpegmfc/ffmpegmfc/include/libavformat/caf.h
ffmpegmfc/ffmpegmfc/include/libavformat/dv.h
ffmpegmfc/ffmpegmfc/include/libavformat/ffm.h
ffmpegmfc/ffmpegmfc/include/libavformat/ffmeta.h
ffmpegmfc/ffmpegmfc/include/libavformat/flacenc.h
ffmpegmfc/ffmpegmfc/include/libavformat/flv.h
ffmpegmfc/ffmpegmfc/include/libavformat/gxf.h
ffmpegmfc/ffmpegmfc/include/libavformat/http.h
ffmpegmfc/ffmpegmfc/include/libavformat/httpauth.h
ffmpegmfc/ffmpegmfc/include/libavformat/network.h
ffmpegmfc/ffmpegmfc/include/libavformat/nut.h
ffmpegmfc/ffmpegmfc/include/libavformat/oggdec.h
ffmpegmfc/ffmpegmfc/include/libavformat/oma.h
ffmpegmfc/ffmpegmfc/include/libavformat/options_table.h
ffmpegmfc/ffmpegmfc/include/libavformat/os_support.h
ffmpegmfc/ffmpegmfc/include/libavformat/pcm.h
ffmpegmfc/ffmpegmfc/include/libavformat/qtpalette.h
ffmpegmfc/ffmpegmfc/include/libavformat/rawdec.h
ffmpegmfc/ffmpegmfc/include/libavformat/rawenc.h
ffmpegmfc/ffmpegmfc/include/libavformat/rdt.h
ffmpegmfc/ffmpegmfc/include/libavformat/riff.h
ffmpegmfc/ffmpegmfc/include/libavformat/rm.h
ffmpegmfc/ffmpegmfc/include/libavformat/rso.h
ffmpegmfc/ffmpegmfc/include/libavformat/rtmp.h
ffmpegmfc/ffmpegmfc/include/libavformat/rtmpcrypt.h
ffmpegmfc/ffmpegmfc/include/libavformat/rtmpdh.h
ffmpegmfc/ffmpegmfc/include/libavformat/rtmppkt.h
ffmpegmfc/ffmpegmfc/include/libavformat/rtp.h
ffmpegmfc/ffmpegmfc/include/libavformat/rtpdec.h
ffmpegmfc/ffmpegmfc/include/libavformat/rtpdec_formats.h
ffmpegmfc/ffmpegmfc/include/libavformat/rtpenc.h
ffmpegmfc/ffmpegmfc/include/libavformat/rtpenc_chain.h
ffmpegmfc/ffmpegmfc/include/libavformat/rtsp.h
ffmpegmfc/ffmpegmfc/include/libavformat/rtspcodes.h
ffmpegmfc/ffmpegmfc/include/libavformat/sauce.h
ffmpegmfc/ffmpegmfc/include/libavformat/seek.h
ffmpegmfc/ffmpegmfc/include/libavformat/smjpeg.h
ffmpegmfc/ffmpegmfc/include/libavformat/sox.h
ffmpegmfc/ffmpegmfc/include/libavformat/spdif.h
ffmpegmfc/ffmpegmfc/include/libavformat/subtitles.h
ffmpegmfc/ffmpegmfc/include/libavformat/swf.h
ffmpegmfc/ffmpegmfc/include/libavformat/url.h
ffmpegmfc/ffmpegmfc/include/libavformat/urldecode.h
ffmpegmfc/ffmpegmfc/include/libavformat/version.h
ffmpegmfc/ffmpegmfc/includ

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com