TV Stream not saving
Posted: 20 Jun 2009 14:51
Hi. I successfully used VLC to open an analog TV stream (from my TV tuner) and was able to view TV without any problems. But now I want to save it to my hard drive, and it won't work! This is the current command I am using for VLC:
The output.ts file is created, but it's always 0 bytes. When I add "dst=display" to it, it displays fine though. Is there any way I can fix this?
Code: Select all
dshow:// :dshow-vdev="" :dshow-adev="" :dshow-caching=200 :dshow-vdev="AVerMedia Hybrid TV Video Capture" :dshow-adev="" :dshow-size="720x576" :dshow-chroma="" :dshow-fps=0 :no-dshow-config :no-dshow-tuner :dshow-tuner-channel=15 :dshow-tuner-country=86 :dshow-tuner-input=2 :dshow-video-input=0 :dshow-audio-input=3 :dshow-video-output=0 :dshow-audio-output=1 :dshow-amtuner-mode=1 :dshow-audio-channels=0 :dshow-audio-samplerate=0 :dshow-audio-bitspersample=0 :sout=#duplicate{dst=std{access=file,mux=ts,dst=C:\output.ts}}