Hi bpa,

I think I'm getting there but I need a couple of things clearing up
that I can't explain through the wiki or google.

I've figured out that custo-convert.conf is split into three command
lines one for wav streams, one for mp3 and one for flac streams aka...

vlc wav * *     # R     [vlcholder.bat] -I dummy --dummy-quiet --no-video
--no-sout-video dvb-t:// :dvb-frequency=$TUNERFREQ$ :dvb-bandwidth=8
:dvb-caching=300 :program=$TUNERPROG$  
:sout=#transcode{acodec=s16l,ab=128,channels=2}:duplicate{dst=std{access=file,mux=raw,dst=-}}

vlc mp3 * *    # RB:{BITRATE=-B %B}     [vlcholder.bat] -I dummy
--dummy-quiet --no-video --no-sout-video dvb-t://
:dvb-frequency=$TUNERFREQ$ :dvb-bandwidth=8 :dvb-caching=300
:program=$TUNERPROG$  
:sout=#transcode{acodec=s16l,ab=128,channels=2}:duplicate{dst=std{access=file,mux=raw,dst=-}}
| [lame] --silent -s 44.1 -r -x -q $QUALITY$ -b $BITRATE$ - -

vlc flc * *     # R     [vlcholder.bat] -I dummy --dummy-quiet --no-video
--no-sout-video dvb-t:// :dvb-frequency=$TUNERFREQ$ :dvb-bandwidth=8
:dvb-caching=300 :program=$TUNERPROG$  
:sout=#transcode{acodec=s16l,ab=128,channels=2}:duplicate{dst=std{access=file,mux=raw,dst=-}}
| [flac] -cs --totally-silent --endian=little --channels=2 --sign=signed
--bps=16 --sample-rate=44100 --compression-level-0 -

Am I right so far?

I think in my instance socketwrapper is spawning flac.exe I am using
the vlc flc command line above. Is this correct?

In any event which ever command line is run can yoy explain the first
part of each command line please?
i.e. vlc flc * *  # R [vlcholder.bat] 
What do the sections flc * *, # R and [vlcholder.bat] do?

If there is somewhere in the wiki that will help me understand this
I'll gladly research but I can't find it in the command line help or
the streaming help.

Hope you can help.
Regards
Clive


-- 
cliver
------------------------------------------------------------------------
cliver's Profile: http://forums.slimdevices.com/member.php?userid=43289
View this thread: http://forums.slimdevices.com/showthread.php?t=21804

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to