[mythtv-commits] mythtv commit: r11462 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Oct 7 02:02:17 UTC 2006


      Author: cpinkham
        Date: 2006-10-07 02:02:17 +0000 (Sat, 07 Oct 2006)
New Revision: 11462
   Changeset: http://cvs.mythtv.org/trac/changeset/11462

Modified:

   trunk/mythtv/programs/mythtranscode/transcode.cpp

Log:

When resizing video in the lossy side of mythtranscode, trim off the bottom
8 pixels when we encounter a video file that is 1088 pixels high.  These are
normally actually only 1080 pixels but need to have 16-pixel high block so
there are 8 blank rows of pixels at the bottom of every frame.  This patch
strips those off and also calculates the new height/width based on 1080
instead of 1088 if the user specified autoheight or autowidth in the
transcoding profile settings.

Closes #2198 by applying slightly modified patch by wagspat.






More information about the mythtv-commits mailing list