Bug 426493 - swr_convert() failed when restoring audio
Summary: swr_convert() failed when restoring audio
Status: RESOLVED UPSTREAM
Alias: None
Product: kdenlive
Classification: Applications
Component: Video Effects & Transitions (show other bugs)
Version: 20.08.1
Platform: Compiled Sources Microsoft Windows
: NOR critical
Target Milestone: ---
Assignee: Vincent PINON
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-13 18:03 UTC by petabyte
Modified: 2020-10-14 20:30 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:
fritzibaby: timeline_corruption+


Attachments
screenshot of error (352.96 KB, image/png)
2020-09-13 18:03 UTC, petabyte
Details
attachment-15291-0.html (1.38 KB, text/html)
2020-09-18 03:54 UTC, petabyte
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petabyte 2020-09-13 18:03:16 UTC
Created attachment 131604 [details]
screenshot of error

SUMMARY
[filter swresample ] swr_convert() failed. Alloc 800 In 800 Out 0

STEPS TO REPRODUCE
1. Try to click "restore audio"
2. 
3. 

OBSERVED RESULT
It not work, error.

EXPECTED RESULT
No crash

SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 petabyte 2020-09-17 01:58:11 UTC
Also, this was a sped up video, 4160.26%.
Comment 2 emohr 2020-09-17 16:31:52 UTC
"swresample" is an FFMEG filter which is not available due to instability. How do you enable this filter?
Comment 3 petabyte 2020-09-18 03:54:41 UTC
Created attachment 131741 [details]
attachment-15291-0.html

I did not change it.

On Thu, Sep 17, 2020, 12:31 PM emohr <bugzilla_noreply@kde.org> wrote:

> https://bugs.kde.org/show_bug.cgi?id=426493
>
> emohr <fritzibaby@gmx.net> changed:
>
>            What    |Removed                     |Added
>
> ----------------------------------------------------------------------------
>                  CC|                            |fritzibaby@gmx.net
>               Flags|                            |timeline_corruption+
>
> --- Comment #2 from emohr <fritzibaby@gmx.net> ---
> "swresample" is an FFMEG filter which is not available due to instability.
> How
> do you enable this filter?
>
> --
> You are receiving this mail because:
> You reported the bug.
Comment 4 Vincent PINON 2020-10-14 20:30:06 UTC
the resampling is needed for speed change.
the speed effect is implemented in MLT & ffmpeg
4000% speed change is uncommon, probably it leads to unexpected situations
sorry but I can't track down this bug