bytedeco/javacv

FFmpegFrameRecorder using H264 (libx264)

Open

#1,312 opened on Oct 9, 2019

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

Repository metrics

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

Description

I want to use libx264 encoder without H264 native. It looks like Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264)). I used this line recorder.setVideoCodec(avcodec.AV_CODEC_ID_H264); recorder.setVideoCodecName("libx264"); but it doesn't effect

Contributor guide