You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and it succeed. I turn in to fluent-ffmpeg format, but error:
node_modules/.pnpm/[email protected]/node_modules/async/lib/async.js:582
tasks[index].apply(null, arguments);
^
Error: Input format v4l2 is not available
I tried the same with command line ffmpeg and it works correctly (hint: if the problem also happens this way, this is an ffmpeg problem and you're not reporting it to the right place)
I have included full stderr/stdout output from ffmpeg
The text was updated successfully, but these errors were encountered:
Version information
Code to reproduce
(note: if the problem only happens with some inputs, include a link to such an input file)
Expected results
I tried
ffmpeg -f v4l2 -i /dev/video0 -vf scale=640:360 -c:v h264_qsv -preset:v veryfast -maxrate 1000k -bufsize 1000k -r 30 -g 60 -f mpegts 'my url'
and it succeed. I turn in to fluent-ffmpeg format, but error:
Observed results
Checklist
The text was updated successfully, but these errors were encountered: