Skip to content

Implement video cut #431

Description

@PROger4ever

Proposal

It'd be great to have a feature to cut downloading videos like:

https://www.youtube.com/watch?v=y0sF5xhGreA 00:14-00:17

Youtube native time query-parameter t can be used too:

https://youtu.be/y0sF5xhGreA?si=-Jqi0FkG4YVtuf1x&ab_channel=ThePetCollective&t=14

I think timings should be parsed independently like:

/(([0-9]+):)?([0-9]+):([0-9])+/g

if 2 of them found - the beginning and the end of the video.
if only 1 found - the beginning of the video.

ffmpeg can be used to cut video.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions