Project

General

Profile

How to convert this dshow VLC stream from capture card into ffmpeg pipe

Added by Chris Gee over 5 years ago

Forgive me if I am asking bone headed, basic questions, however I am fairly new to TVHeadEnd. I have a Magewell 4k capture card and have successfully managed to stream this into VLC on a Windows machine using the below parameters:

vlc dshow:// :dshow-vdev="Video (00 Pro Capture HDMI 4K+)" :dshow-adev="Audio (00 Pro Capture HDMI 4K+)" :dshow-aspect-ratio=16\:9 :dshow-chroma=RV32 :dshow-vcodec=libx265 :dshow-fps=60 :dshow-acodec=mp4a :dshow-ab=96 :dshow-channels=2 :dshow-samplerate=48000 :no-dshow-config :no-dshow-tuner :live-caching=100 --sout-keep

...if I wanted to stream this through TVHeadEnd, how could I convert the above into an ffmpeg pipe stream? Thanks.


Replies (1)

RE: How to convert this dshow VLC stream from capture card into ffmpeg pipe - Added by saen acro over 5 years ago

vlc fd://nameofpipe

This example is for reading but use it as output also need to help.

Isn't it will be more easy to use ffmpeg directly?

    (1-1/1)