There are no reviews yet. Be the first to send feedback to the community and the maintainers!
最简单的基于FFmpeg的视频编码器 Simplest FFmpeg Video Encoder 雷霄骅 Lei Xiaohua [email protected] 中国传媒大学/数字电视技术 Communication University of China / Digital TV Technology http://blog.csdn.net/leixiaohua1020 本程序实现了YUV像素数据编码为视频码流(H.265,H264,MPEG2,VP8等等)。 是最简单的FFmpeg视频编码方面的教程。 它包含以下两个子项目: simplest_ffmpeg_video_encoder:最简单的基于FFmpeg的视频编码器。使用libavcodec和libavformat编码并且封装视频。 simplest_ffmpeg_video_encoder_pure:最简单的基于FFmpeg的视频编码器-纯净版。仅使用libavcodec编码视频,不使用libavformat。 This software encode YUV420P raw data to video bitstream (Such as H.264, H.265, VP8, MPEG2 etc). It's the simplest video encoding software based on FFmpeg. It contains following project: simplest_ffmpeg_video_encoder: Simplest video encoder. It uses libavcodec to encode video and uses libavformat to add container format to the video bitstream. simplest_ffmpeg_video_encoder_pure: Pure video encoder. It only uses libavcodec to encode video (without libavformat).
simplest_ffmpeg_mobile
ffmpeg examples in Android / IOS / WinPhonesimplest_ffmpeg_player
the simplest video player based on FFmpegVideoEye
open-source stream analysis softwaresimplest_mediadata_test
samples to handling multimedia datasimplest_ffmpeg_streamer
Simplest streamer based on FFmpegsimplest_librtmp_example
Examples about usage of libRTMPYUVplayer
Modified from a sourceforge projecth264_analysis
A H.264 stream analysis software based on MFCsimplest_ffmpeg_format
FFmpeg's mux/demux/remux examplessimplest_video_website
simplest video website based JavaEE and FFmpegsimplest_ffmpeg_video_filter
use FFmpeg's AVFilter to add watermark in a video filesimplest_flashmedia_example
simple examples about using flash player to play RTMP/HTTP/HLSsimplest_media_play
Examples about video/audio's playingsimplest_ffmpeg_device
FFmpeg's libavdevice examplessimplest_ffmpeg_audio_player
the simplest audio player based on FFmpegsimplest_encoder
Examples about video encodersffplaymfc
leixiaohua1020.github.io
simplest_libvlc_example
Examples about libVLCsimplest_ffmpeg_mem_handler
ffmpeg's example about read/write from memorysimplest_directshow_example
Examples about DirectShowsimplest_ffmpeg_audio_encoder
the simplest audio encoder based on FFmpegTIandSI
simplest_ffmpeg_picture_encoder
the simplest picture encoder based on FFmpegsimplest_ffmpeg_swscale
Examples about handle pixel data using libswscale in FFmpeg.simplest_keyframe_extractor
extract keyframe from input video datasimplest_ffmpeg_avutil
Examples about using of FFmpeg's libavutilffmpegmfc
Love Open Source and this site? Check out how you can help us