hi,
looking for anyone else with a similar issue.
with the windows versions..
I've been using v.8.6.* for a couple of years with this
vlc -I dummy --high-priority --one-instance -v $1 :sout="#transcode{vcodec=DIV3,vb=192,scale=.5,acodec=mpga,ab=32,channels=1}:duplicate{dst=std{access=http,mux=asf,dst=:81}}"
with really good results.. and low cpu usage..
with v.1.0.1 and the same settings
I'm getting terrible results transcoding.. and much higher cpu usage..
this is one of the errors it prints out..
[0x1d6c68c] main demux warning: no access_demux module matching "file" could be
loaded
###
update
somehow a string like this appears to do ok... (and I don't get that error msg)
:sout="#transcode{vcodec=DIV3,vb=512,scale=.5,fps=24,samplerate=44100,acodec=mp3,ab=56,channels=2}:duplicate{dst=std{access=http,mux=asf,dst=0.0.0.0:81}}"
if I need lower vb rate, (vb=192,scale=.25)
lowering scale will make it acceptable.. but not as nice pre .9 versions
and it looks like croptop/cropbottom is completely broken in v1.0.1