[mythtv-commits] Ticket #3139: Resolution-based autodetection of transcoding profiles

MythTV mythtv at cvs.mythtv.org
Wed Mar 7 04:45:55 UTC 2007


#3139: Resolution-based autodetection of transcoding profiles
---------------------------------------------------+------------------------
 Reporter:  Garrick James <mythtv at jamesplace.org>  |        Owner:  cpinkham
     Type:  patch                                  |       Status:  closed  
 Priority:  minor                                  |    Milestone:  unknown 
Component:  mythtv                                 |      Version:  0.20    
 Severity:  medium                                 |   Resolution:  fixed   
---------------------------------------------------+------------------------
Changes (by cpinkham):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 (In [12953]) Add the ability for the lossy transcoder's profile
 autodetection code to use
 autodetect profiles based on the height and fps of the input video.  For
 example:

    1920x1080 at 29.97fps video will try to use 'Autodetect from 1080i',
    1280x720 at 59.94fps  video will try to use 'Autodetect from 720p', etc..

 If these special 'Autodetect from ...' profiles do not exist, the
 autodetect
 code will fall back and use the original 'Autodetect from MPEG2' and
 'Autodetect from RTjpeg/MPEG4' profiles.

 Autodetection mods by Garrick James.  Mods by me to enable the ability to
 add new recording profiles via the recording profile list page.  If you
 create
 new autodetect profiles, they must match the "Autodetect from ..." format
 above with the vertical resolution followed by 'i' for interlaced, 'p' for
 progressive or nothing for odd framerates that don't fall into the NTSC
 and
 PAL norms of 25/29.97/50/59.94.

 Closes #3139.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3139#comment:2>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list