<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi, thanks for replying.<div><br></div><div>What do you mean launch VLC freely? Do you mean run it after I compiled it?</div><div><br><br>> Date: Tue, 19 Jan 2010 09:25:38 +0200<br>> From: agent_007@luukku.com<br>> To: vlc-devel@videolan.org<br>> Subject: Re: [vlc-devel] Help please with this<br>> <br>> none d kirjoitti 19.01.2010 kello 05:20:<br>> > <br>> > I would like to save this stats into a text file while running VLCThe<br>> > following lines print the stats in the console window of ubuntu, but<br>> >  I want<br>> > these info saved into a text file<br>> > Any suggestion please?<br>> <br>> Easiest thing is to pipe the error stream to file, if you can launch VLC freely.<br>> <br>> http://talk.cmyweb.net/2008/01/24/how-to-pipe-standard-error-stderr-to-another-program/<br>> <br>> > <br>> > From vlc/src/misc/stats.c<br>> > fprintf( stderr, "Input : %i (%i bytes) - %f kB/s - "<br>> > "Demux : %i (%i bytes) - %f kB/s\n"                     " - Vout :<br>> >  %i/%i -<br>> > Aout : %i/%i - Sout : %f\n",                    p_stats->i_read_packets,<br>> > p_stats->i_read_bytes,                    p_stats->f_input_bitrate *<br>> >  1000,<br>> > p_stats->i_demux_read_packets,<br>> > p_stats->i_demux_read_bytes,                   <br>> >  p_stats->f_demux_bitrate *<br>> > 1000,                    p_stats->i_displayed_pictures,<br>> > p_stats->i_lost_pictures,                    p_stats->i_played_abuffers,<br>> > p_stats->i_lost_abuffers,                    p_stats->f_send_bitrate );<br>> > <br>> > Thanks                                           <br>> > _________________________________________________________________<br>> > Hotmail: Trusted email with powerful SPAM protection.<br>> > http://clk.atdmt.com/GBL/go/196390707/direct/01/<br>> <br>> <br>> ....................................................................<br>> Luukku Plus -paketilla pääset eroon tila- ja turvallisuusongelmista.<br>> Hanki Luukku Plus ja helpotat elämääsi. http://www.mtv3.fi/luukku<br>> _______________________________________________<br>> vlc-devel mailing list<br>> To unsubscribe or modify your subscription options:<br>> http://mailman.videolan.org/listinfo/vlc-devel<br></div>                                          <br /><hr />Hotmail: Free, trusted and rich email service. <a href='http://clk.atdmt.com/GBL/go/196390708/direct/01/' target='_new'>Get it now.</a></body>
</html>