Shrinking Go Pro video and photo

> 10 years ago
Reply
Register to post, see what you've read, and subscribe to topics.
cpurdon
cpurdon
NSW
13 posts
NSW, 13 posts
28 Jan 2015 12:48pm
I am new to these fangled Go Pro gadgets (I have a Hero 4 Silver), and am wondering if anyone can recommend what software to use to shrink images and video to social media size. Or should I just rely on the Go Pro Studio to do it? I tried a free download software package but it came with browser virus
mattyongoldy
mattyongoldy
QLD
166 posts
QLD, 166 posts
28 Jan 2015 1:39pm
Windows movie editor for pc and iMovie for Mac both do a really good job for editing and exporting files to what ever size required. A lot quicker than go studio Adobe premiere pro is the top of the line for professional results. I just use iMovie for iPad super quick just WiFi to go pro app then open in iMovie slide your in and out cut points drop to timeline add music from iTunes export done
mattyongoldy
mattyongoldy
QLD
166 posts
QLD, 166 posts
28 Jan 2015 1:50pm
Oops forgot to mention both programs have a share button to send your clip straight to your preferred social media sites. F.b YouTube ect
Piros
Piros
QLD
7303 posts
QLD, 7303 posts
28 Jan 2015 7:10pm
When you export to share the movie do at 720p , the easiest way is direct download to face book
GizzieNZ
GizzieNZ
4103 posts
4103 posts
28 Jan 2015 5:28pm
Also new to gopro. From a newby point of view gopro studio seems pretty easy to learn the basics.
Am also playing around with Sony Vegas 10 as it seems to be free.....but many different settings can lead to trials and tribulations
deanrobi
deanrobi
VIC
641 posts
VIC, 641 posts
28 Jan 2015 8:46pm
Apple Compressor, if you shoot in anything higher than 720 then get yourself an account at Vimeo, allows 1080 uploads. vimeo, Facebook and YouTube are all running copyright infringement software for music and will check the fingerprint of all attached music clips and won't allow uploads unless there are no copyright issue, there's still a lot of music out there that can be uploaded
cantSUPenough
cantSUPenough
VIC
2131 posts
VIC, 2131 posts
28 Jan 2015 9:08pm
I have been using the Go Pro Studio software. I have other movie editing software but the Studio software makes it fairly easy to scan through a longer movie to find the good bits, break it up into chunks, arrange them in the desired order, and export to the desired size/format. Even though it has some annoying "features", it works well enough if you want to keep it simple.
dingfix
dingfix
84 posts
84 posts
28 Jan 2015 8:07pm
I seem to remember the instructions saying the Import option in GP Studio uncompressed the files from the camera. Is that correct, if so would need to do that step before taking the resulting files into another movie editor or whatever?
cantSUPenough
cantSUPenough
VIC
2131 posts
VIC, 2131 posts
29 Jan 2015 9:46am
dingfix said..
I seem to remember the instructions saying the Import option in GP Studio uncompressed the files from the camera. Is that correct, if so would need to do that step before taking the resulting files into another movie editor or whatever?


I have used the mp4 files (that were unloaded from the camera by the GP software) in other movie editing programs, so I don't think you have to use the Studio software. (Maybe the importer decompresses the files.) Studio does make you go through a strange conversion step to avi format before you re-combine them for the final video and export to mp4 - so maybe you should use Studio to extract the bits you want to keep and then use your preferred movie editing software to splice them all together.

This link implies that you will need to decompress the files before Final Cut Pro will work with them:

http://gopro.com/support/articles/final-cut-pro-tips
colas
colas
5389 posts
5389 posts
29 Jan 2015 4:35pm
.MTS files produced by GoPros and other camcorders are formats designed to be written easily.
Alas, they are harder (read: need a lot of processing power) to read, and thus directly editing them can be abysmally slow and stuttering in any editor.

Thus a trick is to convert (re-compress) first the Gopro files into a format that is more easily editable, such as mp4, avi, mkv, ... keeping a high quality (high bit rate, a good rule of thumb is to keep the same file size as the MTS files). Note that technically the important point is the actual codec (compression algorithm) used in the "container" file which are the mp4, avi, mkv, ... and it is important to note that most codecs have "key frames" and that a lot of editing software can only cut at a key frame, so re-compression for editing should use very frequent key frames (default is often a key frame every 0.3s).

GoPro studio does this conversion automatically "behind the scene" http://gopro.com/support/articles/why-does-gopro-studio-convert-file-to-the-gopro-cineform-format that's why it seem to edit GoPro files more easily... but any software can do it if you pre-convert the MTS files.

Me, under linux, I use ffmpeg to batch-convert all MTS files with the command line:
ffmpeg -i FILE.MTS -vcodec mpeg4 -b 24000k -acodec aac -ab 192k -strict experimental -loglevel panic FILE.MP4
Please Register, or first...
Topics Subscribe Reply