Search found 4 matches

Go to advanced search

by thomasa88
26 Mar 2011 23:19
Forum: VLC stream-output (sout)
Topic: How to specifiy EQ params in command line?
Replies: 4
Views: 3878

Re: How to specifiy EQ params in command line?

Just wanted to tell you that I did get this to work once. Can't remember if it was with vlc-1.1.7 or the daily snapshot vlc-1.2.0-git-20110311-1521. It's not optimal since the best thing would be to specify all filter params in the transcode call. :sout=#transcode{afilter=equalizer,vcodec=mp2v,vb=80...
by thomasa88
13 Jan 2009 22:49
Forum: General VLC media player Troubleshooting
Topic: Decoding pcm s16l from pipe?
Replies: 4
Views: 1199

Re: Decoding pcm s16l from pipe?

It works! Thank you! :D

Code: Select all

ffmpeg -f s16le -ar 192000 -i /var/run/pulse/fifo_output -vn -acodec copy -f wav - | cvlc -
(It's a bit choppy but I have to look at all the rate settings for ffmpeg and caching in vlc)

edit.
Ie the second option, the first spills to much multicast traffic ;)
by thomasa88
12 Jan 2009 21:17
Forum: General VLC media player Troubleshooting
Topic: Decoding pcm s16l from pipe?
Replies: 4
Views: 1199

Re: Decoding pcm s16l from pipe?

demux raw?

Code: Select all

[00000388] main demux error: no demux module matched "raw" [00000384] main input error: no suitable demux module for `/raw://-'
:(

edit.
Are there any other flags I could specify to set the format?
by thomasa88
12 Jan 2009 18:59
Forum: General VLC media player Troubleshooting
Topic: Decoding pcm s16l from pipe?
Replies: 4
Views: 1199

Decoding pcm s16l from pipe?

Is it possible to pipe raw pcm s16le data to vlc? I tried this but it does not work: cat /var/run/pulse/fifo_output | cvlc - -v [00000001] main libvlc debug: translation test: code is "C" [00000375] dummy interface: using the dummy interface module... libdvdread: Using libdvdcss version 1....

Go to advanced search