Re: [FFmpeg-user] Can FFmpeg Record Video On Linux Using V4L2 in V4L2_CAP_VIDEO_CAPTURE_MPLANE Mode?

2021-04-28 Thread Andriy Gelman
On Wed, 28. Apr 14:36, Bossert Andrew via ffmpeg-user wrote: > Hi Moritz, > > Thanks for your response. I'm going to try to get the email format right here > but if I don't feel free to yell at me and let me know how it is supposed to > be. > > >> On Wed, Apr 28, 2021 at 13:17:25 +, FFmpeg

Re: [FFmpeg-user] Can FFmpeg Record Video On Linux Using V4L2 in V4L2_CAP_VIDEO_CAPTURE_MPLANE Mode?

2021-04-28 Thread Bossert Andrew via ffmpeg-user
Hi Moritz, Thanks for your response. I'm going to try to get the email format right here but if I don't feel free to yell at me and let me know how it is supposed to be. >> On Wed, Apr 28, 2021 at 13:17:25 +, FFmpeg user discussions wrote: >> $ ffmpeg -f v4l2 -list_formats all -i /dev/video1

Re: [FFmpeg-user] Can FFmpeg Record Video On Linux Using V4L2 in V4L2_CAP_VIDEO_CAPTURE_MPLANE Mode?

2021-04-28 Thread Moritz Barsnick
Hi Andrew, On Wed, Apr 28, 2021 at 13:17:25 +, FFmpeg user discussions wrote: > $ ffmpeg -f v4l2 -list_formats all -i /dev/video1 # Look at device > information > > $ ffmpeg -f v4l2 -framerate 25 -video_size 640x480 -i /dev/video0 output.mkv > # save the video You'll have to use the same

[FFmpeg-user] Can FFmpeg Record Video On Linux Using V4L2 in V4L2_CAP_VIDEO_CAPTURE_MPLANE Mode?

2021-04-28 Thread Bossert Andrew via ffmpeg-user
Hello, I am trying to use FFmpeg to save an Analog Video stream to a file on Linux. My video device is a V4L2 device and I have tried a couple different commands: $ ffmpeg -f v4l2 -list_formats all -i /dev/video1 # Look at device information $ ffmpeg -f v4l2 -framerate 25 -video_size 640x480 -