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

An output video should only ever be 300 frames (or 1 minute) even if max vid length not set #40

Closed himynamesdave closed 9 months ago

himynamesdave commented 9 months ago

Currently this behaviour is not observed. To recreate

python3 gopro2gsv.py \
    --input_video tests/ski/GS016843.mp4 \
    --extract_fps 2 \
    --keep_extracted_frames \
    --path_to_nadir stock_nadirs/without_gopro/trek_view_full_nadir.png \
    --size_of_nadir 15 \
    --output_filepath tests/output/mode3/test3/GS016843.mp4

187 * 2 = 374 frames = 374 / 5 = 74.8 seconds final output. Thus expect 2 videos output. One 00:01:00 long (max allowed length), and one 00:00:14.800.

himynamesdave commented 9 months ago

closing, but now getting new odd behaviour -- tracking as #46