Displaying 3 results from an estimated 3 matches for "yiran".
Did you mean:
kiran
2017 Nov 27
2
vorbis quality - quality scale vs bitrate
Hi there,
I'm using libvorbis in my program and need to encode to target bitrate. I
know libvorbis prefer to use quality scale but I can't use it.
I've found something at faq http://vorbis.com/faq/#quality
*For now, quality 0 is roughly equivalent to 64kbps average, 5 is roughly
160kbps, and 10 gives about 400kbps. Most people seeking
very-near-CD-quality audio encode at a quality
2017 Nov 27
0
vorbis quality - quality scale vs bitrate
On 27.11.2017 02:00, YIRAN LI wrote:
> I'm using libvorbis in my program and need to encode to target bitrate. I
> know libvorbis prefer to use quality scale but I can't use it.
>
> I've found something at faq http://vorbis.com/faq/#quality
>
> *For now, quality 0 is roughly equivalent to 64k...
2014 May 05
1
how to specify more than one LDLFAGS
Hi friends,
I'm build libtheora on MingW W64 and want to get rid of the dependency on
libgcc_s_sjlj-1.dll. I tried to use LDFLAGS=-static-libgcc but seems it
doesn't work.
Someone told me I should use -static-libgcc -static-libstdc++, but I don't
know how to set it. Should I use
./configure LDFLAGS="-static-libgcc -static-libstdc++"
or
./configure LDFLAGS=-static-libgcc