Hello! I'm trying to crop a video and I can't find how to do it. I thought that Canvas would work, but it seems it can only achieve the opposite: which is making some kind of outline around a video... :(
Can we crop?
Collapse
X
-
Re: Can we crop?
What size is the source and exactly what co-ordinates do you want to 'grab' -
Re: Can we crop?
First, thank you, Spoon!
1920x1080 are the dimensions.
I haven't decided the dimensions yet, but I would grab from the bottom left and keep ~256x256px from there. I hope I'm being clear. English isn't my first language.
I'm not familiar with the coordinates model though.Comment
-
Re: Can we crop?
You would need to use the Custom DSP Effect and add:
-filter:v "crop=256:256:0:824"Comment
-
Comment
Comment