I'd like to make a python script for using GoPro sensor metadata in my Fusion compositions…
GoPro Fusion Studio is developed by GoPro and is used by 5 users of Software Informer. The most popular version of this product among our users is 1.3. The names of program executable files are FusionStudiox64.exe, GoPro Quik.exe and GoPro Studio.exe. The product will soon be reviewed by our informers. Apr 30, 2021 GoPro Fusion Studio 1.1. Choose the most popular programs from Audio & Video software. 5.0 (1 vote) 1.3 GoPro. Review Comments Questions & Answers Update program info. GoPro Fusion Studio - Memory Leak - Fix Your Program. For the love of God GoPro, act like you actually give a shit about the users who purchased the GoPro Fusion. GoPro Studios 1.1 / 1.2 / 1.3 - Is absolute garbage, they all leak memory out the ass.
Not sure I'll succeed but the major problem is that I cannot load GoPro MP4 footage in my Fusion Studio.
Gopro Fusion Studio Download
In the console I'm seeing a lot of error starting with- Code: Select all
Loader1 failed to load file '/Users/xxx/Desktop/GX050020.MP4' (clip '/Users/xxx/Desktop/GX050020.MP4' at frame 0) : Invalid argument
Loader1 failed at time 0
I tested with Hero 7 black and Hero 8 black. No way to handle them.
Resolve handles them perfectly without reencoding.
For testing I extract 100MB with ffmpeg
- Code: Select all
ffmpeg -i GX050020.MP4 -ss 00:05:04.00 -t 00:0:13.00 -map 0:0 -map 0:1 -map 0:3 -c copy gp.mp4
Error is exactly the same with this small extraction available 30 days
Gopro Fusion Studio 1.1 Download
The problem seems to come from the HEVC stream because when I encode the video stream Fusion handles my new footage correctly- Code: Select all
ffmpeg -i GX050020.MP4 -ss 00:05:04.00 -t 00:0:13.00 -map 0:0 -map 0:1 -map 0:3 -c:0 prores_ks -profile:v 3 -c:1 copy -c:3 copy gp.mov