On Mon, Nov 23, 2009 at 11:37 PM, DISAFAN <[email protected]> wrote:

> The recent updates to the ffmpeg package have broken nuvexport again. I've
> made some amendments, and wanted to share them in case anyone else is having
> trouble.
>
> The detection of installed codecs is now failing because a list of codecs
> does not appear when running the command ffmpeg -formats. It now requires
> ffmpeg -codecs to be added to ffmpeg.pm as noted.
>
>        $data         = `$ffmpeg -formats 2>&1`;
>        my ($formats) = $data =~
> /(?:^|\n\s*)File\sformats:\s*\n(.+?\n)\s*\n/s;
> +       $data         = `$ffmpeg -codecs 2>&1`;
>
> The version numbering scheme has changed, and thus the , in the below line
> has been replaced with a - so it will work.
>
>
>          elsif ($data =~ m/ffmpeg\sversion\sSVN-r(\d+)-/si) {
>
>

Can you send a patch? I did not understand where your modifications go
into the code.

Thanks.

-- 
Paulo Roma Cavalcanti
LCG - UFRJ
_______________________________________________
atrpms-users mailing list
[email protected]
http://lists.atrpms.net/mailman/listinfo/atrpms-users

Reply via email to