We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

simplest ffmpeg video encoder

A simplest video encoder based on FFmpeg.
It is based on VC 2010. It is suitable for beginner of FFmpeg.
It encodes YUV420P data to H.264 bitstream. It only uses about 100 lines of code.

Eacn line of source code is important. New developer of FFmpeg can learn FFmpeg’s API through this software.

It contains following project:
simplest_ffmpeg_video_encoder: Simple Encoder. It uses libavcodec to encode video and uses libavformat to add container format to the video bitstream.
simplest_ffmpeg_video_encoder_pure: Pure Encoder. It only uses libavcodec to encode video (without libavformat).

Today’s small-to-medium-sized (SMB) businesses and large enterprises are saving on their monthly communications costs by making one simple decision: to switch to a VoIP service solution from their old, outdated Plain Old Telephone Service (POTS). By choosing a new VoIP service, these companies enjoy the flexibility, reliability, call features, and audio quality that only a VoIP service can provide. Plus, they cut their phone bill by up to 70%!

Website https://sourceforge.net/u/leixiaohua1020/wiki/Home/
Tags
Features
  • VC2010
  • FFmpeg
  • Encode YUV420P to H.264/H.265 bitstream
  • v 1.1 : Add new project simplest_ffmpeg_video_encoder_pure
  • v 1.2 : Add support of Linux / MacOS platform