How to put VLC into pipe like -FFMPEG | -VLC | -ECHO
Posted: 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
I wonder If we could do something like
Is it possible? has any one tried?
Code: Select all
ffmpeg -i 0.flv -f asf - | vlc -
Code: Select all
ffmpeg -i 0.flv -f asf - | vlc some args... some other args - | someOtherProgramm -