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
Description
Hello.
I always use it well with gratitude for creating a good library project.
I have to encode or transcode with h264 on android.
When I checked with ffmpeg -encoders, the h264 video codec is provided as a hardware codec, h264_v4l2m2m, but when I use it, the following error occurs and it does not work.
It is not h264_v4l2m2m, but it works well when I encode with another codec, mpeg4.
Of course, since I want h264 output, I want h264_v4l2m2m or another alternative.
Is it okay if I install an additional codec for h264 encoding if I cannot use h264_v4l2m2m?
[h264_v4l2m2m @ 0xb400007b1ac71d40] Could not find a valid device
[h264_v4l2m2m @ 0xb400007b1ac71d40] can't configure encoder
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Description
Hello.
I always use it well with gratitude for creating a good library project.
I have to encode or transcode with h264 on android.
When I checked with ffmpeg -encoders, the h264 video codec is provided as a hardware codec, h264_v4l2m2m, but when I use it, the following error occurs and it does not work.
It is not h264_v4l2m2m, but it works well when I encode with another codec, mpeg4.
Of course, since I want h264 output, I want h264_v4l2m2m or another alternative.
Is it okay if I install an additional codec for h264 encoding if I cannot use h264_v4l2m2m?
Logs
Environment
The text was updated successfully, but these errors were encountered: