[mythtv] CVS commits (profile group stuff)

Geoffrey Hausheer ou401cru02 at sneakemail.com
Wed Sep 17 17:44:39 EDT 2003


On Wed, 17 Sep 2003 17:33:58 -0400, "MegaDeTH megadeth-at-geekopolis.com
|mythtv/1.0-Allow|" <pt3ehk6w6e0t at sneakemail.com> said:
> Anything else that needs to be cleaned up by hand?
> 
> I cleaned up the codecparams table, reset all my recording profiles
> 
> Now I'm getting strange errors, seems to have broken the auto transcoder.
> 
> 
> 2003-09-17 17:29:44 Transcoding from 
> /mnt/store/7026_20030917172300_20030917172800.nuv to 
> /mnt/store/7026_20030917172300_20030917172800.nuv.tmp
> Input #0, mpeg, from '/mnt/store/7026_20030917172300_20030917172800.nuv':
>    Stream #0.0: Video: mpeg2video, 704x480, 29.97 fps, 6500 kb/s
>    Stream #0.1: Audio: mp2, 48000 Hz, stereo, 160 kb/s
> Unknown video codec:
Are you sure you defined both of the profiles in the 'Transcoders' group?
To me this looks like 'Transcoders->MPEG2' isn't initialized properly.
If you are sure, can you send me:

select recordingprofiles.*,codecparams.* from
codecparams,recordingprofiles,profilegroups where codecparams.profile =
recordingprofiles.id AND recordingprofiles.profilegroup =
profilegroups.id and profilegroups.cardtype = 'TRANSCODE';

Thanks,
.Geoff


More information about the mythtv-dev mailing list