To encoding your movie with frei0r filter distort0r using the ffmpeg follow command below.
$ ffmpeg -i movie01.mp4 -vf "frei0r=distort0r|0.1|0.01" -f mp4 -y new_movie.mp4
enabled debug with ffmpeg.
$ ffmpeg -v debug -i file.mp4
use debug to find error when encoder movies.
when use ffmpeg with mac os-x same time you need reinstall to use any filter below is command to make is using the brew.
$ brew reinstall ffmpeg --with-frei0r --with-sdl2