On Mon, May 20, 2024 at 10:43 PM Lisa wrote:
> Thank you for your response.
> I am working on an rtsp server that uses V4l2 to get frames from mipi-csi2
> and then it will encode with ffmpeg Apis (C/C++ language). As I said with
> the ffmpeg command line it is able to encode 1920x1080@29 fps, so
Thank you for your response.
I am working on an rtsp server that uses V4l2 to get frames from mipi-csi2
and then it will encode with ffmpeg Apis (C/C++ language). As I said with
the ffmpeg command line it is able to encode 1920x1080@29 fps, so now I
need the similar process with C/C++ to encode 108
Am 20.05.24 um 10:56 schrieb Lisa:
Iam able to encode to H.264 video from */dev/video0* with *1920x1080@29 * fps
in *Raspberry pi 4 model B* using the below FFMPEG commands
I want to accomplish the same task with a C program. I've searched the web
for examples, but they haven't been very he
Hello,
Iam able to encode to H.264 video from */dev/video0* with *1920x1080@29 * fps
in *Raspberry pi 4 model B* using the below FFMPEG commands
>> *v4l2-ctl --set-fmt-video=width=1920,height=1080,pixelformat=UYVY*
[setting resolution and pixel format]
>>*ffmpeg -y -use_wallclock_as_timestamps 1