Page 1 of 1

GoPro-Android video importing

Posted: Thu Apr 10, 2014 6:24 am
by vince1611
Sorry if this has been covered. I have a Galaxy S3 (4.3) and Petrol Head v18.0.6.
Can I import my Gopro video into video sandbox for overlaying?
I tried simply dragging the video into the folder where the other HLT videos are located, but no luck.

Thanks

Re: GoPro-Android video importing

Posted: Thu Apr 10, 2014 9:41 am
by Harry
To overlay a GoPro on a S3, please convert it to a HD video encoded in .mp4 first:

Code: Select all

ffmpeg -i <goprovideo> -s hd720 <videoforlaptimer>.mp4
In case you get an error message when issuing this command, try

Code: Select all

ffmpeg -i <goprovideo> -s hd720 -c:v libx264 -crf 23 -c:a aac -strict -2 <videoforlaptimer>.mp4
Once you have done this, transfer <videoforlaptimer>.mp4 to your SD card. The correct folder position can be seen by entering LapTimer -> Sensor List -> Info (the small i button). Double check it is the right position by verifying it against video LapTimer "sees" in Video List and that are on he card too. Just like you did it before...

You need to download ffmpeg from the net, it is available as binary for any platform and free.

- Harry

Re: GoPro-Android video importing

Posted: Thu Apr 10, 2014 6:08 pm
by vince1611
Got it working.
Thanks for the support!

Re: GoPro-Android video importing

Posted: Thu Apr 10, 2014 6:34 pm
by Harry
Great, thanks for the feedback!