Tag

VideoEncoding

1 views collected around this technical thread.

Ctrip Technology
Ctrip Technology
Nov 9, 2023 · Mobile Development

Using Native Android and iOS APIs to Add Transition Effects and Encode Images into Video

This article explains the fundamentals of audio‑video concepts and demonstrates how to use Android's MediaCodec, EGL, MediaMuxer and iOS's AVAssetWriter, GPUImage, and related native APIs to render OpenGL transition effects on images and combine them with audio into a final video file.

AVFoundationAndroidMediaCodec
0 likes · 23 min read
Using Native Android and iOS APIs to Add Transition Effects and Encode Images into Video
58 Tech
58 Tech
Aug 27, 2019 · Mobile Development

Understanding and Practicing Android MediaCodec for Audio/Video Encoding and Decoding

This article explains the fundamentals of Android MediaCodec, its advantages over software codecs, usage patterns, supported MIME types, practical implementations for video editing and live streaming, and presents a performance comparison showing lower CPU and memory consumption.

AndroidAudioEncodingMediaCodec
0 likes · 10 min read
Understanding and Practicing Android MediaCodec for Audio/Video Encoding and Decoding