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

Implement video cut #431

Open
PROger4ever opened this issue Sep 23, 2024 · 1 comment
Open

Implement video cut #431

PROger4ever opened this issue Sep 23, 2024 · 1 comment

Comments

@PROger4ever
Copy link

PROger4ever commented Sep 23, 2024

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.

@SanujaNS
Copy link
Collaborator

Hello @PROger4ever ,

Thank you for taking the time to share your valuable suggestions with us. We will carefully review your input and assess the feasibility of incorporating these ideas into our project. Please allow us some time to thoroughly evaluate your suggestions. We will get back to you as soon as we have a clear understanding of how to proceed.

Thank you.

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

No branches or pull requests

2 participants