<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); ">I would like to save this stats into a text file while running VLC<div>The following lines print the stats in the console window of ubuntu, but I want these info saved into a text file</div><div><br></div><div>Any suggestion please?</div><div><br></div><div><br></div><div>From vlc/src/misc/stats.c</div><div><br></div><div><div>   fprintf( stderr, "Input : %i (%i bytes) - %f kB/s - "</div><div>                     "Demux : %i (%i bytes) - %f kB/s\n"</div><div>                     " - Vout : %i/%i - Aout : %i/%i - Sout : %f\n",</div><div>                    p_stats->i_read_packets, p_stats->i_read_bytes,</div><div>                    p_stats->f_input_bitrate * 1000,</div><div>                    p_stats->i_demux_read_packets, p_stats->i_demux_read_bytes,</div><div>                    p_stats->f_demux_bitrate * 1000,</div><div>                    p_stats->i_displayed_pictures, p_stats->i_lost_pictures,</div><div>                    p_stats->i_played_abuffers, p_stats->i_lost_abuffers,</div><div>                    p_stats->f_send_bitrate );</div><div><br></div><div><br></div><div>Thanks</div></div></span>                                          <br /><hr />Hotmail: Trusted email with powerful SPAM protection. <a href='http://clk.atdmt.com/GBL/go/196390707/direct/01/' target='_new'>Sign up now.</a></body>
</html>