I Schnurbi, i ask help for i editing this script, i no want 2304x1296 30/25fps V/Resolution on script, only i need more bitrate 35 and sharpness on resolution of 1920/1080 50p and 25p. Is possible with this script ? and how ? im very newbi on this, sorry.
#YiMAX script by nutsey for 1.2.0 firmware
#vibrance/saturation adjustments
t ia2 -adj ev 0 0 140 0 0 150 0
#shadow/highlight clipping adjustments
#this makes blacks not crushed
t ia2 -adj l_expo 163
#this gets back the highlights
t ia2 -adj autoknee 255
#set gamma level - makes picture darker, more highlights?
t ia2 -adj gamma 220
#enable 14 scene mode
t cal -sc 14
#enable raw+jpeg stills
t app test debug_dump 14
#set noise reduction value to 0-16192
t ia2 -adj tidx -1 0 -1
#shutter auf X für fotos. 1 = 7.9 Sec,100 = 4.6sec, 1300 = 1/140, 1400 = 1/245,
#t ia2 -ae still_shutter 1
#RAW WB (auskommentiert) + IMPROVED HIGHLIGHTS script by nutsey
t ia2 -3a 1 0 0 1
t ia2 -awb off
#vignettenkorrektur abschalten
#t ia2 -vnc v 0
#enable 1296p30@30Mbps video
#set video resolution to 2304x1296 30/25fps
writeb 0xC06CE446 0x02
#set bitrate to 50Mb/s. first comes 2304 bitrate address, then comes value of 50mbps.
writew 0xC05C1006 0x4248
#set bitrate to 40Mb/s. first comes 2304 bitrate address, then comes value of 40mbps.
#writew 0xC05C1006 0x4220
#cleanup
#lu_util exec rm /tmp/fuse_d/DCIM/100MEDIA/*_thm.mp4
sleep 9
#disable sharpening. coring should contain only 256x10
t is2 -shp mode 0
t is2 -shp cor d:\coring.txt
#enable FTP server
lu_util exec '/tmp/fuse_d/ftp.sh'
#CRICKET BEEP
t pwm 1 enable
usleep 150
t pwm 1 disable
usleep 150
t pwm 1 enable
usleep 150
t pwm 1 disable
usleep 150
t pwm 1 enable
usleep 150
t pwm 1 disable
usleep 150
t pwm 1 enable
usleep 150
t pwm 1 disable
usleep 150
t pwm 1 enable
usleep 150
t pwm 1 disable