登录
首页 » Visual C++ » FfmpegSdl2.0Demo_vs2005

FfmpegSdl2.0Demo_vs2005

于 2015-11-29 发布 文件大小:13259KB
0 174
下载积分: 1 下载次数: 17

代码说明:

  使用FFMPEG库进行视频解码,然后在一个Static控件上使用SDL2.0进行视频显示,相比SDL1.0,2.0版本支持多窗口同时显示,性能也大幅提升。(demo中未处理音频帧)。本Demo优点:将视频解码和显示分别封装了两个类CFfmpegDecod和CSdlShow,便于学习和理解播放流程。适合学习者使用。(Using the FFMPEG library for video decoding, and then on a Static control on the use of SDL2.0 video display, compared to the SDL1.0,2.0 version supports multi window at the same time, performance is also greatly improved. (demo is not processed for audio frames). The Demo advantages: the video decoding and display are encapsulated in two classes CFfmpegDecod and CSdlShow, easy to learn and understand the playback process. Suitable for learners to use.)

文件列表:

FfmpegSdl2.0Demo_vs2005
.......................\bin
.......................\...\avcodec-56.dll,22361088,2015-11-18
.......................\...\avformat-56.dll,6006272,2015-11-18
.......................\...\avutil-54.dll,493568,2015-11-18
.......................\...\demo.mp4,1067265,2015-10-24
.......................\...\FfmpegSdl2.0Demo_vs2005.exe,520192,2015-11-29
.......................\...\SDL2.dll,1007104,2015-11-18
.......................\...\swresample-1.dll,281088,2015-11-18
.......................\...\swscale-3.dll,452608,2015-11-18
.......................\FfmpegSdl2.0Demo_vs2005
.......................\.......................\FfmpegDecod.cpp,6903,2015-11-29
.......................\.......................\FfmpegDecod.h,827,2015-11-29
.......................\.......................\FfmpegSdl2.0Demo_vs2005.cpp,1613,2015-11-29
.......................\.......................\FfmpegSdl2.0Demo_vs2005.h,569,2015-11-29
.......................\.......................\FfmpegSdl2.0Demo_vs2005.rc,4363,2015-11-29
.......................\.......................\FfmpegSdl2.0Demo_vs2005.vcproj,6481,2015-11-29
.......................\.......................\FfmpegSdl2.0Demo_vs2005Dlg.cpp,3373,2015-11-29
.......................\.......................\FfmpegSdl2.0Demo_vs2005Dlg.h,841,2015-11-29
.......................\.......................\ReadMe.txt,2556,2015-11-29
.......................\.......................\res

