Page 1 of 1

Screen capturing crash in VLC 2.2.1

Posted: 25 Apr 2015 09:39
by hgabor47
Hi,
My screen capturing batch was working well until I install the VLC 2.2.1
And now it always went to crash.

My batch:

Code: Select all

call "vlc.exe" ^ screen:// --one-instance ^ -I dummy --dummy-quiet ^ --extraintf rc ^ --rc-host localhost:8088 ^ --rc-quiet ^ --screen-mouse-image=orangemousemini.png ^ --screen-follow-mouse ^ --no-video :screen-fps=15 :screen-caching=300 ^ --sout "#transcode{vcodec=h264,vb=400,fps=15,scale=1,width=1024,height=768,acodec=none}:duplicate{dst=std{access=file,mux=mp4,dst='e:/film_tv/screencapture.mp4'}}"
I checked but I don't know what is the problem. :(
Please help me!

Re: Screen capturing crash in VLC 2.2.1

Posted: 04 May 2015 16:13
by Jean-Baptiste Kempf
Can you load it in gdb and provide a backtrace?

Re: Screen capturing crash in VLC 2.2.1

Posted: 15 May 2015 17:13
by stevetu21
As info, there's a trac ticket for this one:
https://trac.videolan.org/vlc/ticket/14426