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