Search found 29 matches

Go to advanced search

by rohuezo
25 Oct 2016 09:47
Forum: VLC media player for Windows Troubleshooting
Topic: Screen Capture with VLC 2.07 and Windows 7
Replies: 45
Views: 36992

Re: Screen Capture with VLC 2.07 and Windows 7

Hi guys, here is an update on the state of the screen recording capabilities in VLC media player. be advise of the following information concerning destop recording and VLC media player: Using my scripts (bat-files) to record my desktop I found out the following: :D Last known version where "ev...
by rohuezo
27 Feb 2016 19:21
Forum: VLC media player for macOS Troubleshooting
Topic: screen recording per command line, i.e. bash-script
Replies: 5
Views: 2596

Re: screen recording per command line, i.e. bash-script

Now I understand what you mean ajmas! Thanks for the tip and the example! I will give it a try. Concerning telnet, I can't really tell you why the command 'quit' works for me (under Windows!). Here is the little VBScript I use to telnet to VLC listening on 127.0.0.1:81 <job> <script language="V...
by rohuezo
25 Feb 2016 22:57
Forum: VLC media player for macOS Troubleshooting
Topic: screen recording per command line, i.e. bash-script
Replies: 5
Views: 2596

Re: screen recording per command line, i.e. bash-script

Hi ajmas,

do you mean ssh as -I interface? I will try to find out the ssh way of connecting. I always thought telnet was not to secure... Thanks for the tip!

Regards,
by rohuezo
22 Feb 2016 21:25
Forum: VLC media player for macOS Troubleshooting
Topic: screen recording per command line, i.e. bash-script
Replies: 5
Views: 2596

Re: screen recording per command line, i.e. bash-script

Ok, found the answer/solution to my problem. Here is my bash script which will start a screen recording and will create a unix socket instead of a telnet connection: #!/bin/bash # Filename parameters TIMESTAMP=$(date +%Y%m%d-%H%M%S) EXT="mp4" # Screen parameters #screen 1 1280 800 #screen ...
by rohuezo
21 Feb 2016 20:41
Forum: VLC media player for macOS Troubleshooting
Topic: screen recording per command line, i.e. bash-script
Replies: 5
Views: 2596

screen recording per command line, i.e. bash-script

Hi guys, I'm trying to start the screen recording feature of VLC media player using the command line under MacOS X (10.11.3, El Capitan) using a bash-script. I have accomplished this using the Windows version of VLC media player (2.0.8) and I'm now trying with VLC media player (2.2.2) under MacOSX. ...
by rohuezo
28 Jan 2016 14:21
Forum: VLC media player for Windows Troubleshooting
Topic: Screen Capture with VLC 2.07 and Windows 7
Replies: 45
Views: 36992

Re: Screen Capture with VLC 2.07 and Windows 7

Hi guys, be advise of the following information concerning destop recording and VLC media player: Using my scripts (bat-files) to record my desktop I found out the following: :D Last known version where "everything" that I use on my screen recording (logos, marquee, mouse) works is: 2.0.8 ...
by rohuezo
28 Jan 2016 14:14
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 2.1.0 crashing issue
Replies: 8
Views: 1001

Re: VLC 2.1.0 crashing issue

Using my scripts (bat-files) to record my screen I found out the following information: * Last known version where "everything" that I use on my screen recording (logos, marquee, mouse) works is: 2.0.8 * The following versions record but I cannot longer see my mouse pointer: 2.1.0, 2.1.1, ...
by rohuezo
14 Jan 2014 13:51
Forum: VLC stream-output (sout)
Topic: marq does not display vlc 2.2.0
Replies: 3
Views: 2335

Re: marq does not display vlc 2.2.0

Hi, this command line works for me on my system Windows 7 64-bit VLC Media Player 2.0.5: "%VLC%" screen:// -I rc --rc-quiet --rc-host=127.0.0.1:81 -Vdummy --novideo --file-logging --logmode=html --log-verbose=2 --logfile=C:\\Temp\\log.html --logo-file=File:///C:/Temp/logo1.png,5000,128;Fil...
by rohuezo
11 Dec 2013 09:18
Forum: VLC stream-output (sout)
Topic: recording from IP camera and save the video with logo
Replies: 4
Views: 1355

