<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<p class="MsoNormal" style="margin-bottom: 12pt;">Hello,<br>
&nbsp; I'm not sure if this list is the proper place for this post; please
correct me if it is not.<br>
&nbsp; I am attempting to use libtheora and I have been looking through the
examples in the distribution<br>
<br>
&nbsp; Excerpt from encoder_example.c&nbsp; --<o:p></o:p></p>
<pre>&nbsp;&nbsp;&nbsp; case 'V':
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; video_r=rint(atof(optarg)*1000);
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(video_r&lt;45000 || video_r&gt;2000000) {
<span style="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>fprintf(stderr,"Illegal video bitrate (choose 45kbps through 2000kbps)\n");
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit(1);
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; video_q=0;
&nbsp;&nbsp;&nbsp;&nbsp; break;<o:p></o:p></pre>
<p class="MsoNormal">&nbsp;I assume 'kbps' is Kilobits Per Second (kbit/s)
and
<b>theora_info.target_bitrate</b> is in Bits Per Second.&nbsp; <br>
&nbsp;If this is true then shouldn't the argument (optarg) be multiplied by
1024 and not
1000?&nbsp; Or does it matter?<br>
<br>
Thanks,</p>
<p class="MsoNormal">&nbsp; &nbsp; Draco<br>
&nbsp; &nbsp; <a class="moz-txt-link-abbreviated" href="mailto:draco@dragonsguild.net">draco@dragonsguild.net</a></p>
<br>
&nbsp;<br>
</body>
</html>