trek-view / gopro2gsv

Processes .jpg images and .mp4/.360 videos shot on GoPro MAX or Fusion cameras and uploads to Google Street View.
Apache License 2.0
4 stars 0 forks source link

Add better validation for .mp4 video mode #29

Closed himynamesdave closed 9 months ago

himynamesdave commented 9 months ago

Currently there is limited validation for .mp4 files

https://github.com/trek-view/gopro2gsv#validation-1

With introduction of new modes (e.g. #28 ) validation should be stricter

Where trackN is the track that contains the gpmd telemetry.

fqrious commented 9 months ago

does this mean .mp4 mode should continue to use video->video pipeline and only .360 mode goes through video->image->video piepliine?

himynamesdave commented 9 months ago

@fqrious for 360 (or dual mp4 mode) videos the frames are extracted (and created), therefore these frames can be processed per image->video pipeline. The processing to frames is similar (but not identical to mp4 video mode)

does this mean .mp4 mode should continue to use video->video pipeline

yes. with the changes described here #26