Yi hacked resolution 2304x1296 30fps 35Mbits

Since you're posting to a thread about scripts, I'll assume you already have the appropriate script. If not, just say so.
All scripts have the same name: autoexec.ash
- Copy the script to the root level of the microSD card you will use in your camera.
- With the card in the camera, start the camera.
- As the camera starts, it will read the autoexec.ash file and adjust values for the camera according to the script.
- Select the 1080/30 resolution, shoot a test video and analyze the results.

Thank you very much, but I can not find the 1080p 30fps 35 Mbit version ...
so I downloaded one. but still 15 Mbits. :(
 
Thank you very much, but I can not find the 1080p 30fps 35 Mbit version ...
so I downloaded one. but still 15 Mbits. :(
A member of this forum and the author of this thread, named funnel, created a bunch of scripts & bundled them together for download from Github, here. You'll find what you're looking for there. Just download the .zip file to get it all.

<Edit: Oops, my mistake, 1080/30-35 is not there. Will look for one.>
 
Last edited:
Is that normal? my modell z22l, 2k 35fps script
 

Attachments

  • Screenshot_2015-07-01-15-30-33.png
    Screenshot_2015-07-01-15-30-33.png
    264.3 KB · Views: 107
  • Screenshot_2015-07-01-15-30-41.png
    Screenshot_2015-07-01-15-30-41.png
    253.1 KB · Views: 102
It works.
First click on the link you posted, then on the github page right click on RAW and Save link as.. directly on the SD card. Do not right click directly from the link you posted because it'll download the entire web page. Also the video quality must be set to High in the app or it will not work.
HI Funnel.

If I'm trying to save the RAW link directly in the SD Card it brings an ERROR 'You cannot save it here. Please set another location'. What is wrong? I also have 1.20 on my SD card, because I have updated my Firmware manually (by uploading the bin.-file on my SD card and turning on the cam).
Could you help me pls?
 
HI Funnel.

If I'm trying to save the RAW link directly in the SD Card it brings an ERROR 'You cannot save it here. Please set another location'. What is wrong? I also have 1.20 on my SD card, because I have updated my Firmware manually (by uploading the bin.-file on my SD card and turning on the cam).
Could you help me pls?

You can download the script elsewhere, then copy into the camera
 
how to go back in stock resolution? is it ok just to delete ash file and it going back to normal state?

Thanks in advance
 
Last edited:
Thanks for all the hard work on this. Have you figured out any options for colors,saturation and contrast?
 
Hi, i would like a more "filmic" footage, so can someone give the script to have 1920x1080x24 in 35Mbits, 1920x1080x48 in 35Mbits and a strong noise reduction (just to have a smooth image).
Is it possible to have all of this setup in one single script?

Thanks
 
yes, i want what zsound is asked for too, but with one with 2.3k resolution, please

zsound, you might want a low value for noise reduction, because a high value, will make the video blurry and muddy, is best get a sharper image and apply noise reduction with a proper plugin, like neat video
 
Can I create a script for 1.2.0 which enables 2K_30fps@30Mbps, changes to 1920x1080_30FPS@25Mbps and changes to 1920x1080_60FPS@40Mbps?

Like this:

Code:
#enable 2304x1296_30FPS@30Mbps video
writeb 0xC06CE446 0x02
writew 0xC05C1006 0x41F0
#change to 1920x1080_30FPS@25Mbps video
writew 0xC05C10C6 0x41C8
#change to 1920x1080_60FPS@40Mbps video
writew 0xC05C1036 0x4220

Thank you.
 
Sorry maybe this question is stupid but I must have the 1.0.9 or 1.0.12 firmware to use the script, right? Because I'm in the 1.2.0 so I will need to change it.

Thanks!

EDIT: Im looking in github ;)
 
Last edited:
funnel we need you here with your scripts :)
If u can please make a 1080p 30fps 35 Mbit for 1.2.0
Thanks
 
Scripts are easy to combine if we pair attention... I think it will be like this: writew 0xC05C10C6 (which is resolution) 0x420C (which is bitrate)... Take a look on funnel's github on the first page... All i know about this script, i've learned there and here...
 
funnel we need you here with your scripts :)
If u can please make a 1080p 30fps 35 Mbit for 1.2.0
Thanks

Like Ghetto says, it is easy to combine these ress and bitrate to your liking. Just make sure to check firmware ver.
Code:
#1.2.0 1920x1080 30fps 35Mbps
writew 0xC05C10C6 0x420C
 
Last edited:
Has these been tested?
Width Height Fps Default bitrate
0 2560 1440 29,97 4190
1 2560 1440 29,97 4170
2 2560 1440 29,97 4140
 
Why the raw photos has a diferente colors? I mean the jpg has a "cooler" colors than raw. Why?
 
Back
Top