Best settings for realtime transcoding for 30kbyte/s stream
Posted: 02 Dec 2004 02:38
Just wondered if anyone knew of the best settings they've found so far to stream various videos over their standard broadband connection (256kbit/s upload) ..
I've settled on this at the moment
{ tho i'm still using the gui i think i'll be moving over to the command line very soon as i'm sick of having to put my settings in via the gui every time i rerun the program }
but as i mention elsewhere problems with ogg means that the ab parameter isn't used (correctly, quality is the best way to control ogg for quality's sake) and when i look at the stream info in a 2nd vlc listening to the streaming one i spot that my audio is taking up 80kbit/s ... HUGE compared to my ~128kbit/s for the video... I've used the default mpeg audio encoder and it respects the bitrates better.. but doesn't sound anywhere near what ogg sounds like at similar rates, also it doesn't work below 32k/s and again as i mention in my other post about audio problems it nor any other codec will work with the channels set to mono..
Anyone got any other video/audio codecs, settings that seem to have good results!??!
THis is for a dvd with widescreen.. the black bars really help keep the rates low.. 4:3 content seems to be much more difficult, as you'd expect really..
I've settled on this at the moment
Code: Select all
:sout=#transcode{vcodec=mp4v,vb=110,scale=0.5,acodec=vorb,ab=32,channels=2}:duplicate{dst=std{access=http,mux=ogg,url=:8000}}
but as i mention elsewhere problems with ogg means that the ab parameter isn't used (correctly, quality is the best way to control ogg for quality's sake) and when i look at the stream info in a 2nd vlc listening to the streaming one i spot that my audio is taking up 80kbit/s ... HUGE compared to my ~128kbit/s for the video... I've used the default mpeg audio encoder and it respects the bitrates better.. but doesn't sound anywhere near what ogg sounds like at similar rates, also it doesn't work below 32k/s and again as i mention in my other post about audio problems it nor any other codec will work with the channels set to mono..
Anyone got any other video/audio codecs, settings that seem to have good results!??!
THis is for a dvd with widescreen.. the black bars really help keep the rates low.. 4:3 content seems to be much more difficult, as you'd expect really..