Scripts causing video to split?

Aladnan

New Member
Joined
Mar 8, 2016
Messages
9
Reaction score
0
Country
United States
I've come across an issue with scripts. Whenever I use a script on a sd card my camera splits the video into smaller pieces and the video is cut short over all. When I used a new SD card it worked fine, but when i added the scripts it cut the videos again. Even if i delete the script files it still cuts the videos and I have to use a new sd card thats never had the autoexec file. Has anyone else run into this issue and found a fix?

my autoexec:


#--Recording Adjustments--
# 4GB Clipping
writew 0xC03A8520 0x2004


#--Sharpness Adjustments--
# Coring
t is2 -shp mode 0
t is2 -shp max_change 5 5
t is2 -shp cor d:\coring.txt
sleep 1

#--Misc. Adjustments--
# Short Beep once script fully loaded
t pwm 1 enable
sleep 1
t pwm 1 disable

#t ia2 -adj ev 0 0 140 0 0 150 0
t ia2 -adj ev 10 0 70 0 0 150 0


#Set JPEG quality to 100%
t cal -jqlt 100


#de-noise values between 0-16383 (0x0000-0x3FFF)
t ia2 -adj tidx -1 1024 -1

#t ia2 -ae exp 200 1405
 
Back
Top