#1467 closed defect (fixed)
Assertion failed when converting to wmv
Reported by: | jcnn | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avcodec |
Version: | git-master | Keywords: | wmv2 regression crash abort |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
The following error occurs, when trying to convert a file to wmv.
Assertion s->no_rounding==1 failed at libavcodec/wmv2enc.c:91
The command used is:
ffmpeg -i file.mov -y -b:v 3500k -ac 2 -acodec wmav2 -r 25 -ab 128k -ar 44100 -s 1280×544 -vcodec wmv2 file.wmv
I have tested with ffmpeg version git-2012-02-24-388b7ac and the file converts correct. But with ffmpeg version git-2012-06-17-bc4da77 the error occurs.
Change History (3)
comment:1 by , 12 years ago
Cc: | removed |
---|---|
Keywords: | wmv2 regression added; avcodec wmv removed |
Status: | new → open |
Summary: | Error when converting to wmv → Assertion failed when converting to wmv |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:3 by , 12 years ago
Keywords: | crash abort added |
---|
Note:
See TracTickets
for help on using tickets.
For future tickets: Please always provide complete, uncut console output.