nekosama
7th December 2013, 20:26
How do you crop really small black bars on the right and left side?
1 pixel bars to be exact.
I know that YV12 doesn't allow odd values in crop so I need to crop within the resize filter:
Spline36resize(1280,720,src_left=1)
with that I can cut of that 1 pixel bar on the left side but what about the right side?
1 pixel bars to be exact.
I know that YV12 doesn't allow odd values in crop so I need to crop within the resize filter:
Spline36resize(1280,720,src_left=1)
with that I can cut of that 1 pixel bar on the left side but what about the right side?