Search found 31 matches

Go to advanced search

by Gawain
07 Oct 2009 12:14
Forum: General VLC media player Troubleshooting
Topic: jVLC 1.0.0git don't video output in a diferent canvas place
Replies: 24
Views: 2572

Re: jVLC 1.0.0git don't video output in a diferent canvas place

thanks, now I can start my app, but still get a exception after starting to play my movie with:

Code: Select all

MediaPlayer.play();
java.lang.NullPointerException
at org.videolan.jvlc.MediaPlayer.play(MediaPlayer.java:82)


any ideas?
by Gawain
06 Oct 2009 18:52
Forum: General VLC media player Troubleshooting
Topic: jVLC 1.0.0git don't video output in a diferent canvas place
Replies: 24
Views: 2572

Re: jVLC 1.0.0git don't video output in a diferent canvas place

unfortunately it's not working. the following exception, when I init my JVLC object: jvlc = new JVLC(JVLC_PARAMS); Exception in thread "Thread-0" java.lang.NoClassDefFoundError: com/sun/jna/Library at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Un...
by Gawain
06 Oct 2009 18:22
Forum: General VLC media player Troubleshooting
Topic: jVLC 1.0.0git don't video output in a diferent canvas place
Replies: 24
Views: 2572

Re: jVLC 1.0.0git don't video output in a diferent canvas place

can someone please create a new snapshot-JAR with that bugfix? That would be amazing, because I've never done this before...Thanks a lot!
by Gawain
28 Sep 2009 14:04
Forum: General VLC media player Troubleshooting
Topic: JVLC: mediaDescriptor.addOption(String)
Replies: 2
Views: 528

Re: JVLC: mediaDescriptor.addOption(String)

Isn't there anybody who can tell me how to add the "deinterlace"-filter to a video at JVLC? Please!
by Gawain
04 Sep 2009 15:01
Forum: General VLC media player Troubleshooting
Topic: deinterlace via command line
Replies: 0
Views: 262

deinterlace via command line

Can anyone tell me how to open a video with command line and put the deinterlace filter on it?

Is that docu up-to-date?
http://wiki.videolan.org/Documentation: ... deo_filter

Thanks for your help!
by Gawain
02 Sep 2009 12:27
Forum: VLC stream-output (sout)
Topic: Exporting with IN and OUT
Replies: 5
Views: 1081

Re: Exporting with IN and OUT

@thannoy: I tried to export several section of one video just like you've told be. Either in Java but also with the command line. In both ways it only exports the last section I'm setting. I seams that the sections before are ignored or overwritten. It also only uses the start-time and doesn't reall...
by Gawain
12 Aug 2009 15:28
Forum: General VLC media player Troubleshooting
Topic: JVLC: mediaDescriptor.addOption(String)
Replies: 2
Views: 528

JVLC: mediaDescriptor.addOption(String)

how can I add an option like "deinterlace" to my mediaDescriptor? I read the documentation, but it's still not clear to me: http://wiki.videolan.org/Documentation:Play_HowTo/Advanced_Use_of_VLC here is what I've tried out: mediaDescriptor = new MediaDescriptor(jvlc, path); mediaDescriptor....
by Gawain
10 Aug 2009 14:49
Forum: General VLC media player Troubleshooting
Topic: JVLC: reference frame "VLC (hardware YUV overlay DirectX..."
Replies: 0
Views: 462

JVLC: reference frame "VLC (hardware YUV overlay DirectX..."

Unfortunately I still not able to set the video output of my JVLC object with jvlc.setVideoOutput( getCanvas() ). Therefore I need to reference the opening Frame "VLC (hardware YUV overlay DirectX output)". How can I close that frame, change the title or get the position an size? Has anyon...
by Gawain
22 Jul 2009 17:36
Forum: General VLC media player Troubleshooting
Topic: jVLC 1.0.0git don't video output in a diferent canvas place
Replies: 24
Views: 2572

Re: jVLC 1.0.0git don't video output in a diferent canvas place

is anyone working on that problem? Is it going to work soon?
If not it would be interessting to know how to reference the opening window (title: VLC (hardware YUV overlay DirectX output)) to get for example the size position and change the title ans the TitleBar-Icon.

Thanks for helping!
by Gawain
22 Jul 2009 13:39
Forum: General VLC media player Troubleshooting
Topic: --start-time doesn't always work
Replies: 6
Views: 893

Re: --start-time doesn't always work

how do you set the start-time in the ":sout"-String when you stream the file? I also want to use start- and stop-time for exporting a video into a new file. Do you know how to do that. I'm using JVLC, but it would also be interesting to know the options for the Stream-Output-String. Thanks...
by Gawain
22 Jul 2009 11:51
Forum: VLC stream-output (sout)
Topic: Exporting with IN and OUT
Replies: 5
Views: 1081

