You need a V4L2 video device to use that encoder. If you haven't already
done this, run "ls -l /dev/video*", and make sure there is a video device
and you have permission to write to it. If that doesn't help, you should
raise the logging level of libav and see if it tells you what went wrong.

- Richard


On Tue, Oct 8, 2019 at 1:22 PM Adhuran Adhuran via Libav-user <
[email protected]> wrote:

> Dear All,
>
> I am trying to use ffmpeg source code top encode video streams in linux. I
> used the code provided in this link
> https://ffmpeg.org/doxygen/3.2/muxing_8c_source.html to encode videos.
>
> I got an error, when the code accessed the function ret = avcodec_open2
> <https://ffmpeg.org/doxygen/3.2/group__lavc__core.html#ga11f785a188d7d9df71621001465b0f1d>(c,
> codec, &opt);
>
> [h264_v4l2m2m @ 0x114ac00] Could not find a valid device
> [h264_v4l2m2m @ 0x114ac00] can't configure encoder
>
> May I know, why I get this error and how I could solve this?
>
> Regards,
>
> Adhuran.
> _______________________________________________
> Libav-user mailing list
> [email protected]
> https://ffmpeg.org/mailman/listinfo/libav-user
>
> To unsubscribe, visit link above, or email
> [email protected] with subject "unsubscribe".
_______________________________________________
Libav-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/libav-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to