[MEncoder-users] Bug: floating point exception when converting to DV
Corey Hickey
bugfood-ml at fatooh.org
Mon May 14 01:35:02 CEST 2007
Levente Novák wrote:
>>> Also, I don't really understand why the conversion of this FFVHuff AVI does
>>> not work: the video size is OK and audio is also converted to 2 ch,
>>> 48000 Hz s16le PCM. Do you see something I missed in my command line?
>> I don't see anything that should be wrong; please upload the file (or
>> enough of it to test).
>>
>
> I've cut out a small excerpt from the FFVHuff encoded file and uploaded
> it to ftp://upload.mplayerhq.hu/MPlayer/incoming/ as ffvhuff-422p_small.avi
> and the same brief description than here as ffvhuff-422p_small.txt.
>
> Here is the command line and the error log:
>
> mencoder-test2 ffvhuff-422p_small.avi -vf
> il=d:d,scale,format=yv12,il=i:i -af resample=48000:channels=2 -fps 25
Ok, you get the award for typo of the week (had me stumped too).
----------------------------------------------------------------
Breakpoint 6, af_init (s=0x128ba00) at af.c:369
369 if(!af_append(s,s->last,s->cfg.list[i++]))
(gdb) print s->cfg.list[0]
$17 = 0x125fba0 "resample=48000:channels=2"
(gdb) print s->cfg.list[1]
$18 = 0x0
(gdb) oh...
Undefined command: "oh". Try "help".
(gdb)
----------------------------------------------------------------
That should be "resample=48000,channels=2".
-Corey
More information about the MEncoder-users
mailing list