bytedeco/javacv

How to Implement Transcoding-only Audio in javacv ffmpeg Conversion

Open

#1,125 opened on Jan 18, 2019

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

Repository metrics

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

Description

If both audio and image are coded and decoded, the CPU occupies too much. It is desirable to choose only coded and decoded audio, and the image is directly pushed forward. Is there any good way?

Contributor guide