.......................\.......................\...\FfmpegSdl20Demo_vs2005.rc2,378,2015-11-29
.......................\.......................\resource.h,605,2015-11-29
.......................\.......................\SdlShow.cpp,3596,2015-11-29
.......................\.......................\SdlShow.h,838,2015-11-29
.......................\.......................\stdafx.cpp,154,2015-11-29
.......................\.......................\stdafx.h,1545,2015-11-29
.......................\FfmpegSdl2.0Demo_vs2005.sln,934,2015-11-29
.......................\ffplay
.......................\......\include
.......................\......\.......\inttypes.h,5721,2015-10-11
.......................\......\.......\libavcodec
.......................\......\.......\..........\avcodec.h,181963,2015-10-11
.......................\......\.......\..........\avfft.h,3111,2015-10-11
.......................\......\.......\..........\d3d11va.h,2504,2015-10-11
.......................\......\.......\..........\dv_profile.h,3998,2015-10-11
.......................\......\.......\..........\dxva2.h,2358,2015-10-11
.......................\......\.......\..........\old_codec_ids.h,10623,2015-10-11
.......................\......\.......\..........\qsv.h,1185,2015-10-11
.......................\......\.......\..........\vaapi.h,4007,2015-10-11
.......................\......\.......\..........\vda.h,5928,2015-10-11
.......................\......\.......\..........\vdpau.h,7972,2015-10-11
.......................\......\.......\..........\version.h,6543,2015-10-11
.......................\......\.......\..........\vorbis_parser.h,2356,2015-10-11
.......................\......\.......\..........\xvmc.h,6062,2015-10-11
.......................\......\.......\libavdevice
.......................\......\.......\...........\avdevice.h,17923,2015-10-11
.......................\......\.......\...........\version.h,1859,2015-10-11
.......................\......\.......\libavfilter
.......................\......\.......\...........\asrc_abuffer.h,3321,2015-10-11
.......................\......\.......\...........\avcodec.h,2390,2015-10-11
.......................\......\.......\...........\avfilter.h,57143,2015-10-11
.......................\......\.......\...........\avfiltergraph.h,975,2015-10-11
.......................\......\.......\...........\buffersink.h,7539,2015-10-11
.......................\......\.......\...........\buffersrc.h,4899,2015-10-11
.......................\......\.......\...........\version.h,2919,2015-10-11
.......................\......\.......\libavformat
.......................\......\.......\...........\avformat.h,105794,2015-10-11
.......................\......\.......\...........\avio.h,22250,2015-10-11
.......................\......\.......\...........\version.h,2391,2015-10-11
.......................\......\.......\libavutil
.......................\......\.......\.........\adler32.h,1584,2015-10-11
.......................\......\.......\.........\aes.h,1834,2015-10-11
.......................\......\.......\.........\attributes.h,4236,2015-10-11
.......................\......\.......\.........\audioconvert.h,82,2015-10-11
.......................\......\.......\.........\audio_fifo.h,4475,2015-10-11
.......................\......\.......\.........\avassert.h,2113,2015-10-11
.......................\......\.......\.........\avconfig.h,211,2015-10-11
.......................\......\.......\.........\avstring.h,13319,2015-10-11
.......................\......\.......\.........\avutil.h,8632,2015-10-11
.......................\......\.......\.........\base64.h,2079,2015-10-11
.......................\......\.......\.........\blowfish.h,2313,2015-10-11
.......................\......\.......\.........\bprint.h,7797,2015-10-11
.......................\......\.......\.........\bswap.h,2858,2015-10-11
.......................\......\.......\.........\buffer.h,9772,2015-10-11
.......................\......\.......\.........\camellia.h,2139,2015-10-11
.......................\......\.......\.........\cast5.h,2512,2015-10-11
.......................\......\.......\.........\channel_layout.h,9071,2015-10-11
.......................\......\.......\.........\common.h,14756,2015-10-11
.......................\......\.......\.........\cpu.h,4989,2015-10-11
.......................\......\.......\.........\crc.h,2783,2015-10-11
.......................\......\.......\.........\dict.h,7857,2015-10-11
.......................\......\.......\.........\display.h,3192,2015-10-11
.......................\......\.......\.........\downmix_info.h,3235,2015-10-11
.......................\......\.......\.........\error.h,5468,2015-10-11
.......................\......\.......\.........\eval.h,5303,2015-10-11
.......................\......\.......\.........\ffversion.h,128,2015-10-11
.......................\......\.......\.........\fifo.h,5036,2015-10-11
.......................\......\.......\.........\file.h,2458,2015-10-11
.......................\......\.......\.........\frame.h,24233,2015-10-11
.......................\......\.......\.........\hash.h,3591,2015-10-11
.......................\......\.......\.........\hmac.h,2870,2015-10-11
.......................\......\.......\.........\imgutils.h,8329,2015-10-11
.......................\......\.......\.........\intfloat.h,1726,2015-10-11
.......................\......\.......\.........\intreadwrite.h,18346,2015-10-11
.......................\......\.......\.........\lfg.h,1986,2015-10-11
.......................\......\.......\.........\log.h,10669,2015-10-11
.......................\......\.......\.........\lzo.h,2048,2015-10-11
.......................\......\.......\.........\macros.h,1203,2015-10-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 12864-picture
    单片机程序,可以用单片机控制,在12864液晶屏上显示一幅图画。文件中有显示所用的代码。(Microcontroller program, you can use single-chip control, in 12864 a picture displayed on the LCD screen. Documents showing the code used.)
    2011-11-17 21:31:21下载
    积分:1
  • WatchDog
    关于MSP430F149的看门狗定时器系统开发例程。(About MSP430F149 watchdog timer system development routines.)
    2016-11-23 19:04:52下载
    积分:1
  • USB-mouse
    一个鼠标基于C8051f340为核心的USB鼠标程序,在开发板上已调可用。用Keil打开。(A mouse-based core C8051f340 USB mouse program has been transferred is available on the development board. Opened with Keil.)
    2014-05-02 17:02:37下载
    积分:1
  • ds
    DS1302 说明以及驱动程序 资料翻译 单片机学习必看(DS1302 instruction)
    2013-05-07 16:41:43下载
    积分:1
  • blcd-220V
    本方案是基于富士通高可靠性单片机开发的锂电池电动螺丝刀,采用直流无刷电机作为核心,配合方波驱动以及闭环控制技术,实现电动工具的可靠运行。 技术参数 1)采用日本富士通MCU,性能稳定,抗干扰强,高可靠性; 2)直流18V输入(可兼容不同锂电池10V—36V); 3)三相霍尔直流无刷电机驱动,转速高达25000转/分; 4)采用德国英飞凌高性能MOS/IGBT,驱动功率高达800W; 5)高亮LED照明,工作时点亮,不工作时自动熄灭; 6)采用智能控制技术实现待机(不工作时)功耗为 0 消耗; 7)通过软件实现软启动,启动时间可调整,瞬间(1S)达最高速; 8)具有过流保护、堵转保护、过压欠压保护; 9)带速度设置按键、正反转按键、调速开关; (The program is based on the Fujitsu MCU development of high reliability lithium battery electric screwdriver, brushless DC motor as the core, with the square wave drive and closed-loop control technology, power tools for reliable operation.)
    2013-10-15 15:03:30下载
    积分:1
  • jiaotongdeng
    单片机模拟交通灯显示。其中,红灯与绿灯显示时间均为50s,中间的黄灯显示时间为15s。绿灯用八位发光二极管流动闪烁作代表;红灯用八位发光二极管全亮作代表;黄灯用八位发光二极管全亮全灭闪烁作代表。刚开始显示的为绿灯。(SCM simulated traffic light display. Among them, the red and green display times are 50s, in the middle of the yellow light is displayed for 15s. Green with eight light-emitting diode flashes as a representative flow red with eight full brightness light-emitting diodes as a representative yellow with eight light-emitting diodes for all light flashes Quanmie representatives. Just beginning to show as green. Display order: green- yellow- red- yellow- green- yellow- red- ..................)
    2014-05-29 17:15:44下载
    积分:1
  • project
    南京罗姆显示器 单片机显示控制软件,显示 频率码和标识信息。(Single chip microcomputer display control software, display frequency code and identification information in Nanjing.)
    2015-09-10 22:52:37下载
    积分:1
  • digital-calendar
    基于单片机的多功能数字日历电路所有的原理图论文PCB仿真(Based on SCM multi-function digital calendar circuit )
    2012-04-02 19:04:50下载
    积分:1
  • anjian
    stm8系列单片机,控制八位数码管按键计数(stm8 series microcontrollers, digital control buttons eight counts)
    2015-03-29 17:12:04下载
    积分:1
  • VSPD
    可虛擬兩個RS-232或者是多個RS-232互傳資訊,此源码維Visual Basic所編寫。(Can be a virtual two RS-232 or RS-232 over pass each other information, this source code written by Visual Basic dimension)
    2020-11-27 09:19:30下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载