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

Padding for Series 2 goes wrong for some sources #8

Open wmcbrine opened 11 years ago

wmcbrine commented 11 years ago

With certain video resolutions that don't fit the usual standards, pyTivo's padding calculations (for Series 2) go awry -- not just incorrect, but invalid values (like negative padding) can be produced. (One example source file where this happened had dimensions 720x496.)

ghost commented 11 years ago

Hello. I was running into this & came up with a temporary hack to "fix" it. Perhaps some of the info may be useful to you.

http://pytivo.sourceforge.net/forum/ffmpeg-negative-values-are-not-acceptable-error-hack-f-t2462.html

Thanks for your work on pytivo.