Search found 2 matches

Go to advanced search

by amarasum
10 Dec 2012 14:56
Forum: Development around libVLC
Topic: vlcj: VLC command-line arguments not recognized- Transform
Replies: 3
Views: 2411

Re: vlcj: VLC command-line arguments not recognized- Transfo

Okay, so I was able to get the arguments working by passing them into the media player factory when I initialize it: mediaPlayerFactory = new MediaPlayerFactory("--video-filter=transform", "--transform-type=vflip"); However, I've noticed that any transformation arguments that I m...
by amarasum
09 Dec 2012 04:24
Forum: Development around libVLC
Topic: vlcj: VLC command-line arguments not recognized- Transform
Replies: 3
Views: 2411

vlcj: VLC command-line arguments not recognized- Transform

Using the vlcj library, I am attempting to have a flip occur for one of the playing videos. Using the mediaPlayer().playMedia(mrl, mediaOptions) syntax, I have the arguments loaded within the mediaOptions String[]. However, the arguments that I enter into the mediaOptions are not recognized by VLC. ...

Go to advanced search