How to put VLC into pipe like -FFMPEG | -VLC | -ECHO

About encoding, codec settings, muxers and filter usage
OleJak
Blank Cone
Blank Cone
Posts: 32
Joined: 26 Apr 2010 01:52

How to put VLC into pipe like -FFMPEG | -VLC | -ECHO

Postby OleJak » 06 Jul 2010 20:37

I found this interesting http://wiki.videolan.org/Uncommon_uses Article. It say that for example we can do something like

Code: Select all

ffmpeg -i 0.flv -f asf - | vlc -
I wonder If we could do something like

Code: Select all

ffmpeg -i 0.flv -f asf - | vlc some args... some other args - | someOtherProgramm -
Is it possible? has any one tried?

ivoire
Cone that earned his stripes
Cone that earned his stripes
Posts: 413
Joined: 20 Aug 2008 11:29
VLC version: trunk
Operating System: linux (debian sid)
Contact:

Re: How to put VLC into pipe like -FFMPEG | -VLC | -ECHO

Postby ivoire » 07 Jul 2010 14:08

I'm not sure but I guess you can stream to stdout using --sout file/mux:- (mux must be the muxer format)
Look here http://wiki.videolan.org/Documentation: ... m_with_VLC and try with '-' as a file name.


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 17 guests