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

force the use of ac3_fixed #5

Open WeekdayFiller opened 11 years ago

WeekdayFiller commented 11 years ago

on linux mint 14, the default ffmpeg sometimes outputs an overriding hissing if it uses ac3. Forcing ac3_fixed solves the problem for me, but perhaps there's a more suitable workaround.

nandhp commented 11 years ago

Thanks, I also have this problem on Debian testing, and your patch fixes it. It would be nice if a fix for this bug could be merged.