Search found 8 matches

Go to advanced search

by barnie1989
26 Sep 2009 08:39
Forum: VLC media player for Windows Troubleshooting
Topic: Rotate a video via activex in Visual Basic 6
Replies: 15
Views: 3777

Re: Rotate a video via activex in Visual Basic 6

Does really noone knows how to set the option to rotate a video with the activex contol?
by barnie1989
20 Sep 2009 21:41
Forum: VLC media player for Windows Troubleshooting
Topic: Rotate a video via activex in Visual Basic 6
Replies: 15
Views: 3777

Re: Rotate a video via activex in Visual Basic 6

no chance.. :( I've tried all combinations... NOTHING!
by barnie1989
20 Sep 2009 11:16
Forum: VLC media player for Windows Troubleshooting
Topic: Rotate a video via activex in Visual Basic 6
Replies: 15
Views: 3777

Re: Rotate a video via activex in Visual Basic 6

Thanks... I've tried many versions... The video always will be played, but not rotated. How must I set the options??? Dim loOptionen(1) As String loOptionen(0) = "video-filter" loOptionen(1) = "rotate=190" llHandle = frmVLC.VLCPlugin21.Playlist.Add(gfsGetBildDateiName(glBildID(gi...
by barnie1989
19 Sep 2009 10:49
Forum: VLC media player for Windows Troubleshooting
Topic: Rotate a video via activex in Visual Basic 6
Replies: 15
Views: 3777

Re: Rotate a video via activex in Visual Basic 6

Where I see the messages? With that command, the video will be played: frmVLC.VLCPlugin21.Playlist.Add "\\server-barnie\FotoDB_FileStore01\Datenfiles\0308\#00308328#MOV03821.MPG" and here - nothing happend: frmVLC.VLCPlugin21.Playlist.Add "--video-filter ""rotate{angle=90}&q...
by barnie1989
16 Sep 2009 13:18
Forum: VLC media player for Windows Troubleshooting
Topic: Rotate a video via activex in Visual Basic 6
Replies: 15
Views: 3777

Re: Rotate a video via activex in Visual Basic 6

YES, with vlc.exe it works! Now tell me how does ist work with the activex component :)
by barnie1989
15 Sep 2009 23:06
Forum: VLC media player for Windows Troubleshooting
Topic: Rotate a video via activex in Visual Basic 6
Replies: 15
Views: 3777

Re: Rotate a video via activex in Visual Basic 6

that command doesn't work:

VLCPlugin21.Playlist.Add "--video-filter ""rotate{angle=90}"" movie.avi"
by barnie1989
14 Sep 2009 14:12
Forum: VLC media player for Windows Troubleshooting
Topic: Rotate a video via activex in Visual Basic 6
Replies: 15
Views: 3777

Re: Rotate a video via activex in Visual Basic 6

and how do I this with the activex control ?

RUDI
by barnie1989
13 Sep 2009 20:39
Forum: VLC media player for Windows Troubleshooting
Topic: Rotate a video via activex in Visual Basic 6
Replies: 15
Views: 3777

Rotate a video via activex in Visual Basic 6

Hi,

I've inserted the activex control VLCPlugin21 in my VB application. It works great! Now some videos must be rotated. Is it possible to do this with that contol? Only fpr viewing, not for saving!

Bye and thanks RUDI

Go to advanced search