[libav-bugs] [Bug 376] New: Crash of libavfilter when padding a video
bugzilla-daemon at aruru.libav.org
bugzilla-daemon at aruru.libav.org
Tue Oct 9 18:33:10 CEST 2012
https://bugzilla.libav.org/show_bug.cgi?id=376
Summary: Crash of libavfilter when padding a video
Product: Libav
Version: 0.8
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: Normal
Component: libavfilter
AssignedTo: bugzilla at libav.org
ReportedBy: desantis.maurizio at gmail.com
avconv crashes in some tries to pad a video. It works without padding.
The video is nothing special, it is a flv.
This is the command:
avconv -v 9 -loglevel 99 -i
/home/mau/web_apps/demos/video_editor/tmp/conversions/10/tmp.valid\ video.flv
-c:v libvpx -c:a libvorbis -vf pad="ih*16/9:ih:(ow-iw)/2:(oh-ih)/2" -benchmark
-y
/home/mau/web_apps/demos/video_editor/public/media_elements/videos/10/tmp.valid\
video.webm
Here the output, and the gdb data:
http://pastebin.com/7fEmNeNv
Attached: the video input.
--
Configure bugmail: https://bugzilla.libav.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the libav-bugs
mailing list