Page 1 of 1

Change crop- and aspect ration on MacOSX

Posted: 16 Nov 2014 18:38
by Jo2003
Hi all, could you please tell me why changing aspect ratio and crop geometry through libVLC isn't implemented on Mac?

When calling the related functions:

Code: Select all

/** * Set new video aspect ratio. * * \param p_mi the media player * \param psz_aspect new video aspect-ratio or NULL to reset to default * \note Invalid aspect ratios are ignored. */ LIBVLC_API void libvlc_video_set_aspect_ratio( libvlc_media_player_t *p_mi, const char *psz_aspect );
and

Code: Select all

/** * Set new crop filter geometry. * * \param p_mi the media player * \param psz_geometry new crop filter geometry (NULL to unset) */ LIBVLC_API void libvlc_video_set_crop_geometry( libvlc_media_player_t *p_mi, const char *psz_geometry );
I get following output in log:

Code: Select all

core vout display error: Failed to change source crop TODO implement crop at core
I tried libVLC 2.20 (RC1). The last version of libVLC working fully on Mac was 2.01. Are there plans to get that activated (aspect and crop) again? Is there a workaround to get this working anyhow?

I'm working with Qt 4.8.6 for Windows, Linux and Mac. This problem only exists on Mac (for a long time actually).

Any answer bringing a bit light into this would be really helpful!

Thanks in advance,
Jörg

Re: Change crop- and aspect ration on MacOSX

Posted: 10 Dec 2014 14:51
by Jean-Baptiste Kempf
you should file a bugreport for this then.