wmcbrine / pytivo

pyTivo is both an HMO and GoBack server. Similar to TiVo Desktop pyTivo loads many standard video compression codecs and outputs mpeg2 video to the TiVo. However, pyTivo is able to load MANY more file types than TiVo Desktop.
http://pytivo.org/
127 stars 42 forks source link

Bit-rate estimation is wrong for remuxed streams #7

Open wmcbrine opened 11 years ago

wmcbrine commented 11 years ago

In the case of streams that are remuxed rather than reencoded, pyTivo still uses the pyTivo.conf-specified (or default) bitrate to estimate the final size. This is fine if the actual bitrate is lower (as indeed it is in most cases), although the TiVo may purge more old recordings than necessary. But if the actual bitrate is higher -- this happens primarily with Blu-Ray rips -- the size estimate will be too low, and the TiVo will delete the recording immediately.