We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used your code to skip intros, had some great success with it.
However I realized that I didn't need to convert the whole video, just a sample of it.
A new argument, sample_percentage, would be great.
In my case I just grabbed the first 10 mins like this:
if framecount > 0: stream = ffmpeg.input(input).trim(start=0, end=600) if resize_width == 224:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used your code to skip intros, had some great success with it.
However I realized that I didn't need to convert the whole video, just a sample of it.
A new argument, sample_percentage, would be great.
In my case I just grabbed the first 10 mins like this:
The text was updated successfully, but these errors were encountered: