Skip to content

Commit

Permalink
Fix typo error on vtxmenu.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFPVdev authored and MarioFPVdev committed Nov 14, 2024
1 parent 9834a02 commit 65e6299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtxmenu.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Submenu2=VTX MENU
[VIDEO]
Option1=SIZE:1280X720,1456x816,1920X1080,2720x1528,2944X1656,3200x1800,3840X2160:cli -g .video0.size | tr x X:cli -s .video0.size $(echo {} | tr X x)
Option2=FPS:20,30,40,50,60,70,80,90,100,120:cli -g .video0.fps:cli -s .video0.fps {}
Option3=BITRATE:1024,2048,3072,4096,5120,6144,7168,8192,8216,10240,11264,12288,13312,14336,15360:cli -g .video0.bitrate:cli -s .video0.bitrate {}
Option3=BITRATE:1024,2048,3072,4096,5120,6144,7168,8192,9216,10240,11264,12288,13312,14336,15360:cli -g .video0.bitrate:cli -s .video0.bitrate {}
Option4=CODEC:H264,H265:cli -g .video0.codec | tr h H:cli -s .video0.codec $(echo {}| tr H h)
Option5=GOPSIZE:0.1-20:cli -g .video0.gopSize:cli -s .video0.gopSize {}
Option6=RCMODE:VBR,AVBR,CBR:cli -g .video0.rcMode | tr a-z A-Z:cli -s .video0.rcMode $(echo {}| tr A-Z a-z)
Expand Down

0 comments on commit 65e6299

Please sign in to comment.