[mythtv-users] Can't transcode DVB-T radio

lists_mythtv_users lists_mythtv_users at bigpizza.co.uk
Mon Jun 16 08:53:31 UTC 2008


jonny Linux wrote:
>
>
> On Sun, Jun 15, 2008 at 2:02 PM, Stephen Bridges <widget at stdin.co.uk 
> <mailto:widget at stdin.co.uk>> wrote:
>
>     I can't run mythtranscode on DVB-T files that don't have a video
>     stream since
>     using myth 0.21.  Nuvexport does this:
>
>
> Is there any particular reason you're transcoding them? The usual way 
> would be to run dvbradioexport.pl (in the contrib directory). You can 
> set it up as a user job. It exports recordings into an mp3 file.
>
> Once the export is complete, you won't be able to treat them as a 
> normal recording, but you can listen using mythmusic.
I used to be able to transcode them in 0.20.2 which would greatly reduce 
the filesize of a 2 hour show (reduced from 1.4GB to ~370MB).  
Transcoding of radio shows always fails now in 0.21.  Transcoding also 
had the advantage of being lossless whereas the dvbradioexport.pl 
decodes the original recording and re-encodes it.  Not the end of the 
world but if I can avoid a re-encode I'd prefer to.

In case anyone has any suggestions the output of an example transcode as 
follows:

deepthought:/mythtv/mythtv/recordings # mythtranscode -c 1700 -m -v all 
-s 20080314190000
2008-06-16 09:38:24.179 Using runtime prefix = /usr, libdir = /usr/lib64
2008-06-16 09:38:24.179 Empty LocalHostName.
2008-06-16 09:38:24.179 Using localhost value of deepthought
2008-06-16 09:38:24.180 MCP::DefaultUPnP() - No default UPnP backend
2008-06-16 09:38:24.180 Testing network connectivity to 192.168.0.30
2008-06-16 09:38:24.189 New DB connection, total: 1
2008-06-16 09:38:24.192 Connected to database 'mythconverg' at host: 
192.168.0.30
2008-06-16 09:38:24.193 Closing DB connection named 'DBManager0'
2008-06-16 09:38:24.193 Clearing Settings Cache.
2008-06-16 09:38:24.193 Enabling Settings Cache.
2008-06-16 09:38:24.193 Clearing Settings Cache.
2008-06-16 09:38:24.193 Enabled verbose msgs: all
2008-06-16 09:38:24.193 Connected to database 'mythconverg' at host: 
192.168.0.30
2008-06-16 09:38:24.194 MSqlQuery: SELECT 
recorded.chanid,starttime,endtime,title, 
subtitle,description,channel.channum, 
channel.callsign,channel.name,channel.commmethod, 
channel.outputfilters,seriesid,programid,filesize, 
lastmodified,stars,previouslyshown,originalairdate, 
hostname,recordid,transcoder,playgroup, 
recorded.recpriority,progstart,progend,basename,recgroup, storagegroup 
FROM recorded LEFT JOIN channel ON recorded.chanid = channel.chanid 
WHERE recorded.chanid = '1700' AND starttime = '20080314190000' ;
2008-06-16 09:38:24.194 New DB connection, total: 2
2008-06-16 09:38:24.195 Connected to database 'mythconverg' at host: 
192.168.0.30
2008-06-16 09:38:24.196 MSqlQuery: SELECT commflagged, cutlist, 
autoexpire, editing, bookmark, watched, preserve FROM recorded LEFT JOIN 
recordedprogram ON (recorded.chanid = recordedprogram.chanid AND 
recorded.progstart = recordedprogram.starttime) WHERE recorded.chanid = 
'1700' AND recorded.starttime = '2008-03-14T19:00:00' ;
2008-06-16 09:38:24.196 MSqlQuery: SELECT audioprop+0, videoprop+0, 
subtitletypes+0 FROM recorded LEFT JOIN recordedprogram ON 
(recorded.chanid = recordedprogram.chanid AND recorded.progstart = 
recordedprogram.starttime) WHERE recorded.chanid = '1700' AND 
recorded.starttime = '2008-03-14T19:00:00' ;
2008-06-16 09:38:24.196 MSqlQuery: SELECT basename FROM recorded WHERE 
chanid = '1700' AND       starttime = '2008-03-14T19:00:00';
2008-06-16 09:38:24.197 MSqlQuery: SELECT data FROM settings WHERE value 
= 'AlwaysStreamFiles' AND hostname = 'deepthought' ;
2008-06-16 09:38:24.197 MSqlQuery: SELECT DISTINCT dirname FROM 
storagegroup WHERE groupname = 'Default'
2008-06-16 09:38:24.197 SG(Default): FindRecordingFile: Searching for 
'1700_20080314190000.mpg'
2008-06-16 09:38:24.197 SG(Default): FindRecordingDir: Checking 
'/mythtv/mythtv/recordings'
2008-06-16 09:38:24.197 SG(Default): FindRecordingFile: Found 
'/mythtv/mythtv/recordings/1700_20080314190000.mpg'
2008-06-16 09:38:24.197 ProgramInfo: GetPlaybackURL: File is local: 
'/mythtv/mythtv/recordings/1700_20080314190000.mpg'
2008-06-16 09:38:24.197 Transcoding from 
/mythtv/mythtv/recordings/1700_20080314190000.mpg to 
/mythtv/mythtv/recordings/1700_20080314190000.mpg.tmp
2008-06-16 09:38:24.200 Opening 
/mythtv/mythtv/recordings/1700_20080314190000.mpg
2008-06-16 09:38:24.222 Input #0, mpegts, from 
'/mythtv/mythtv/recordings/1700_20080314190000.mpg':
2008-06-16 09:38:24.222   Duration: 02:00:29.3, start: 26433.279156, 
bitrate: 1578 kb/s
2008-06-16 09:38:24.222     Stream #0.0[0x1b4](eng): Audio: mp2, 48000 
Hz, stereo, 192 kb/s
2008-06-16 09:38:24.222     Stream #0.1[0x12d]: Data: 0x0000
2008-06-16 09:38:24.222     Stream #0.2[0x12e]: Data: 0x0000
2008-06-16 09:38:24.222     Stream #0.3[0x12f]: Data: 0x0000
2008-06-16 09:38:24.222     Stream #0.4[0x130]: Data: 0x0000
2008-06-16 09:38:24.222     Stream #0.5[0x131]: Data: 0x0000
2008-06-16 09:38:24.222     Stream #0.6[0x14c]: Data: 0x0000
2008-06-16 09:38:24.222 Skipping unsupported codec 2 on stream 1
2008-06-16 09:38:24.222 Skipping unsupported codec 2 on stream 2
2008-06-16 09:38:24.222 Skipping unsupported codec 2 on stream 3
2008-06-16 09:38:24.222 Skipping unsupported codec 2 on stream 4
2008-06-16 09:38:24.222 Skipping unsupported codec 2 on stream 5
2008-06-16 09:38:24.223 Skipping unsupported codec 2 on stream 6
2008-06-16 09:38:24.263 No more queue slots!
2008-06-16 09:38:24.265 Transcoding 
/mythtv/mythtv/recordings/1700_20080314190000.mpg failed

Regards,

Steve.

>
> Jonny
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>   



More information about the mythtv-users mailing list