Ticket #1671 (closed defect: fixed)
ffmpeg crashed using filter 'volume'
| Reported by: | fhaefemeier | Owned by: | |
|---|---|---|---|
| Priority: | important | Component: | undetermined |
| Version: | 0.11.1 | Keywords: | crash |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
Transcode (downmix and normalize) an AC3 5.1 audio file to AAC stereo using the volume filter with value > 1. Without the filter or volume=1 the transcoding works fine.
How to reproduce:
% ffmpeg -i volumetest.ac3 -filter:a volume=2 -ac 2 test-norm.aac ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers built on Aug 9 2012 19:51:02 with gcc 4.7.0 20120507 (Red Hat 4.7.0-5)
Attachments
Change History
comment:1 Changed 9 months ago by saste
- Status changed from new to open
Can't reproduce here, can you try with latest version?
Also if you could disable optimizations and --enable-debug, that would provide more useful info in the backtrace.
comment:2 follow-up: ↓ 3 Changed 9 months ago by Cigaes
I could reproduce with n0.11.1 but not with git head, on x86_64/Debian.
comment:3 in reply to: ↑ 2 Changed 9 months ago by fhaefemeier
I cannot reproduce with GIT head. For me the ticket can be closed, I will use the head version instead.
comment:4 Changed 9 months ago by cehoyos
- Priority changed from normal to important
- Reproduced by developer set
The original crash was fixed in the merge commit 16e25ef.
Note: See
TracTickets for help on using
tickets.




Console output