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).
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
Follow simplest ffmpeg video encoder
nel_h2
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of simplest ffmpeg video encoder!