New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
Claim $300 Free
Ship Agents Faster
Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
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 sourcecode 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. ...
A real time open-source HEVC (h265) encoder under LGPL license
HomerHEVC ( see www.homerhevc.com ):
HOMER (Hevc Open Mpeg EncodeR) is an open-source HEVC encoder.
HOMER is multiplatform code, tested for Linux and Windows
It is published under the LPGLv2.1 license, and is therefore Free Software according to the Free Software Foundation.
Sourcecode can be found in:
https://github.com/jcasal-homer/HomerHEVC
Features (HomerHEVC_v2.0):
- Open-source. Free software published under the LGPL license...