[mythtv-users] mythtranscode issues

Ákos Maróy darkeye at tyrell.hu
Tue Sep 19 11:50:56 UTC 2006


Hi,

I'm trying to use mythtranscode to transcode a recorded Live TV program
to some generic format. I'm having problems with the --profile option,
for example:

$ mythtranscode -i /home/tv/var/store/1040_20060918230910.nuv -p MPEG2
-o kulturhaz.mpg
2006-09-19 13:44:51.435 Using runtime prefix = /usr
2006-09-19 13:44:51.455 New DB connection, total: 1
2006-09-19 13:44:51.464 Enabled verbose msgs: important
2006-09-19 13:44:51.467 New DB connection, total: 2
2006-09-19 13:44:51.484 Using protocol version 26
2006-09-19 13:44:51.525 Couldn't find profile #: MPEG2
2006-09-19 13:44:51.525 Transcoding aborted, no profile found.


here are the contents of the recordingprofiles table of my database:

mysql> select * from recordingprofiles;
+----+----------------+------------+------------+--------------+
| id | name           | videocodec | audiocodec | profilegroup |
+----+----------------+------------+------------+--------------+
|  1 | Default        | NULL       | NULL       |            1 |
|  2 | Live TV        | NULL       | NULL       |            1 |
|  3 | High Quality   | NULL       | NULL       |            1 |
|  4 | Low Quality    | NULL       | NULL       |            1 |
|  5 | Default        | NULL       | NULL       |            2 |
|  6 | Live TV        | NULL       | NULL       |            2 |
|  7 | High Quality   | NULL       | NULL       |            2 |
|  8 | Low Quality    | NULL       | NULL       |            2 |
|  9 | Default        | NULL       | NULL       |            3 |
| 10 | Live TV        | NULL       | NULL       |            3 |
| 11 | High Quality   | NULL       | NULL       |            3 |
| 12 | Low Quality    | NULL       | NULL       |            3 |
| 13 | Default        | NULL       | NULL       |            4 |
| 14 | Live TV        | NULL       | NULL       |            4 |
| 15 | High Quality   | NULL       | NULL       |            4 |
| 16 | Low Quality    | NULL       | NULL       |            4 |
| 17 | Default        | NULL       | NULL       |            5 |
| 18 | Live TV        | NULL       | NULL       |            5 |
| 19 | High Quality   | NULL       | NULL       |            5 |
| 20 | Low Quality    | NULL       | NULL       |            5 |
| 21 | RTjpeg/MPEG4   | NULL       | NULL       |            6 |
| 22 | MPEG2          | NULL       | NULL       |            6 |
| 23 | Default        | NULL       | NULL       |            8 |
| 24 | Live TV        | NULL       | NULL       |            8 |
| 25 | High Quality   | NULL       | NULL       |            8 |
| 26 | Low Quality    | NULL       | NULL       |            8 |
| 27 | High Quality   | NULL       | NULL       |            6 |
| 28 | Medium Quality | MPEG-4     | MP3        |            6 |
| 29 | Low Quality    | NULL       | NULL       |            6 |
+----+----------------+------------+------------+--------------+
29 rows in set (0.00 sec)


trying numeric profile id's sor of brings me a bit further, but there
are still errors:

$ mythtranscode -i /home/tv/var/store/1040_20060918230910.nuv -p 22 -o
kulturhaz.mpg
2006-09-19 13:45:09.325 Using runtime prefix = /usr
2006-09-19 13:45:09.357 New DB connection, total: 1
2006-09-19 13:45:09.366 Enabled verbose msgs: important
2006-09-19 13:45:09.369 New DB connection, total: 2
2006-09-19 13:45:09.389 Using protocol version 26
2006-09-19 13:45:09.476 Unknown video codec:
$ mythtranscode -i /home/tv/var/store/1040_20060918230910.nuv -p 28 -o
kulturhaz.mpg
2006-09-19 13:45:17.958 Using runtime prefix = /usr
2006-09-19 13:45:17.978 New DB connection, total: 1
2006-09-19 13:45:17.986 Enabled verbose msgs: important
2006-09-19 13:45:17.990 New DB connection, total: 2
2006-09-19 13:45:18.009 Using protocol version 26
[mpeg4 @ 0xb74e4944]removing common factors from framerate
2006-09-19 13:45:18.149 Transcoding aborted, NuppelVideoPlayer is not in
raw audio mode.


what am I doing wrong?


Akos


More information about the mythtv-users mailing list