Re: recording from IP camera and save the video with logo

Ok, I figured out how to add the logo and enabling it. I had to import these 2 methods and defined the libvlc_video_logo_option_t enum. I removed the initialization options from the media player, then it worked like a charm: //Enable LibVlc.libvlc_video_set_logo_int(Handle, libvlc_video_logo_option_...
by rohuezo
31 Oct 2013 06:14
Forum: VLC stream-output (sout)
Topic: recording from IP camera and save the video with logo
Replies: 4
Views: 1355

Re: recording from IP camera and save the video with logo

Hello jossuan1983 and Jean-Baptiste, I'm having the same issue. When I use the command line to record my screen to a file, then the logo appears. When I use (almost) the same configuration options using libvlc, the logo does not appear. Jean-Baptiste, what do you mean with " need to load the lo...
by rohuezo
30 Oct 2013 10:09
Forum: VLC media player for Windows Troubleshooting
Topic: Command line options not found
Replies: 1
Views: 786

Command line options not found

Have these configuration options been removed, i.e. deprecated? Warning: option --nommx no longer exists. Warning: option --no3dn no longer exists. Warning: option --nommxext no longer exists. Warning: option --nosse no longer exists. Warning: option --plugin-path no longer exists. I use them on my ...
by rohuezo
28 Oct 2013 07:33
Forum: Development around libVLC
Topic: Cropping help with libVLC older version
Replies: 1
Views: 843

Re: Cropping help with libVLC older version

Hello psyence, have you tried the Options instead of --crop-geometry? --screen-left={1} --screen-top={2} --screen-width={3} --screen-height={4} The values you can get from the window that you want to record. Be aware that VLC can only record on the Screen.Primary, i.e. if you're using dual (or more)...
by rohuezo
05 Aug 2013 10:35
Forum: VLC media player for Windows Troubleshooting
Topic: Command line screen recording with two monitors
Replies: 2
Views: 1575

Re: Command line screen recording with two monitors

I forgot to mention my system is Windows 7 64-Bit and VLC Version 2.0.7...
by rohuezo
02 Aug 2013 13:39
Forum: VLC media player for Windows Troubleshooting
Topic: Command line screen recording with two monitors
Replies: 2
Views: 1575

Command line screen recording with two monitors

Hello, I'm doing screen recording of automated test (middle of the night) using VLC command line. Here is the string I use to record: screen:// -I rc --rc-quiet --rc-host=127.0.0.1:81 -Vdummy --novideo --nommx --no3dn --nommxext --nosse :screen-fps=5.000000 :screen-mouse-image=File:///C:/temp/mouse....
by rohuezo
26 Jul 2013 06:19
Forum: VLC media player for Windows Troubleshooting
Topic: Screen Capture with VLC 2.07 and Windows 7
Replies: 45
Views: 36992

Re: Screen Capture with VLC 2.07 and Windows 7

Here's a video of what my video captures look like showing the cursor (I used a large blue arrow so it's easy to see) shearing. Hopefully, someone will figure this out. http://youtu.be/94br2rO74vA A common denominator *may* be that we that are having this problem are on laptops (I think we both are...
by rohuezo
25 Jul 2013 09:19
Forum: VLC media player for Windows Troubleshooting
Topic: Screen Capture with VLC 2.07 and Windows 7
Replies: 45
Views: 36992

Re: Screen Capture with VLC 2.07 and Windows 7

I made a lower resolution How-To video (800x600) to better see the menu items I select during the tutorial:

https://dl.dropboxusercontent.com/u/350 ... 00x600.mp4

Best regards,
by rohuezo
25 Jul 2013 08:17
Forum: VLC media player for Windows Troubleshooting
Topic: Screen Capture with VLC 2.07 and Windows 7
Replies: 45
Views: 36992

Re: Screen Capture with VLC 2.07 and Windows 7

Thanks for this :) One thing though: IMO the resolution of the video is too large (1920*1080) which is making impossible to read the menu items you are clicking on when it's played on a small screen, for instance a 768 height screen of a laptop. Maybe you should consider to do it again at a much lo...
by rohuezo
24 Jul 2013 21:11
Forum: VLC media player for Windows Troubleshooting
Topic: [VLC 2.0.6] Unable to capture wideo (desktop) with mouse
Replies: 4
Views: 2204

