parent
043b9e07f5
commit
bd4d958398
1 changed files with 4 additions and 4 deletions
|
@ -29,11 +29,10 @@ Acquire fastly
|
|||
.. code:: shell
|
||||
|
||||
ffmpeg \
|
||||
-f v4l2 -use_wallclock_as_timestamps true \
|
||||
-f v4l2 \
|
||||
-video_size 1920x1080 -framerate 60 \
|
||||
-input_format bgr24 \
|
||||
-input_format yuyv422 \
|
||||
-i /dev/video0 \
|
||||
-vf vflip \
|
||||
-codec:v libx264 -preset ultrafast -qp 0 \
|
||||
-y ultrafast.mkv
|
||||
|
||||
|
@ -42,8 +41,9 @@ Acquire fastly
|
|||
ffmpeg \
|
||||
-f v4l2 -use_wallclock_as_timestamps true \
|
||||
-video_size 1920x1080 -framerate 60 \
|
||||
-input_format yuyv422 \
|
||||
-input_format bgr24 \
|
||||
-i /dev/video0 \
|
||||
-vf vflip \
|
||||
-codec:v libx264 -preset ultrafast -qp 0 \
|
||||
-y ultrafast.mkv
|
||||
|
||||
|
|
Loading…
Reference in a new issue