Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ChristopheVeber opened this issue Jun 18, 2023 · 1 comment
Open

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

ChristopheVeber opened this issue Jun 18, 2023 · 1 comment
Labels

Comments

@ChristopheVeber
Copy link

Background

As an contributor, I typically try to upload GoPro timelapse videos.
The segmentation of large videos is discussed in #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

  • By default, the Mapillary command line tool should upload the specified video completely (behavior as of today).
  • If an optional start_time argument is passed, then the video is uploaded from the start_time.
  • If an optional end_time argument is passed, then the video is uploaded until the end_time.
@ptpt ptpt added the feature label Jun 18, 2023
@waldyrious
Copy link

waldyrious commented Jun 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants