YiMAX-PRO script.

I have no idea about any paid apps as I've never used one... Sorry.
 
Ok. So this means that my modified script should have everything working for both 1296p30 and 1080p60 on FW 1.5.12. Attached is the script with all the features included in the original yimax-pro scripts enabled which has both 1296p30 and 1080p60 modes in the same script. :)

Edit: And thanks for the answer @nutsey
Quick additional Edit: Filesize limit is still 1.9Gb in my scripts. This is due to not having enough time yet to figure out where the memory address for that setting lies in the 1.5.12 FW. Otherwise this has all the stuff that the original two YIMAX-PRO scripts have.
Hi, I tried your script and it work on 40mb/s but it make violet video... What is the problem? ty
 
YiMAX-TUNE script.

1. Flat picture with more details in shadows and highlights.
2. 1080p60 mode without interpolation.
3. NR and sharpness adjusted to get better fine resolution.
 
Hi nutsey, can you make script to record higher than 1600x1200 at 60fps because I need 4:3 resolution ?

Which base resolution use your last script ?
 
Hi nutsey, can you make script to record higher than 1600x1200 at 60fps because I need 4:3 resolution ?
Which base resolution use your last script ?
In theory we could get something like 1800x1350P60 for 4:3 aspect ratio as 2364x1366 59.94fps sensor readout mode is used...
 
It will be great if we have that script. 4:3 is perfect for everyone who want superview effect.
 
Hi,
I am using 26L with firmware 1.5.12 I've tried both scripts YiMAX-TUNE and yimax-modified-1-5-12
On both of them I had violet video captured. Does anybody know what could cause this?
Thanks in advance
 
Hi,
On my 25L with 1.5.12 - script "yimax-modified-1-5-12" works perfectly! Many thanks :)
 
Hi. I've just got my Yi upgraded to 1.5.12 and seems like the 1.5.6 scripts don't work.

Seems like nobody has written anything about 1.5.12 yet, so here I go.

What I was able to get from comparing the 1.5.6 and 1.5.12 firmwares was the following on 1.5.12 firmware (Z25L hw rev):

For 1080p60 40mbit, ABR, 0.75-1.25 range

writeb 0xC05CBEDC 0x05
writew 0xC05CBEE2 0x4220
writel 0xC05CBEB4 0x3f400000
writel 0xC05CBEB8 0x3fa00000

seems like the memory addresses have shifted a bit, 1.5.6 ones were
writeb 0xC05C8EDC 0x05
writew 0xC05C8EE2 0x4220
writel 0xC05C8EE4 0x3f400000
writel 0xC05C8EE8 0x3fa00000

I'm still wondering that the following line in the yimax script actually does since it's different in the 1080p60 and 1296p30 scripts (in the latter one the data written is 0x02):
writeb 0xC06D4426 0x03

anyone care explain what is the purpose of that line in the scripts?

Also it seems that the 4Gb filesize limit does not work. Will have to try and investigate that a bit further as well.

Is there any way to obtain the 2304x1296 resolution, with 40 or 50 mb/s? In the previous firmware was possible (of course with high speed cards)? thank you in advance!
 
Hi moozes!
Thank you for your time in writing this but unfortunatly it does not work. I managed to safely downgrade to 1.2.10 and now I use the YIMAX Movie script and WOW!!! what a difference it makes in both video and photo. The raw files are just great for photos, I atached here some samples. I just wish that somehow the YMAX Pro script and YIMAX Movie script will someday be available to the 1.5.12 firmware.

7NxbeQ9

xNlyLkZ

XExBNI7

mEGrRsI
Hey Andrei, how do you downgrade to 1.2.10? thx a lot
 
Is there any way to obtain the 2304x1296 resolution, with 40 or 50 mb/s? In the previous firmware was possible (of course with high speed cards)? thank you in advance!

It depends on which FW you are going to use as the resolution address seems to change in some versions. The bitrate address seems to be constant. For 1.2.10, check the Github for the addresses.

If you want to downgrade to 1.2.10, you need to download the firmware version you want for your camera hardware and follow the steps given. Yi firmware update page
 
Hi,
I am using 26L with firmware 1.5.12 I've tried both scripts YiMAX-TUNE and yimax-modified-1-5-12
On both of them I had violet video captured. Does anybody know what could cause this?
Thanks in advance

I have the same issue. Still haven't found a solution.

EDIT: Found a solution for Yimax Tune here
 
Last edited:
tried using yimax tune edited the script so the video doesnt go purple. but now the problem is the pictures goes green
 
Hi all.

For all owners of Z26L (with 1.5.12 firmware).
yimax-modified-1-5-12 script doesn't work.
  • Photos - are green.
  • Videos - are green or purple.
 
Hi,

can someone write me offsets for 1080p@30 for 1.5.12 fw?
Thanks!
 
Hi. I've just got my Yi upgraded to 1.5.12 and seems like the 1.5.6 scripts don't work.

Seems like nobody has written anything about 1.5.12 yet, so here I go.

What I was able to get from comparing the 1.5.6 and 1.5.12 firmwares was the following on 1.5.12 firmware (Z25L hw rev):

For 1080p60 40mbit, ABR, 0.75-1.25 range

writeb 0xC05CBEDC 0x05
writew 0xC05CBEE2 0x4220
writel 0xC05CBEB4 0x3f400000
writel 0xC05CBEB8 0x3fa00000

seems like the memory addresses have shifted a bit, 1.5.6 ones were
writeb 0xC05C8EDC 0x05
writew 0xC05C8EE2 0x4220
writel 0xC05C8EE4 0x3f400000
writel 0xC05C8EE8 0x3fa00000

I'm still wondering that the following line in the yimax script actually does since it's different in the 1080p60 and 1296p30 scripts (in the latter one the data written is 0x02):
writeb 0xC06D4426 0x03

anyone care explain what is the purpose of that line in the scripts?

Also it seems that the 4Gb filesize limit does not work. Will have to try and investigate that a bit further as well.
Did you find a solution to the 4GB filesize, please? It would be great if we could turn it off!
 
Hi. I've just got my Yi upgraded to 1.5.12 and seems like the 1.5.6 scripts don't work.

Seems like nobody has written anything about 1.5.12 yet, so here I go.

What I was able to get from comparing the 1.5.6 and 1.5.12 firmwares was the following on 1.5.12 firmware (Z25L hw rev):

For 1080p60 40mbit, ABR, 0.75-1.25 range

writeb 0xC05CBEDC 0x05
writew 0xC05CBEE2 0x4220
writel 0xC05CBEB4 0x3f400000
writel 0xC05CBEB8 0x3fa00000

seems like the memory addresses have shifted a bit, 1.5.6 ones were
writeb 0xC05C8EDC 0x05
writew 0xC05C8EE2 0x4220
writel 0xC05C8EE4 0x3f400000
writel 0xC05C8EE8 0x3fa00000

I'm still wondering that the following line in the yimax script actually does since it's different in the 1080p60 and 1296p30 scripts (in the latter one the data written is 0x02):
writeb 0xC06D4426 0x03

anyone care explain what is the purpose of that line in the scripts?

Also it seems that the 4Gb filesize limit does not work. Will have to try and investigate that a bit further as well.

Hello to you, there is someone who can modify his files that I can use them with firmware 1.5.12 instead of 1.2.13 and my cam esyt version 23L
 

Attachments

  • autoexec.zip
    1 KB · Views: 20
Hello to you, there is someone who can modify his files that I can use them with firmware 1.5.12 instead of 1.2.13 and my cam esyt version 23L
If you find a way to increase the file size from 2gb please post. I tried all the recommended ways without success.
 
Back
Top