Hi All, I hope someone can help me with this :) I am using VLC 2.2.4 Weatherwax (64bit) on Windows 10 64Bit Pro . I can Record Video and Audio via "Media -> Open Capture Device... -> Direct Show.... USB 2861 Device and Line (3-USB 2861 Device) and use the "Record Button" but I get an ...
Hi All, I hope someone can help me with this :) I am using VLC 2.2.4 Weatherwax (64bit) on Windows 10 64Bit Pro . I used to use the following (on Windows 7 32Bit) to capture Video and Audio from a set top box, but it no longer works.... IF "%watch%"=="y" ( %VLC% --run-time=%sec% ...
Hi All, I'm using "VLC Media Player 2.2.1 Terry Pratchett (Weatherwax)" on Windows 7 32bit but this question applies to Kubuntu 15.04 64bit as well. I have been trying to record a single channel (SBS HD) using the following bat file, to no avail. :( In recorded.ts I get every TV channel an...
Hi All, I have refined the BAT File a bit.... Options to shutdown and reboot, Watch and record or just record.. To stop your machine going to sleep comment the line "Rundll32.exe Powrprof.dll,SetSuspendState Sleep " at the bottom of the code. All I need to do now is devise a routine that v...
The Final Version Of The Bat File With friendly date and time in the file name :D @ECHO OFF set vlc="C:\Program Files\VideoLAN\VLC\vlc.exe" set "dte=%DATE% set "tme=%TIME%" REM ========================================================= REM Get the time to record REM =========...
Hi All, I thought that this piece of code may be of use :) If anyone has a better way to do it please let me know, as this is my first try and it worked :D It uses a "Kworld DVD Maker 2 (USB Device)". It will record "dshow" for a desired period of time (in minutes) and reboot. Th...
Hi JBK, It only shows the output details... not the complete command line like below Regards, Mark vlc dshow:// :dshow-vdev="USB 2861 Device" :dshow-adev="Line (2- USB 2861 Device)" :dshow-aspect-ratio=16\:9 :sout=#transcode{vcodec=mp2v,vb=9000,scale=1,fps=25,width=720,height=576...
Solved.... Here is the code .... 1. Screen Display and File Save 2. File Save only. Regards, Mark cd c:\program files\videolan\vlc del "c:\TMP\camera1.ts" vlc dshow:// :dshow-vdev="USB 2861 Device" :dshow-adev="Line (2- USB 2861 Device)" :dshow-aspect-ratio=16\:9 :sout=...
Hi All, I spotted this quote else where in the forum, a great idea (someone thinks the same as me) :lol: "Vlc needs the same function as Handbrake, which can create a batch file with the complete commandline including all options" Pazera Free MP4 to AVI Converter also has the option. It wo...
Hi All, Can Anyone give me the correct syntax? I am almost bald now :oops: This is my base code (same as above) %vlc% dshow:// :dshow-vdev="USB 2861 Device" :dshow-adev="Line (2- USB 2861 Device)" :dshow-aspect-ratio=16\:9:dshow-size="" :dshow-caching=196 :dshow-chroma=...
It can't be too far off.... Both bits of code show video and audio to the GUI. It seems to me that all I have wrong is the syntax for the output file. Can you please help me with correct sysntax? Please, do not be cryptic .... The correct syntax would help other people who are trying to do the same ...
Hi Jean-Baptiste, I hope I have your name right! I had to interrupt the wifes' viewing .... she was not happy I did some digging around in the forum and found some code, which I amended to mpg and ac3 It dumps the Video and Audio to the screne ... Pretty good stuff :) %vlc% dshow:// :dshow-vdev=&quo...
Thanl You for the hints - it is very much appreciated.
I will try them when I get time to swap the Foxtel outputs. It's such a Pain, the wife watches 1 output in the bedroom and the other goes to the PVR.
You can't interrupt the wife
Hi All, I need some HELP. I am using a Kworld DVD Maker 2 (USB Device) to capture video and audio from an external device (Foxtel). The supplied software is way too complex for my needs. O/S is Windows 7 (32 bit) I can Capture video and audio to a file using the VLC Gui (VLC media player 2.0.2 Twofl...