Hi there !
For many years we have been developing a big software which makes use of the excellent libVLC library. However we have today 3 pending problems:
1- Using libVLC, we would like to reach the value of a video's automatic rotation angle (0°, 90°, 180° or 270°). Is that possible through libVLC?
2- Using libVLC, we would like to be able to invalidate automatic rotation. Is that possible through libVLC?
3- Our software relies to a large extent on the libvlc_video_take_snapshot function. Unfortunately, since version 3 of VLC, this function only produces green rectangles. Consequently we must stick to version 2.2.6. Is there a solution?.
Many thanks for any help or insight you might provide us.