Here is the command line: vlc -I dummy Maverick.ts --sout=#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100,deinterlace}:standard{access=file,mux=mp4,dst='xxx.mp4'} vlc://quit Here are the errors: [0x7f845c000b78] main stream output error: stream chain failed for `transcodedeinte...
OK, Start with the basics and work up. What OS (operating system) are you using ? VLC treats all video sources as streams. What is the video source that you wish to watch or play or record ? Example: You can watch a YouTube video in VLC. http://www.youtube.com/watch?v=GJPSrM_y9ik or "C:\Program...
The solution is to use DirectShow as an alternative input. Take a look at http://opensource.about.com/od/tutorials/ss/How-To-Capture-A-Screencast-Using-Vlc_6.htm Then take a look at http://superuser.com/questions/612186/how-to-capture-screen-video-with-audio-using-vlc-media-player VLC by default co...
If you can get it "sized down" to what you want press the control key and select "X" button. I do not know "what exactly" this does but afterwards VLC always comes back at the same size it was last exited. That solved my problem of HD OTA broadcast zooming out the physi...
Assuming that you can play streaming video the simplest thing to do is enable to "second" toolbar and then select the "record" button. There are also command line options such that you can build a batch/command/shell file for this purpose but that is somewhat more complex. Take a...
TitanTV provides a method to select broadcast shows (OTA, Cable, and/or Satellite) from their listings to be recorded or watched in real time. Unfortunately VLC does not have a method to use this information. I have written an PUBLIC DOMAIN application to resolve that minor inconvenience. :? The pro...
I will answer my own question in case someone is searching for the same topic. use the CLI (command line interface) --no-crashdump Well this does not really address the issue question but it does circumvent the problem. As far as I can find there is NO way to to disable the crashdump reporting. Usin...
Ditto to all of the above .... Windows 7 X 64, Windows XP X64, Windows XP X32, Linux Mint X64 (many crash reports sent ....) Hardware: SilconDust Model: HDHR4-2US , Firmware: 20140604 vlc-2.0.5 works as advertised. vlc-2.0.8 works as advertised. from there to version 2.1.5 there is NO JOY. I note th...
I use VLC for unattended backend recording.
Today one of the recording sessions crashed.
This blocked ALL the rest of the recording sessions for the day because VLC wanted permission to send a crash report.
Question: How do I PERMANENTLY disable this crash reporting feature ??
The simple things are sometimes the most challenging.
You said you were using Mint. I decided to give LMDE a try (as a VMware virtual machine) to see if I get get the latest version of VLC loaded. no joy yet....
:D BingGO !!!!! :D :P Thank Thee :P You hit ye old nail precisely on the head ( and it was due to my ignorance :oops: ). My head was getting sore from banging it against this particular brick wall. If any of the admins are reading this: This should be added as a caveat to the VLC wiki on the CLI int...
Well in Ubuntu version 12.0.1 1) Right click on the file (shortcut) 2) Select properties 3) Select the tab "Open With" 4) Select the desired program Well in Ubuntu version 14.0.1 1) Right click on the file (shortcut) 2) Select "Open with Application" 3) Select the desired program...
OS Description: Ubuntu 14.04.1 LTS VLC media player 2.1.4 Rincewind (revision 2.1.4-0-g2a072be) I am trying to write a bash script to transcribe videos. More specifically a stream from my HDHomeRun Tuner. Problem is I need to scale the video stream down and I would like to do it as it is recording. ...
(1) You can schedule it with the AT command (in windows or Linux). windows example: at 21:30 vlc.exe --sout=file/ts:C:\tempwork\filename.ts --run-time=30 --play-and-exit http://192.168.0.201:5004/auto/v67.3?dlna run time is in seconds http://192.168.0.201:5004/auto/v67.3?dlna is the stream that you ...
OS: Windows 7 X64 VLC version: 2.1.5 X32 Tuner: Silicon Dust HDHomerun (dual tuners) Reference: https://wiki.videolan.org/VLC_command-line_help If I use VLC to record an OTA show in the simplest mode then it captures all the streams including closed captions and multiple audio streams. example: --so...