Z23L vs Gopro Hero 2 - Unhappy... Advices / Help please?

I have Z23L and where can I find this script for 4k ??
 
Last edited:
no script for 4k!!!
Rendering by software and loosing quality!!!
read the posts :confused:
 
Hi, would it be ok if i ask some questions, i want to try this file, but would like to understand better, i put some question in () in red so you can see which one they are..i know im probably being a bit blind, but just want to be sure

#video script by gente for 1.2.13 firmware
#loudness boot buzzer
t pwm 1 set_level 70 (what is this? adjusts volume?)

#2304x1296 30 fps 45 mbps
#writeb 0xC06CC426 0x02(what is this? do we need to remove the # on all 3 lines or just 2 for this line above to run?)
#writew 0xC05C1EB2 0x4234

#1920x1080 60 fps 45 mbps
#writeb 0xC06CC426 0x03
#writew 0xC05C1EE2 0x4234

#1920x1080 45 fps 45 mbps
#writeb 0xC06CC426 0x04
#writew 0xC05C1F12 0x4234

#setting vibrance and saturation
t ia2 -adj ev 10 0 70 0 0 150 0 (this will run auto if not add #? what is it? )

#shadow/highlight clipping adjustments (what does this do? )
t ia2 -adj l_expo 163
t ia2 -adj autoknee 150

#set gamma level
t ia2 -adj gamma 200

#enable 1/13/14/34/38 scene modes: auto/landscape/portrait/through_glass/car_DV (can you see when different mode is enable in app? )
t cal -sc 13

#noise reduction 0:no reduction(noisy but sharper)/16383:full noise reduction(no noise but less sharp) (what is standard setting to know how to adjust?)
t ia2 -adj tidx -1 500 -1 (is 500 the only number you change? 0-16383?)

#fix ae/awb/af/adj 0:on 1:off
t ia2 -3a 1 1 0 1 (are these modified? your best ones, or standard?)

#Set JPEG quality to 100%
t cal -jqlt 100 (what is standard?)

#vignettenkorrektur abschalten/v:video mode,s: still mode/enable 0:disable,1:enable (can you explain this one please?)
#t ia2 -vnc v 0

#enable raw+jpeg stills
#t app test debug_dump 14

#set file size to 4GB (do we enable all 3 line below to get card to write 4gb of data? )
#sleep 3
#writew 0xC03A8520 0x2004
#sleep 1

#sd test script by nutsey
cardmgr d info > d:\cardinfo.txt (what is this one ?)

sleep 1(what is this?)
t app lowbatt 100 10000000(what is this?)

#ready beep
t pwm 1 enable
sleep 1
t pwm 1 disable
 
#video script by gente for 1.2.13 firmware
#loudness boot buzzer
t pwm 1 set_level 70 (what is this? adjusts volume?) volume of beeps

#2304x1296 30 fps 45 mbps description do not remove #
writeb 0xC06CC426 0x02 line for resolution
writew 0xC05C1EB2 0x4234 line for bitrate
remove only # of that 2 lines from resolution and bitrate you want

#1920x1080 60 fps 45 mbps
#writeb 0xC06CC426 0x03
#writew 0xC05C1EE2 0x4234

#1920x1080 45 fps 45 mbps
#writeb 0xC06CC426 0x04
#writew 0xC05C1F12 0x4234

#setting vibrance and saturation
t ia2 -adj ev 10 0 70 0 0 150 0 (this will run auto if not add #? what is it? ) this are values vor saturation and vibrance change and you see what happens.

#shadow/highlight clipping adjustments (what does this do? ) better contrast in dark and highlight
t ia2 -adj l_expo 163
t ia2 -adj autoknee 150

#set gamma level
t ia2 -adj gamma 200

#enable 1/13/14/34/38 scene modes: auto/landscape/portrait/through_glass/car_DV (can you see when different mode is enable in app? ) no
t cal -sc 13

#noise reduction 0:no reduction(noisy but sharper)/16383:full noise reduction(no noise but less sharp) (what is standard setting to know how to adjust?) 2048 i mean
t ia2 -adj tidx -1 500 -1 (is 500 the only number you change? 0-16383?) yes

#fix ae/awb/af/adj 0:eek:n 1:eek:ff
t ia2 -3a 1 1 0 1 best solution for me fixes the values of ae awb adj, no changing in recording looks more reality

#Set JPEG quality to 100% (95%)
t cal -jqlt 100

#vignettenkorrektur abschalten/v:video mode,s: still mode/enable 0:disable,1:enable (can you explain this one please?)
#t ia2 -vnc v 0

#enable raw+jpeg stills
#t app test debug_dump 14

#set file size to 4GB (do we enable all 3 line below to get card to write 4gb of data? ) yes
sleep 3
writew 0xC03A8520 0x2004
sleep 1

#sd test script make a txt. file describing your microsd
cardmgr d info > d:\cardinfo.txt (what is this one ?)

#save battery
sleep 1(what is this?) pause
t app lowbatt 100 10000000(what is this?) shall save battery

#ready beep
t pwm 1 enable
sleep 1
t pwm 1 disable

please read this forum, all is described in that threads!
 
and it is possible to 1.2.13 resolution 2880x1620 or 1440p ?? script ?
 
Can't wait to check Yi footage on offroad...
I've new footage from a little trip with my daughter yesterday to see the Santa :)

Thanks a ton Gente!
 
Screen_Shot_2015_12_22_at_10_53_44.png


it definitely seems the pics get worse after running the script - sure its not the script thats wrong but more my ability to now what to do with it, the right pic is the standard updated firmware the left pic is after adding the script the only value i changed from the above was the 2048 on noise to be 5000 thats all.
 
I'm new to this, but If I understand it correctly, higher value means more noise reduction, so it's probably trying to reduce noise so everything is blurred.
 
5000 is very high value, higher means less noise but not sharp enough.
Higher values about 2048 are good for low light, in your footage you can try doing it with "0"
You also can lower gamma to 180 and play with the values of saturation and vibrance for the colour you like.
There are not so much commands in script to make it looks so bad against original.
Everytime Camera sets its ISO and shutter speed values automatically, you looked in picture info that are the same?
Higher ISO more noise!
Higher values of shutter speed more motion blur if not recording with stativ!
Every picture only can comparing with same values of camera making the photos!
 
ok thank you, i am just using the firmware as is with the 4gb script running however, even though it will let 'a' file run to 4gb not all video file will, for example today i took a 2 min video of my daughter dancing on the xbox, and i ended up with 3 files, 35mb, 200mb, 7mb any ideas why?

thanks
 
...microsd is to slow, you need a U3 for stable 35mbits bitrate.
That causes filesplitting with different bitrates for save recordings.
Formated in fat32 (32kb)?
 
The card is ultra 64 48mbs class 10 I think it's ok. .but formatting maybe issue is formatting in camera best option as only have mac
 
The card is ultra 64 48mbs class 10 I think it's ok. .but formatting maybe issue is formatting in camera best option as only have mac

this is typical filesplitting of to slow file management.
formatting in cam makes exFAT!!!
look for a mac programm formatting in fat32 or let it do by a friend!
 
When search in Google it says

On a Mac, you can format any disk asFAT32 by simply choosing “MS-DOS (FAT)” from the dropdown menu in Disk Utility before you click Erase….

This is what i did already...is there a way to check?
 
@gente
Did you made some testing with this command: ?

Code:
t app lowbatt 100 10000000

Like in the same light, environment on the same battery? Im curious if this really works and do not want to test it again if someone made it already,
 
Hi mates

Here is one video from Yi


Slow Motion on description is just for the "speed" I'd to make on this river... ;)
 
Hello,

i read this Post then i wan´t the "best" Script for my Xiaomi cam. I want a Script that "can" the best quality for in and Outside..so i read this post..but i have a Qustion. Everyone ask for the Resolution...but no one knows the RIGHT Speed from his SD Card..someone ( like me ) test the card in the Laptop and his Cardreader...the bette and RIGHT way is test the SD Card Speed in the cam..or??
 
Back
Top