Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - h264 play
Search - h264 play - List
一个媒体播放器,可以播放264格式的文件,是对H.264算法的软件实现。注意,本代码仅仅供学习实验使用-a media player that can play 264 files, the H.264 algorithm software implementation. Note that this code only for the use of experimental study
Update : 2025-02-19 Size : 66kb Publisher : 韩志达

ffplay在windows下的移植,使用的SDL库,可以播放H264和mp3-ffplay in the windows of transplantation, the use of the SDL library, can play H264 and mp3
Update : 2025-02-19 Size : 3.41mb Publisher :

JM播放器 T264的PC端压缩解压程序以及代码 -JM player T264
Update : 2025-02-19 Size : 404kb Publisher : haoquan huang

一个可以播放H264格式的视频播放器,没有源代码,仅供参考!-One can play H264 format video player, there is no source code, for reference purposes only!
Update : 2025-02-19 Size : 185kb Publisher : goddn

可以播放t264文件的播放器界面,点击打开找到播放文件即可播放-T264 can play files player interface, click to open documents to find players to play
Update : 2025-02-19 Size : 12.59mb Publisher : 宋小明

WinCE 2003上播放 H.264视频的程序,内附测试视频-WinCE 2003 to play H.264 video process, enclosing the test video
Update : 2025-02-19 Size : 703kb Publisher : 阿拉丁

播放h264格式的一个Demo,播放*.H264格式的文件。-H264 format player, a Demo, play*. H264 formats.
Update : 2025-02-19 Size : 4.23mb Publisher : scott liu

h264视频传输,是基于visual c++编写的可以播放音视频文件-h264 video transmission is based on visual c++ can be prepared to play audio and video files
Update : 2025-02-19 Size : 43kb Publisher : huangxiansheng

亲自动手弄了一个264的播放器,没有什么大功能,让大家见笑了,主要这段时间我在开发264的内容编辑-h264 editor
Update : 2025-02-19 Size : 124kb Publisher : mhd

这个程序是测试rtp封装h264发送到vlc,vlc接收到后播放,仅仅是一个参考,我也是在网上下载的。-This procedure is to test the rtp package h264 sent to vlc, vlc received after the play, is just a reference, I am also a web download.
Update : 2025-02-19 Size : 1.55mb Publisher : os

汉高的源代码,可以播放网络视频,支持最新H264压缩方式-Henkel' s source code, you can play online video, support for the latest H264 compression
Update : 2025-02-19 Size : 65kb Publisher : wangzhuang

该应用程序用于播放H264编码的AVI文件,其中用到了一个第三方dll库,该库可以从网上搜到它的使用说明文件-The application used to play H264 encoded AVI file, which used a third-party dll library, the library can be found from the Internet to its Help files
Update : 2025-02-19 Size : 1mb Publisher : 赵伟伟

能播放264码流,简单易用,基于vc6.0平台-it can play the format of 264,simple,useful. it is developed in VC6.0
Update : 2025-02-19 Size : 4.22mb Publisher : 巩俊

该程序用C++ vc2005编写,可实现摄像头的视频采集和avi到h264格式的压缩转换并播放-The program written with C++ vc2005, enabling camera video capture and compression formats avi to h264 convert and play
Update : 2025-02-19 Size : 1.82mb Publisher : 军军

DL : 0
MP3听歌房是一款免费的在线音乐播放器,采用Flash开发。支持的音频视频格式主要有MP3,FLV,MP4,并可以通过网页JS接口实现WMP(Windows Media Player)所支持的格式播放,如wma,wmv等。主要功能特色有列表式播放(自定义音乐专辑和列表),MP3可视化效果(声音频谱),同步歌词(默认支持lrc歌词以及kmc卡拉ok歌词),高清视频和在线直播(h264/rtmp),自定义皮肤,加载各种插件等等,CMP4支持api的调用,可让用户实现更多自定义功能。 QQ:26500630 演示地址:http://mp3.asp.gd-Housing is a free MP3 songs online music player, the use of Flash development. Audio and video formats supported are MP3, FLV, MP4, and JS via web interface WMP (Windows Media Player) play supported formats such as wma, wmv and so on. Features a list of the main type player (custom music album and list), MP3 visualization (sound spectrum), synchronous lyrics (lrc supported by default ok lyrics karaoke lyrics and kmc), high-definition video and online live (h264/rtmp ), custom skin, add a variety of plug-ins, etc., CMP4 support the api calls, enabling users to achieve more custom features. QQ: 26500630 Demo: http://mp3.asp.gd
Update : 2025-02-19 Size : 700kb Publisher : scl

H264水印播放器,能够播放264文件,并且带有水印。-H264 watermark player, can play 264 files, and with a watermark.
Update : 2025-02-19 Size : 13.39mb Publisher : 周家璋

DL : 0
android rtmp h264解码 播放 在手机端播放-android rtmp h264 decode and play player in the mobile terminal
Update : 2025-02-19 Size : 966kb Publisher : 仇君

基于Linux开发的Hi3516A视频H264解码播放原厂SDK开发包(Linux based Hi3516A video H264 decoder, play the original SDK development kit)
Update : 2025-02-19 Size : 1019kb Publisher : congchenglu

DL : 0
很简单地播放器,可以进行播放H264裸流文件和其他格式视频文件。(Very simple player,You can play H264 bare stream files and other format video files)
Update : 2025-02-19 Size : 41.28mb Publisher : 三大ss

从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通过,可直接使用. 视频播放是采用窗口式的基于DirectDraw方法, 基于DirectDraw的图像播放是Windows平台下很高效的方法,已经封装成CDirectDraw类, 可以很方便地直接应用到别的图像和视频处理工程中。 使用时打开h264文件或yuv文件(工程中有test.h264,encode.h264和FOREMAN_176x144_15.yuv三个测试文件), 单击[Play File]即可进行播放,播放的帧率可以更改定时器时间调整。 可以很方便的更改图像的宽度和高度以便播放不同分辨率的视频。(The H 264 decoded source code (c file) extracted from FFMPEG and debugged. Without using lib and DLL libraries compiled by FFMPEG, it can be debugged directly in VS2010 environment to track the details of the decompression process. It is very useful for students who want to learn and master the standard of H264 encoding and decoding. Read the files in H264 format and decompress and play them in real time. The decompressed image format is YUV, which is displayed frame by frame in the control of a dialog box. The program is compiled and linked under VS2010, and can be used directly. Video playback is based on the DirectDraw method of window type. Image playback based on DirectDraw is a very efficient method on Windows platform. It has been encapsulated into CDirectDraw class. It can be directly applied to other image and video processing projects.)
Update : 2025-02-19 Size : 4.05mb Publisher : 朝花夕拾1
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.