dyne / frei0r

A large collection of free and portable video plugins
https://frei0r.dyne.org/
GNU General Public License v2.0
419 stars 91 forks source link

pixs0r filter outputs blank rows #162

Closed rrrapha closed 1 year ago

rrrapha commented 1 year ago

The problem can easily be observed when using a single image via ffmpeg:

ffmpeg -i in.jpg -vf "frei0r=pixs0r" out.jpg

Setting the first param (shift intensity) to zero produces an entirely blank image:

ffmpeg -i in.jpg -vf "frei0r=pixs0r:0" out.jpg