[mythtv-commits] Ticket #9202: mythtranscode profile not found (no output video)

MythTV mythtv at cvs.mythtv.org
Wed Nov 10 22:46:16 UTC 2010


#9202: mythtranscode profile not found (no output video)
------------------------------------+---------------------------------------
 Reporter:  MythTV@…                |            Type:  defect                
   Status:  new                     |        Priority:  minor                 
Milestone:  unknown                 |       Component:  MythTV - Mythtranscode
  Version:  0.23.1                  |        Severity:  medium                
 Keywords:                          |   Ticket locked:  0                     
------------------------------------+---------------------------------------
 Hi,

 THANKS FOR YOUR GREAT WORK !!!

 I'm running media-tv/mythtv-0.23.1_p26437 on a gentoo System after
 upgrading from a previous (not sure which) Version.

 I was trying to get my Version transoded Video. Seems there was a mistake
 while upgrading the Database settings.

 In output from mythbackend it writes "MPEG-2" including the "-"
 but the Query was "MPEG2" without the "-"

 I think simply changing the value in the DB should fix the problem?

 Below is a snipped from MythBackend and from MySQL Database




 2010-11-10 23:19:39.011 ProgramInfo(): Updated pathname '':'' ->
 '14003_20101109200000.mpg'
 2010-11-10 23:19:39.282 Transcode: Looking for autodetect profile:
 Autodetect from 576i
 2010-11-10 23:19:39.286 Transcode: Couldn't find profile for : MPEG-2
 2010-11-10 23:19:39.286 Transcoding aborted, no profile found.



 mysql> SELECT recordingprofiles.id FROM recordingprofiles, profilegroups
 WHERE recordingprofiles.profilegroup = profilegroups.id AND
 profilegroups.name             = 'Transcoders'       AND
 recordingprofiles.name         = 'MPEG2'
     -> ;
 Empty set (0.00 sec)

 mysql> select  * from recordingprofiles;

 {{{
 +----+--------------+------------+------------+--------------+
 | id | name         | videocodec | audiocodec | profilegroup |
 +----+--------------+------------+------------+--------------+
 |  1 | Default      | NULL       | NULL       |           14 |
 |  2 | Live TV      | NULL       | NULL       |           14 |
 |  3 | High Quality | NULL       | NULL       |           14 |
 |  4 | Low Quality  | NULL       | NULL       |           14 |
 |  5 | MPEG-2       | MPEG-4     | MP3        |            6 |
 |  6 | Default      | NULL       | NULL       |           15 |
 |  7 | Live TV      | NULL       | NULL       |           15 |
 |  8 | High Quality | NULL       | NULL       |           15 |
 |  9 | Low Quality  | NULL       | NULL       |           15 |
 | 10 | Default      | NULL       | NULL       |           16 |
 | 11 | Live TV      | NULL       | NULL       |           16 |
 | 12 | High Quality | NULL       | NULL       |           16 |
 | 13 | Low Quality  | NULL       | NULL       |           16 |
 | 14 | Default      | NULL       | NULL       |           17 |
 | 15 | Live TV      | NULL       | NULL       |           17 |
 | 16 | High Quality | NULL       | NULL       |           17 |
 | 17 | Low Quality  | NULL       | NULL       |           17 |
 | 18 | s            | MPEG-4     | MP3        |           17 |
 +----+--------------+------------+------------+--------------+
 18 rows in set (0.00 sec)
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9202>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list