2011/7/21 Facundo Suárez <[email protected]>: > 2011/7/20 Romain Beauxis <[email protected]>: >> Hi! >> >> 2011/6/30 Facundo Suárez <[email protected]>: >>> >>> I forgot to tell you, i had to RE install my hole operating system, >>> such as i mentioned before, and the error still goes the same way. >> >> Sorry for the late reply, time is running fast.. >> >> I currently still have no clue about this issue. It is my >> understanding that the error you are seeing is reported by the >> libvorbis and not by us. Thus, I believe that this is this library >> that refuses to accept the settings you are requesting. > > Well, i am not a guru on this, so, tell me how can i test libvorbis > without liquidsoap.., i don't know how, mey be you can tell me. > >> >> The simple test I posted before: >> liquidsoap >> 'output.file(%vorbis.cbr(samplerate=44100,channels=2,bitrate=64),"/tmp/bla.ogg",sine())' >> works for me and not for you for instance... >> >> In order to confirm this analysis, it would be interesting to know if >> you know of any other software on your system that is able to encode >> in vorbis CBR@64kbps.. > > I need to try both of these things. After that i will tell you what it was.
You can use oggenc to encode in CBR this way: oggenc -m 64 -M 64 bla.wav bla.ogg I think its doing exactly what liquidsoap is doing, i.e. encoding in ABR with min=max=64. By the way, do you _really_ need CBR with vorbis? The vorbis codec is really designed to to ABR, as you can see vorbis CBR is not really natural.. Romain ------------------------------------------------------------------------------ 5 Ways to Improve & Secure Unified Communications Unified Communications promises greater efficiencies for business. UC can improve internal communications as well as offer faster, more efficient ways to interact with customers and streamline customer service. Learn more! http://www.accelacomm.com/jaw/sfnl/114/51426253/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
