libvlc_video_set_crop_geometry
Posted: 25 Feb 2010 15:36
Hi,
I want to use libvlc_video_set_crop_geometry in vlc-.1.0.3 to crop video to get something like vlc player does, when choosing Video > Crop > 16:9. I am calling libvlc_video_set_crop_geometry with parameter but nothing happens. I tried other numbers but still nothing happens. What is here wrong?
VLC debug is:
Thanks,
Juraj
I want to use libvlc_video_set_crop_geometry in vlc-.1.0.3 to crop video to get something like vlc player does, when choosing Video > Crop > 16:9. I am calling libvlc_video_set_crop_geometry with parameter
Code: Select all
180 x 120 + 0 + 0
VLC debug is:
Code: Select all
[0x9e6bd68] main video output debug: window size: 624x352
[0x9e6bd68] main video output debug: cropping picture 624x352 to 0,0,624x352
Juraj