I hope this is the right thread for this kind of question.
Can someone tell me what is wrong with this?
CODE
$if($stricmp(%__codec%,mp3),$if(($stricmp($substr(%codec_profile%,1,3),vbr)),VBR,CBR))
It's supposed to return VBR or CBR according to %codec_profile% and I am trying this because usually the %extrainfo% isn't there.
BTW which encoder works correctly with %extrainfo%? lame 0.97 beta2 doesn't (with no other parameters), of am I doing something wrong?
Thanks
