Advertisement
rajhlinux

Untitled

Aug 30th, 2022
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ffmpeg -f v4l2 -input_format mjpeg -video_size 1920x1080 \
  2. -hwaccel vaapi \
  3. -hwaccel_device /dev/dri/renderD128 \
  4. -hwaccel_output_format vaapi \
  5. -i /dev/video0 -vf 'scale_vaapi=format=nv12' \
  6. -c:v hevc_vaapi output.mp4 -y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement