mapillary / mapillary_tools

Command line tools for processing and uploading Mapillary imagery
BSD 2-Clause "Simplified" License
256 stars 134 forks source link

New feature: Cut videos by start/end time #637

Open ChristopheVeber opened 1 year ago

ChristopheVeber commented 1 year ago

Background

As an contributor, I typically try to upload GoPro timelapse videos. The segmentation of large videos is discussed in https://github.com/mapillary/mapillary_tools/issues/636. Independently, there are cases where an existing video has to be cut and uploaded (e.g. to cut out maneuvering on a parking lot). It would be convenient to do this via the Mapillary command line tool. Also, cutting using the Mapillary toolchain can make certain that video/time/telemetry data is consistent and meets Mapillary's own expectations.

New Feature Proposal

waldyrious commented 1 month ago

I'd like this feature, too. I have several .360 videos captured with a GoPro Max which need the start or end cut out to remove irrelevant footage. I tried extracting the images from the video locally to then manually exclude the undesired snapshots prior to uploading, but the resulting images are not treated as 360º panoramas (due to #336, I believe).

This capability would be greatly appreciated.