You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: resusing code is fine, but do not copy the whole codebase of this implementation.
After this, the GPS points are then embedded to the equirectangular images (same as #26) and the final video is processed in the same way as the image->video pipeline including the new function; #25
The text was updated successfully, but these errors were encountered:
Currently we suppport .mp4 video mode.
GoPro MAX cameras also produce a .360 video format.
For GoPro MAX Unprocessed Video mode (
.360
):GoPro2GSV validates
.360
inputs before processing as follows;.360
GS
GoPro:Model
isGoPro Max
trackN:MetaFormat
isgpmd
trackN:GPSDateTime
has more than 10 entries.Where
trackN
is the track that contains the gpmd telemetry.For processing, the same flags as .mp4 video mode can be used, and the processing is somewhat similar to mp4.
ffmpeg first extracts frames. However, these frames need to be converted to equirectangular projection (because GoPro .360 is EAC format).
We already have some old code to join
Note: resusing code is fine, but do not copy the whole codebase of this implementation.
After this, the GPS points are then embedded to the equirectangular images (same as #26) and the final video is processed in the same way as the image->video pipeline including the new function; #25
The text was updated successfully, but these errors were encountered: