[FFmpeg-user] Could not parse framerate '25'
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Dec 19 12:03:27 CET 2013
Harninder Rai <harninder.rai <at> freescale.com> writes:
> > > [video4linux2,v4l2 <at> 0x11148da0] Could not parse framerate '25'.
> >
> > This indicates a compilation problem (or a problem with sscanf),
> > did you run make fate on your target?
^^^^^^^^^^^^^^
> I just ran make fate but it gave errors (as expectedly I suppose, since I
cross-compiled ffmpeg from x86
> machine for ppc)
You can run fate remote, I believe there is documentation
on the homepage.
> [swscaler <at> 0x11142e20] 0x0 -> 0x0 is invalid scaling dimension
This looks like the same problem.
Consider adding printf's to av_parse_ratio() (which I suspect is
responsible) in libavutil/parseutils.c.
Carl Eugen
More information about the ffmpeg-user
mailing list