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

How to only get the middle video as output #22

Open
Pavankunchala opened this issue Sep 1, 2022 · 1 comment
Open

How to only get the middle video as output #22

Pavankunchala opened this issue Sep 1, 2022 · 1 comment

Comments

@Pavankunchala
Copy link

I have been looking around this code I wanted to see if I can try and create some cool animations for some images, How can I have the middle animation video as the output

@rleaver152
Copy link

Just use ffmpeg
ffmpeg -y -i in.mp4 -filter:v "crop=256:256:256:256" out.mp4

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