Black frame removal

this ffmpeg does what I need;

ffmpeg -i in.mp4 -vf blackframe=0,metadata=select:key=lavfi.blackframe.pblack:value=50:function=less -vsync cfr -c:a copy out.mp4

details:

Is there I way I can do this in Shotcut?

no