On Fri, 07 Nov 2014 14:12:27 +0000, SquarePenguin wrote: >> Only small point is that at the end of a record there are hundreds of >> these - which slows down the Run PVR: >> >> size= 116kB time=00:00:07.39 bitrate= 129.0kbits/s >> size= 163kB time=00:00:10.34 bitrate= 128.7kbits/s > > Aren't those the transcoding rate indicators? After download it > transcodes (I think that's the right word) the flv to mp4 and spits out > the progress reports above.
Transcode is the word I'd use for the format conversion. B-) > Not sure if you're using a Raspberry Pi but the conversion bitrate looks > to me like it simply indicates low powered hardware so the conversion is > taking a while to complete. I run get_iplayer on Raspberry-Pi and the bit rate shown during transcoding a HD download is normally around 2500kbits/sec which I have always taken to be the bitrate of the resultant stream. It also reports a "fps" which normally has value of around a couple of 100. If the bit rate was that of the conversion it would be an awful lot higher than 2.5 Mbps... What does happen is that after a while the line grows 1 character longer due to a count going from 999 to 1000+. This then forces the terminal onto a new line, so you end up with this report scrolling up the screen rather than over printing the existing one. -- Cheers Dave. _______________________________________________ get_iplayer mailing list [email protected] http://lists.infradead.org/mailman/listinfo/get_iplayer

