Search found 9 matches

Go to advanced search

by mario123
22 Aug 2012 07:57
Forum: General VLC media player Troubleshooting
Topic: green images
Replies: 5
Views: 2728

Re: green images

When i lower the bitrate from the camera from 2048kbps to 512kbps the initial screen build its perfect, the problem start from 10242kbps. This could correspond to the fact that the upper part of the screen is perfectly draw with a higher bitrate. What is the cause of this? is it the intial buffer, c...
by mario123
10 Aug 2012 12:06
Forum: General VLC media player Troubleshooting
Topic: green images
Replies: 5
Views: 2728

Re: green images

Thanks for the repy. I tried using --ffmpeg-threads=1 I now have a different problem. The green images are gone, but the bottom part of the video is still not good. The top part of the video is OK and then, half way the screen, the last good line is repeated (redrawn) in the bottom part of the video...
by mario123
10 Aug 2012 10:56
Forum: General VLC media player Troubleshooting
Topic: green images
Replies: 5
Views: 2728

green images

Hi, I am using VLC to play a live stream from a camera using rtsp. The problem is, when starting the stream, the bottom part of the video turns green. After a few seconds the problem seems to disappear. See below for debug information. Then I tried to record the stream with VLC and afterwords play t...
by mario123
17 Mar 2011 08:33
Forum: Web and scripting
Topic: script for extracting fragment of a video
Replies: 4
Views: 1472

Re: script for extracting fragment of a video

Hi pbergon. I don't write scripts myself, I use VLC in C# and C++ programs. So I can't present you a working script. But I suppose you use the same activeX API like I do. And yes, my previous example is a command line. But you can use command line parameters with the vlc.playlist.add() function (use...
by mario123
16 Mar 2011 15:49
Forum: Web and scripting
Topic: script for extracting fragment of a video
Replies: 4
Views: 1472

Re: script for extracting fragment of a video

Hi, You can try something like this: vlc "d:\source.avi" :start-time=140 :stop-time=160 :sout=#transcode{vcodec=h264}:file{dst=dest.mp4} vlc://quit It starts your vlc player, starts playing source.avi from position 140 (seconds) until position 160 (seconds), dumps it in a file dest.mp4 and...
by mario123
15 Mar 2011 14:34
Forum: Web and scripting
Topic: takeSnapshot() causes BSOD ?
Replies: 0
Views: 1811

takeSnapshot() causes BSOD ?

Hi! I am using VLC version 1.1.7, WinXP, and VS2010. I made a form with the VLC ActiveX on it. Playing avi files works fine. But if I call the takeSnapshot() function after VLC stopped playing an avi, I have a BSOD when I close my form! I tried the same program on an other PC (also WinXP), again the...
by mario123
14 Mar 2011 14:27
Forum: Web and scripting
Topic: Program freezes when calling stop in MediaPlayerEndReached
Replies: 5
Views: 2209

Re: Program freezes when calling stop in MediaPlayerEndReach

Hi, Thanks for you suggestion. I am not using javascript, so I don't have setTimeout() or setInverval(). But I can create a timer, using a callback function. So I tried that. In my callback function I first verify the state and if it is in the ENDED state, I call the playlist->stop() function. I kno...
by mario123
11 Mar 2011 08:20
Forum: Web and scripting
Topic: Program freezes when calling stop in MediaPlayerEndReached
Replies: 5
Views: 2209

Re: Program freezes when calling stop in MediaPlayerEndReach

Yes, if the video reaches the end, it stops automatically. But you can still see the last image of the video and I would like to remove that. So I would like to call the stop function to clean up. I don 't think it's infinite recursion because I have a breakpoint in my debugger at the beginning of t...
by mario123
09 Mar 2011 09:32
Forum: Web and scripting
Topic: Program freezes when calling stop in MediaPlayerEndReached
Replies: 5
Views: 2209

Program freezes when calling stop in MediaPlayerEndReached

I have a C# program with a VLC activeX on a form. If a call the playlist.stop function in de MediaPlayerEndReached event handler, my program freezes. I am using VLC activeX v1.1.7 private void axVLCPlugin21_MediaPlayerEndReached(object sender, EventArgs e) { this.axVLCPlugin21.playlist.stop(); } I a...

Go to advanced search