[mythtv-users] nuvexport problems

Michael T. Dean mtdean at thirdcontact.com
Sun Jan 10 13:45:01 UTC 2010


On 01/10/2010 08:10 AM, Bruno Bigras wrote:
> I'm trying to export an episode to an avi using nuvexport and I got a
> 'Expected number for ar but found: -ac'. I think it's because there's
> no value for 'ar' and 'ac' in the following command
...
> I looked into /usr/share/nuvexport/export/ffmpeg.pm and saw this :
>         $ffmpeg .= ' -y -f '.($Config{'byteorder'} == 4321 ? 's16be' : 's16le')
>                   .' -ar ' . $episode->{'finfo'}{'audio_sample_rate'}
>                   .' -ac ' . $episode->{'finfo'}{'audio_channels'};
>
> I looked into the database and found that the table 'recordedfile' had
> both those fields but the table is empty. I recorded 6 episode but
> never transcoded any of them. Am I missing something?

Pretty sure that info doesn't come out of the database.  
http://svn.mythtv.org/trac/ticket/6774 , perhaps?

Mike


More information about the mythtv-users mailing list