Re: [VLC 2.0.6] Unable to capture wideo (desktop) with mouse

I ran into the same problem and noticed that you can use the answer by mederi: vlc.exe --screen-mouse-image="file:///C:/mouse.png" However I found out that the quotes around the path didn't work. I had to leave them out on my Window 7 64-bit and VLC 2.0.7. But what happens if the full path...
by rohuezo
24 Jul 2013 09:36
Forum: VLC media player for Windows Troubleshooting
Topic: Screen Capture with VLC 2.07 and Windows 7
Replies: 45
Views: 36992

Re: Screen Capture with VLC 2.07 and Windows 7

Ok, I used my own hosted server: 1. Here is the link to the How-To PDF https://dl.dropboxusercontent.com/u/35035040/HOW-TO-ScreenRecording_with_VLC.pdf 2. Here is the link to the How-To video https://dl.dropboxusercontent.com/u/35035040/How-To_Screen_Recording_VLC_GUI.mp4 BTW, I used the same instru...
by rohuezo
24 Jul 2013 09:24
Forum: VLC media player for Windows Troubleshooting
Topic: Screen Capture with VLC 2.07 and Windows 7
Replies: 45
Views: 36992

Re: Screen Capture with VLC 2.07 and Windows 7

I know, me too! Its taking forever to upload those simple files to dropbox... I'm new to this forum, can I upoad here instead?
by rohuezo
24 Jul 2013 07:51
Forum: VLC media player for Windows Troubleshooting
Topic: Screen Capture with VLC 2.07 and Windows 7
Replies: 45
Views: 36992

Re: Screen Capture with VLC 2.07 and Windows 7

Hey guys, I made a how-to document and video to see if we are all on the same sheet of music. My system is a Windows 7 64-bit with 16GB RAM and Intel i7 CPU 3.4GHz VLC version 2.0.5. 1. Here is the link to the How-To PDF https://dl.dropboxusercontent.com/u/35035040/HOW-TO-ScreenRecording_with_VLC.pd...
by rohuezo
24 Jul 2013 05:08
Forum: VLC media player for Windows Troubleshooting
Topic: Screen Capture with VLC 2.07 and Windows 7
Replies: 45
Views: 36992

Re: Screen Capture with VLC 2.07 and Windows 7

Not Media->Open, use Media->Stream
by rohuezo
23 Jul 2013 23:07
Forum: VLC media player for Windows Troubleshooting
Topic: Screen Capture with VLC 2.07 and Windows 7
Replies: 45
Views: 36992

Re: Screen Capture with VLC 2.07 and Windows 7

Hey Dand, I'm writing a little howto for the VLC GUI so you can set those values... I'm on my Mac right now so I can't take Windows screenshots... Basically, you have to go to Media->Stream->Capture Device, then on Capture Mode on top select Desktop, change frame rate to 15,00 f/s, check Show more o...
by rohuezo
23 Jul 2013 06:30
Forum: VLC media player for Windows Troubleshooting
Topic: Screen Capture with VLC 2.07 and Windows 7
Replies: 45
Views: 36992

Re: Screen Capture with VLC 2.07 and Windows 7

Actually I have done both. The only reason why I sometimes use the installation is that it enters the path of VLC in the registry and I use that on my C# console program to find it (on any machine running my program). Otherwise I get the zip version. But it shouldn't make a difference since VLC has ...
by rohuezo
22 Jul 2013 10:40
Forum: VLC media player for Windows Troubleshooting
Topic: Sporadic appearance of window when calling VLC command line
Replies: 3
Views: 598

Re: Sporadic appearance of window when calling VLC command l

Hi Jean-Baptiste,

Ok, I found the -V<Text> --vout=<Text> parameter on the help file. I tried again with -I rc --rc-quiet --rc-host=127.0.0.1:81 -Vdummy ...
It works like before, I only have to test on our Virtual Machines whether -Vdummy helps. Thank you again!

Regards,

Go to advanced search