User:Waheed

From VideoLAN Wiki
Revision as of 12:12, 8 June 2015 by Waheed (talk | contribs) (Created page with "Hi, I am working on GUI of VLC Player for WPF in C#. I want to add an option for end user to rotate/transform video to specific angle on-the-fly. I was able to rotate at ini...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Hi,

I am working on GUI of VLC Player for WPF in C#. I want to add an option for end user to rotate/transform video to specific angle on-the-fly.

I was able to rotate at initialization time with following Video filter. --video-filter=rotate {angle=180}

Can you please let me know your LibVLC API used to rotate/transform video on-the-fly?

Thanks,

Waheed