Hi modules/gui/qt/components/extended_panels.cpp: var_SetInteger( p_vout.get(), "crop-bottom", ui.cropBotPx->value() ); The Qt GUI is using --crop-top/bottom/left/right parameter and not the video filter, you could try using that :) Thank you for the reply! I tried "--crop=4:3" ...