bytedeco/javacv

Android muxer bytebuffers

Open

#1,747 opened on Feb 4, 2022

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
enhancementhelp wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi! I'm using Android API to record audio and video and then muxing them. But i don't want to use the Android MediaMuxer API to mux the incoming bytebuffers. Could i use FFmpegFrameRecorder to mux these data into a mp4 file?

Contributor guide