Displaying 2 results from an estimated 2 matches for "ov_ectl_ratemanage_hard".
2004 Sep 03
1
Vorbis Tools installation problem
...n it appears in.)
encode.c:93: error: `OV_ECTL_IBLOCK_SET' undeclared (first use in this
function)
encode.c:98: error: `OV_ECTL_LOWPASS_GET' undeclared (first use in this
function)
encode.c:99: error: `OV_ECTL_LOWPASS_SET' undeclared (first use in this
function)
encode.c:109: error: `OV_ECTL_RATEMANAGE_HARD' undeclared (first use in
this function)
encode.c:111: error: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in
this function)
encode.c:51: warning: unused variable `ai'
encode.c: In function `oe_encode':
encode.c:158: warning: implicit declaration of function
`vorbis_encode_setu...
2007 May 01
1
contstant bittrate mode - block size - packet size
...dbuffer, "da", 2) )
{
founddata = 1;
fread(readbuffer,1,6,fp_infile);
break;
}
}
vorbis_info_init(&vi);
//ret = vorbis_encode_init(&vi,2,44100,3*128000,3*128000,3*128000);//setup
for constant bittrate
//vorbis_encode_ctl(&vi,OV_ECTL_RATEMANAGE_HARD,&rma);
//ret=vorbis_encode_init_vbr(&vi,2,44100,0.1);
//ret = vorbis_encode_init(&vi,2,44100,-1,128000,-1);
// ret = ( vorbis_encode_setup_managed(&vi,2,44100,128000,128000,128000) ||
// vorbis_encode_ctl(&vi,OV_ECTL_RATEMANAGE2_SET,&rma) ||
// vorbis_enco...