first-order-model icon indicating copy to clipboard operation
first-order-model copied to clipboard

Crop is distorted in crop-video.py

Open boraturant opened this issue 4 years ago • 9 comments

Hi,

In crop-video.py, cropped content is distorted with the following code, where w and h is different.

Is this something intentional helping the model?

return f'ffmpeg -i {inp} -ss {start} -t {time} -filter:v "crop={w}:{h}:{left}:{top}, scale=256:256" crop.mp4'

Thanks

boraturant avatar May 04 '20 15:05 boraturant