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

FfmpegSdl2.0Demo_vs2005

于 2015-11-29 发布 文件大小:13259KB
0 117
下载积分: 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 个回复

  • Digitalpotentiometer
    基于AD8402的数字电位器,可以拟补模拟电位器进度不够的缺陷,从而提高系统的精度(AD8402 based on the digital potentiometer, can fill to simulate the defects, schedule enough potential to improve precision of the system)
    2021-05-06 22:28:36下载
    积分:1
  • DTMB_Modulator1111
    本总体方案完成国标GB20600-2006数字电视地面广播传输系统基带部分功能。 输入数据码流经过扰码器(随机化)、前向纠错编码(FEC),然后进行比特流到符号流的星座映射,再进行交织后形成基本数据块,基本数据块与系统信息组合(复用)后并经过帧体数据处理形成帧体,帧体与相应的帧头(PN序列)复接为信号帧(组帧),经过基带后处理转换为输出信号(8MHz带宽内)。该信号经变频转换为射频信号(UHF和VHF频段范围内)。用C程序设计了图形交互界面,可以在界面上直接设置调制参数。(The overall program completion GB GB20600-2006 digital terrestrial television broadcasting transmission systems baseband function. The input data stream through the scrambler (randomization), forward error correction (the FEC), then the symbol constellation mapping bitstream to the stream, and then after forming the basic block interleaving, the basic data block and information combined system ( multiplexing) after data processing and after the frame body forms a frame body, frame body with a corresponding header (PN sequence) multiplexed signal frame (framing), after post-processing baseband signal is converted to an output (internal 8MHz bandwidth). The signal is downconverted to a radio frequency signal (in the VHF and UHF frequency range). C program designed graphical interface, you can set modulation parameters directly on the screen.)
    2021-01-29 23:48:41下载
    积分:1
  • exe6_10820_person_phoneNum_static
    static members source code for object oriented environment
    2017-01-07 00:20:18下载
    积分:1
  • C8051F020examples
    包含了C8051的基本例程,如流水灯,IO口控制,蜂鸣器,串口通信等(C8051MCU example programs)
    2013-09-04 11:25:58下载
    积分:1
  • 1.-IRMCK171_IRMCS1671_R2.1.sch
    IRMCK171的FOC控制无刷电机控制原理图 IR内部资料啊(Control of IRMCK171 FOC brushless motor control schematic IR internal data)
    2013-04-19 15:14:48下载
    积分:1
  • 19.fengmingqi
    此为51单片机的正弦波产生c程序,可将hex文件烧录到单片机内使用。(This is a 51 microcontroller sine wave generator c program, you can burn the hex file into the MCU.)
    2015-10-16 16:16:04下载
    积分:1
  • spi_test
    IC(PIC16F690)驱动程序C语言代码,为需要帮助的人提供方便,互相帮助!(IC (PIC16F690) driver C language code, for the people who need help to facilitate and help each other!)
    2013-06-24 09:20:05下载
    积分:1
  • cat24wc02
    这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。 (This is the Small RTOS 51 DP-51 download simulation NG use CAT24WC 02 Driver for example. The cases in accordance with the relevant procedures of receiving a communication protocol data and receiving the data shows that the LED digital display. Then sending the data into Cat24Wc02, again in the same position will be read out data, will be read out through the serial data sent back. Communication protocol reference rtos test.ini and Capriccio.)
    2006-09-11 09:59:05下载
    积分:1
  • suming-up-numbers-of-leapyear
    编写一段程序 统计从1000年到1999年之间闰年的个数 最后输出到屏幕上来(writing a program to sum up the numbers of leapyear between 1000 and 1999.Finally,showing the result on the screen.)
    2015-01-02 21:47:35下载
    积分:1
  • LCM12864
    12864液晶屏幕,并口方式,反白,字符显示,图片显示(12864 LCD screen, parallel mode, highlight, character display, image display)
    2012-07-10 19:15:04下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载