Re: Exporting with IN and OUT

no, it's still exporting the whole video.
by Gawain
22 Jul 2009 11:15
Forum: VLC stream-output (sout)
Topic: Exporting with IN and OUT
Replies: 5
Views: 1081

Re: Exporting with IN and OUT

thanks for your help and the hint for using a playlist. I will try that out later! Now I'm trying to find out where to put the start-time and stop-time in the option-string in JVLC. Has anyone used that before? This is my current code, but it dosn't work :-( JVLC jvlc = new JVLC(JVLC_PARAMS); MediaD...
by Gawain
21 Jul 2009 14:30
Forum: VLC stream-output (sout)
Topic: Exporting with IN and OUT
Replies: 5
Views: 1081

Exporting with IN and OUT

I'm new at streaming with VLC but I was wondering if it is possible to export/stream a section of a video to a file by setting IN and OUT. I'm developing a software where I want to cut out different parts of a video and create a new file with only that parts. What would be the best way to do that us...
by Gawain
20 Jul 2009 12:18
Forum: General VLC media player Troubleshooting
Topic: JVLC: Realtime frame-by-frame
Replies: 0
Views: 180

JVLC: Realtime frame-by-frame

I'd need to control the current position in the video (frame) by an external timer. Therefor I need to have realtime skipping to the next frame in the video. At the moment I'm trying to implement this by just loading the correct frame with "setTime(frame)" of the MediaPlayer. Unfortunately...
by Gawain
20 Jul 2009 10:29
Forum: General VLC media player Troubleshooting
Topic: JVLC: blueish video
Replies: 1
Views: 203

Re: JVLC: blueish video

I figures out that problem. It was because I used a trunck-build of vlc. With the branch-build it's all good again...
by Gawain
17 Jul 2009 16:40
Forum: General VLC media player Troubleshooting
Topic: JVLC Graphics Overlay
Replies: 2
Views: 360

Re: JVLC Graphics Overlay

Is it now possible to overlay the video with VLC 1.0?
by Gawain
17 Jul 2009 16:39
Forum: General VLC media player Troubleshooting
Topic: JVLC: blueish video
Replies: 1
Views: 203

JVLC: blueish video

Hi there,
I'm working on a video player using JVLC, but when I import a video (for example a mp4) the video is very blue. Has anyone an idea? Is there a possibility to switch the channels?
Thanks for your help!
Gawain
by Gawain
29 Jun 2009 12:09
Forum: General VLC media player Troubleshooting
Topic: jVLC 1.0.0git don't video output in a diferent canvas place
Replies: 24
Views: 2572

Re: jVLC 1.0.0git don't video output in a diferent canvas place

Has anyone figured out how to put the video in a different Canvas?
by Gawain
29 Jun 2009 10:46
Forum: Development around libVLC
Topic: libVLC:Set Video Output for movies with more then one stream
Replies: 7
Views: 2718

Re: libVLC:Set Video Output for movies with more then one stream

Is that problem already fixed in 1.0.rc4? And can anyone tell me how to display my video in an internal Canvas?
by Gawain
26 Jan 2009 18:44
Forum: General VLC media player Troubleshooting
Topic: JVLC frame-by-frame + change caching value
Replies: 5
Views: 255

Re: JVLC frame-by-frame + change caching value

But is there also a way with JVLC to change the caching value for playing files?
by Gawain
26 Jan 2009 17:46
Forum: General VLC media player Troubleshooting
Topic: JVLC setRate()
Replies: 0
Views: 150

JVLC setRate()

I want to change the rate of my player by setting it with e.g. player.setRate(2); (for double rate).
Unfortunately it's not having any effect on the video. Do you have any ideas why?
by Gawain
26 Jan 2009 12:10
Forum: General VLC media player Troubleshooting
Topic: JVLC video.getWidth()
Replies: 0
Views: 108

JVLC video.getWidth()

Hi,

is it possible that the method getWidth() of the Video-Class doesn't work? It returns the height...
Or am I doing something completely wrong?!
I'm working on Windows with the jvlc-core-0.9.0-SNAPSHOT-20080727 and vlc-1.0.0-git-20090119-0005

Regards,
Gawain
by Gawain
26 Jan 2009 09:46
Forum: General VLC media player Troubleshooting
Topic: JVLC frame-by-frame + change caching value
Replies: 5
Views: 255

Re: JVLC frame-by-frame + change caching value

thanks for the answer. Do you know when it's going to be released?

Go to advanced search