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

Do not force user to enter `mp4` extension in `--output_filepath` #44

Closed himynamesdave closed 9 months ago

himynamesdave commented 9 months ago

Currently user must enter

python3 gopro2gsv.py \
    --input_directory tests/UKHB001v205-frames-removed/ \
    --output_filepath tests/output/mode2/test4/UKHB001v205-frames-removed.mp4

For simplicity, do not ask user to add extensions as follows

python3 gopro2gsv.py \
    --input_directory tests/UKHB001v205-frames-removed/ \
    --output_filepath tests/output/mode2/test4/UKHB001v205-frames-removed
fqrious commented 9 months ago

it doesn't