On Tue, 2007-10-23 at 01:59 +0930, Shawn Haggett wrote:

> Thanks for that. For me at least, the above works.
> 
> Just as a bit more information, I'm using Gentoo (which means this was 
> compiled on my machine), I'm not sure if the Gentoo package missed an 
> option to a configure script or something though.
> 
> After digging through the code in CVS a little, it seems the problem is 
> at the line in export_ffmpeg.c:
> /* -- get it -- */
> lavc_venc_codec = avcodec_find_encoder_by_name(codec->name);
> if (!lavc_venc_codec) {
>      tc_log_warn(MOD_NAME, "Could not find a FFMPEG codec for '%s'.",
>              codec->name);
>      return TC_EXPORT_ERROR;
> }
> 
> avcodec_find_encoder_by_name can't find the codec.

Should be now fixed in 1.0.x branch, and 1.0.5rc3 is on the way.
1.1.x will follow ASAP.

Bests,

-- 
Francesco Romani // Ikitt
[ Out of memory. ~ We wish to hold the whole sky, ~ But we never will. ]

Reply via email to