[mythtv-commits] Ticket #2581: Allow changing of aspect ratio when transcoding

MythTV mythtv at cvs.mythtv.org
Wed Jul 28 21:53:31 UTC 2010


#2581: Allow changing of aspect ratio when transcoding
------------------------------------+---------------------------------------
 Reporter:  wagspat@…               |       Owner:  cpinkham
     Type:  enhancement             |      Status:  assigned
 Priority:  minor                   |   Milestone:  unknown 
Component:  MythTV - Mythtranscode  |     Version:  head    
 Severity:  medium                  |     Mlocked:  0       
------------------------------------+---------------------------------------

Comment(by anonymous):

 I would prefer a different heuristic here.  Rather than just blindly
 cropping, we should pad with letterboxing/pillarboxing if needed, and crop
 if possible.

 ideally: we should strip off all letterboxing/pillarboxing, resize,
 transcode... then repad to the desired aspect ratio (per frame would be
 wonderful!), regardless of source aspect ratio.  This way we don't waste
 valuable bits on encoding black bars, AND we don't lose the contents as we
 would in some cases with a blind cropping.

 To do this would require intelligent cropping, and this would likely be
 slower than desirable though.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2581#comment:12>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list