<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<span class="Apple-style-span" style="font-family: Tahoma, Verdana, Arial, sans-serif; color: rgb(68, 68, 68); "><div>Hi. I need help. Please could you guide me on the following problem.</div><div><br></div><div>I want vlc to create a text file each time a video is played with the statistics such as input bitrate, lost frames, etc.</div><div><br></div><div>Could you please tell me how should I start or any idea on how to do this. I am kinda new to vlc and would like to learn.</div><div><br></div><div>Thanks </div><div><br></div></span><br>> To: vlc-devel@videolan.org<br>> Date: Fri, 20 Nov 2009 11:28:33 +0100<br>> From: git@videolan.org<br>> Subject: [vlc-devel] commit: rc: add some more statistics. ( Rémi Duraffort )<br>> <br>> vlc | branch: master | Rémi Duraffort <ivoire@videolan.org> | Fri Nov 20 11:28:18 2009 +0100| [90a6468ca739c70b4e50a4270d4ad862acefa037] | committer: Rémi Duraffort <br>> <br>> rc: add some more statistics.<br>> <br>> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=90a6468ca739c70b4e50a4270d4ad862acefa037<br>> ---<br>> <br>>  modules/control/rc.c |    4 ++++<br>>  1 files changed, 4 insertions(+), 0 deletions(-)<br>> <br>> diff --git a/modules/control/rc.c b/modules/control/rc.c<br>> index f59e9ce..995d2d1 100644<br>> --- a/modules/control/rc.c<br>> +++ b/modules/control/rc.c<br>> @@ -1896,6 +1896,10 @@ static int updateStatistics( intf_thread_t *p_intf, input_item_t *p_item )<br>>              (float)(p_item->p_stats->i_demux_read_bytes)/1000 );<br>>      msg_rc(_("| demux bitrate    :   %6.0f kb/s"),<br>>              (float)(p_item->p_stats->f_demux_bitrate)*8000 );<br>> +    msg_rc(_("| demux corrupted  :    %5i"),<br>> +            p_item->p_stats->i_demux_corrupted );<br>> +    msg_rc(_("| discontinuities  :    %5i"),<br>> +            p_item->p_stats->i_demux_discontinuity );<br>>      msg_rc("|");<br>>      /* Video */<br>>      msg_rc("%s", _("+-[Video Decoding]"));<br>> <br>> _______________________________________________<br>> vlc-devel mailing list<br>> To unsubscribe or modify your subscription options:<br>> http://mailman.videolan.org/listinfo/vlc-devel<br>                                          <br /><hr />Windows 7: I wanted simpler, now it's simpler. <a href='http://www.microsoft.com/Windows/windows-7/default.aspx?h=myidea?ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_myidea:112009' target='_new'>I'm a rock star.</a></body>
</html>