Yi hacked resolution 2304x1296 30fps 35Mbits

I think it's better if I set the bitrate higher in the bitrate table it self. Does anyone know what number in the table the 2k resolution is designated? I am currently uaing a a beta firmware with 2k resolution but it's only set to 12Mbit.

SnvSKei.jpg
 
  • Like
Reactions: Bal
Hi Guys, I would like to know what all the fuss and bother is about the 2304x1296 resolution?
As far as I can tell using Adobe when you dig right down to the pixels there is no difference between 1920x1080 and 2304x1296 resolution.
regards
 
I think it's better if I set the bitrate higher in the bitrate table it self. Does anyone know what number in the table the 2k resolution is designated? I am currently uaing a a beta firmware with 2k resolution but it's only set to 12Mbit.
C05C3016 from 1.2.10 firmware
 
I think it's better if I set the bitrate higher in the bitrate table it self. Does anyone know what number in the table the 2k resolution is designated? I am currently uaing a a beta firmware with 2k resolution but it's only set to 12Mbit.
6 2304 1296 29,97
7 2304 1296 29,97
8 2304 1296 29,97
 
Could anyone help me by create a code for 720p,120fps,35Mbps ('old' firmware 1.2.10)

I found from funnel that list, but I'm not able to convert it.

Width Height Fps Default bitrate

156 1280 720 119,88 4190

157 1280 720 119,88 4170

158 1280 720 119,88 4140
 
Last edited:
Could anyone help me by create a code for 720p,120fps,35Mbps ('old' firmware 1.2.10)

I found from funnel that list, but are not able to covert it.

Width Height Fps Default bitrate

156 1280 720 119,88 4190

157 1280 720 119,88 4170

158 1280 720 119,88 4140
I don't get what you mean, you want to make a script or firmware custom?
 
Hi Fried, thanks for your answer.
I mean a ash script as

#enable 1296p30@30Mbps video
#set video resolution to 2304x1296
writeb 0xC06CE446 0x02
 
What script did you try and describe what your mean when you say "doesn't work".
Now
What script did you try and describe what your mean when you say "doesn't work".
it works, but if I will change bitrate option in the YIMAX-MOVIE?

I will change it to 35 or 40 MBPS, is it possible? I use the 2K version.

The cose is:

#YiMAX-movie script by nutsey for 1.2.10 firmware
#This script is for video mode!
t ia2 -adj ev 10 0 60 0 0 140 0
#shadow/highlight clipping adjustments
t ia2 -adj l_expo 163
t ia2 -adj autoknee 255
#set gamma level
t ia2 -adj gamma 220
#enable 1296p30@30Mbps video
writeb 0xC06CE446 0x02
writew 0xC05C3016 0x41F0
#enable raw+jpeg stills
t app test debug_dump 14
sleep 9
#load GoPrawn config
t cal -ituner load d:\goprawn.config
sleep 1
#fix ae/awb/adj locks
t ia2 -3a 1 1 0 1
#ready beep
t pwm 1 enable
sleep 1
t pwm 1 disable
 
Hi Guys, I would like to know what all the fuss and bother is about the 2304x1296 resolution?
As far as I can tell using Adobe when you dig right down to the pixels there is no difference between 1920x1080 and 2304x1296 resolution.
regards

What do you mean when you dig in Adobe there's no difference in pixels? If you mean the aspect ration then yes. But the 2304x1296 is higher resolution than 1920x1080 and has about 15% more pixels leading to more clarity when viewed on a 1080p monitor.
 
If it's just simple math, it would give you 44% more pixels. (2304*1296)/(1920*1080) = 1.44
 
Could anyone help me by create a code for 720p,120fps,35Mbps ('old' firmware 1.2.10)

I found from funnel that list, but I'm not able to convert it.

Width Height Fps Default bitrate

156 1280 720 119,88 4190

157 1280 720 119,88 4170

158 1280 720 119,88 4140
for a script for 720p 120fps 35Mbps

#set 720p 120fps 35mbps
writew 0xC05C3976 0x420C

this is only 156 line that match with high quality....
 
Does this improve the videoquality and will I need postporcessing to get a good looking video, or doesn't this setting need post processing?

And what do you mean with raw white balance?
 
Can someone please explain me
How can I setup the bitrae above 12mbps in 1600x1200 60fps mode.
It looks like any code i'm using for bit rate only give me the 12mbps.
this is the script I costum:

#set video resolution to 1600x1200 30fps
writeb 0xC06CE446 0x0d

#set bitrate to 25Mb/s
#writew 0xC05C1006 0x41C8
#set bitrate to 35Mb/s
#writew 0xC05C3046 ox420C
#or
writew 0xC05C3016 0x420C
#set bitrate to highest for 1600x1200
#writew 0xC05C31F6 ox4170

thank you all
 
Back
Top