-
Notifications
You must be signed in to change notification settings - Fork 63
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
Dimension cropping? #24
Comments
This would be a good feature for reaction WebMs. |
I'll see what I can do. I'll be a bit busy with other stuff tomorrow though, so I'll only be able to work on this in the weekend. |
I might, in fact, try to make a graphical representation of the cropping area to make it easy to use. This would require the user to fill in both the width and the height field of the resize option, though. |
ffmpeg has a -vf cropdetect filter that find black bars and outputs crop parameters. An 'autocrop' checkbox would fit better with the 'webm for retards' theme. |
I agree with rmmh. Keeping it simple is a good idea. |
Auto crop is good too |
Okay, try the newest release, it should be sort of working now. |
It's good for cropping a section out while keeping the original size of what you are cropping out but say you want to crop an area and scale that down. Would there be a way to put the scale after the crop and maybe even calculate a corrected value when using the cropping feature. For example I want to crop a section out of a 720p video, at full resolution this is 606x720 but I want to resize this down to 400:475. Now when I select the region of 606x720 I'll get |
I know you want this program to be as simple as possible, but I would recommend an option to set offsets for top, left, right, bottom to crop out. There are a lot of WebMs out there that could use a cropping feature to get rid of letterboxing. For example, all but one of Diablo III's cinematics have letterboxing baked in for some reason.
Of course the terminology here clashes with time cropping so I'd suggest renaming time cropping to "Start trim" and "End trim". Dimensions would become "Top crop" etc. measured in pixels.
Thanks for your continued updates to this program.
The text was updated successfully, but these errors were encountered: