-
Star
(227)
You must be signed in to star a gist -
Fork
(27)
You must be signed in to fork a gist
-
-
Save KonradIT/ee685aee15ba1c3c44b4 to your computer and use it in GitHub Desktop.
@pdizzle did you ever get the hero 4 figured out?
I've been using
Horizontal Center | 494 |
---|---|
Vertical Center | 619 |
Center correction | 270 |
Edges correction | 524 |
Brightness | 562 |
And it's close but not quite there.
Thanks @btilford : How did you come up with these values ? Are you aware of better parameters ?
btw, Center correction:300 works better for me. :)
@ebadi I started with the Hero 3 stuff from above and tried to get things to look right. Wasn't able to get it 100% though.
Some other scripts based on this page: https://github.com/ponchoblesa/GoPro-Studio-for-linux
does anyone have good fisheye correction for the current "gopro hero"?
thanks a million for all the information. amazing work. does anybody have the parameters for gopro hero 5 black?
depending on the ffmpeg version you have to replace -sameq
with -qscale 0
You may try use iDealshare VideoGo to convert GoPro CineForm video to MP4, AVI, FLV, WMV, MKV, ASF, MPG, ProRes etc
depending on the ffmpeg version you have to replace -sameq with -qscale 0
My version required -q:v 0 instead.
I also needed -strict -2 to get it to handle the audio (I think)
hello,
many thanks for your tutorial. I have got a sjcam 5000. The parameters are quiet good for reducing fisheye effects on picture. But, parameters are not good for the script python/kdenlive.
Do you know how to compute these parameters? or by chance... does anyone has already parameters for sjcam 5000.
Regards
here is a reference to sjcam
http://www.sjcam.com/home/32-sjcam-sj5000-wifi-action-camera.html
here are some results using the mogrify option for sjcam5000
mogrify -distort barrel "0 0 -0.3" *.JPG
https://www.dropbox.com/sh/talp7h69b5h8zwh/AAC-2LCxIYHxtxlmiNch9DqCa?dl=0
I updated the dropbox with videos generated with kdenlive.
The parameters for "Lens Correction"
Horizontal/Vertical Center=500
Center Correction:265
Edges:530
Brightness: 500
I really think that they are not optimal. If someone has better value. Feel Free to comment.