[mythtv-commits] mythtv commit: r12953 - in trunk/mythtv by cpinkham

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


      Author: cpinkham
        Date: 2007-03-07 04:45:52 +0000 (Wed, 07 Mar 2007)
New Revision: 12953
   Changeset: http://cvs.mythtv.org/trac/changeset/12953

Modified:

   trunk/mythtv/libs/libmythtv/recordingprofile.cpp
   trunk/mythtv/programs/mythtranscode/transcode.cpp
   trunk/mythtv/programs/mythtranscode/transcode.h

Log:

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.






More information about the mythtv-commits mailing list