Update 2024-12-23 13:03 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-23 13:03:14 +01:00
parent 0701e19f1e
commit 19fc60ef8b
4 changed files with 3 additions and 81 deletions

View File

@@ -12,12 +12,12 @@ do
s|start) shift; _start=1 ;;
k|kill|stop) shift; _stop=1 ;;
l|list) shift; _list=1 ;;
30) shift; _fps="-framerate 30" ;;
60) shift; _fps="-framerate 60" ;;
raw) shift; _format="-input_format yuyv422" ;;
fullhd) shift; _res="-video_size 1920x1080" ;;
hd) shift; _res="-video_size 1280x720" ;;
sd) shift; _res="-video_size 640x360" ;;
30) shift; _fps="-framerate 30" ;;
60) shift; _fps="-framerate 60" ;;
max) shift; _res="max" ;;
[0-9]*x[0-9]*) shift; _res="-video_size $arg" ;;
[0-9]) shift; _dev="$arg" ;;