We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d3e5c commit 19125daCopy full SHA for 19125da
src/ffmpeg/RenderingMode.hx
@@ -397,14 +397,6 @@ class RenderingMode {
397
#if linux
398
// Test for Linux hardware encoders first
399
var linuxEncoders = [
400
- // Raspberry Pi (v4l2_m2m)
401
- {name:'h264_v4l2m2m', args:[
402
- '-c:v','h264_v4l2m2m',
403
- '-num_output_buffers','64',
404
- '-num_capture_buffers','64',
405
- '-qp','28'
406
- ]},
407
-
408
// Intel VAAPI
409
{name:'h264_vaapi', args:[
410
'-c:v','h264_vaapi',
0 commit comments