| Summary: | Audio thumbnail lagging behind actual audio | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | o.wertzberger |
| Component: | Timeline & Editing | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 25.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Appimage | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Screenshot of Kdenlive timeline, showing a difference between embedded audio thumbnail and extracted audio thumbnail.
Kdenlive project showcasing audio thumbnail delay |
||
|
Description
o.wertzberger
2025-07-16 15:59:31 UTC
Additional information can be found in the forum thread this was first reported to: https://discuss.kde.org/t/audio-thumbnail-lagging-behind-actual-audio/37027 Thanks for your report. Could you please also include the output of this command in a terminal;: ffmpeg -i yourvideo.mp4 or a short sample file reproducing this problem ? Created attachment 183286 [details]
Kdenlive project showcasing audio thumbnail delay
ffmpeg outputs the following on the original file:
ffmpeg version n7.1.1 Copyright (c) 2000-2025 the FFmpeg developers
built with gcc 15.1.1 (GCC) 20250425
configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-amf --enable-avisynth --enable-cuda-llvm --enable-lto --enable-fontconfig --enable-frei0r --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libdav1d --enable-libdrm --enable-libdvdnav --enable-libdvdread --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgsm --enable-libharfbuzz --enable-libiec61883 --enable-libjack --enable-libjxl --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libplacebo --enable-libpulse --enable-librav1e --enable-librsvg --enable-librubberband --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpl --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-nvdec --enable-nvenc --enable-opencl --enable-opengl --enable-shared --enable-vapoursynth --enable-version3 --enable-vulkan
libavutil 59. 39.100 / 59. 39.100
libavcodec 61. 19.101 / 61. 19.101
libavformat 61. 7.100 / 61. 7.100
libavdevice 61. 3.100 / 61. 3.100
libavfilter 10. 4.100 / 10. 4.100
libswscale 8. 3.100 / 8. 3.100
libswresample 5. 3.100 / 5. 3.100
libpostproc 58. 3.100 / 58. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'NormalOut.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomav01iso2mp41
encoder : Lavf61.7.100
Duration: 01:45:34.75, start: 0.000000, bitrate: 7639 kb/s
Stream #0:0[0x1](und): Video: av1 (libdav1d) (Main) (av01 / 0x31307661), yuv420p(tv, bt709, progressive), 1280x960, 7508 kb/s, SAR 1:1 DAR 4:3, 60 fps, 60 tbr, 15360 tbn (default)
Metadata:
handler_name : VideoHandler
vendor_id : [0][0][0][0]
encoder : Lavc61.19.101 av1_amf
Stream #0:1[0x2](und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 118 kb/s (default)
Metadata:
handler_name : SoundHandler
vendor_id : [0][0][0][0]
Git commit 0369eebedf368d02034d92105d01a2996787f78a by Jean-Baptiste Mardelle. Committed on 17/07/2025 at 10:53. Pushed by mardelle into branch 'master'. Audio thumbnails for files with an audio delay are not correctly geenrated with the libav generator M +8 -0 src/jobs/audiolevels/generators.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/0369eebedf368d02034d92105d01a2996787f78a Git commit 79d454b1aca8100d8d9578b466f693bb0c6e9779 by Jean-Baptiste Mardelle. Committed on 17/07/2025 at 10:55. Pushed by mardelle into branch 'release/25.08'. Audio thumbnails for files with an audio delay are not correctly geenrated with the libav generator M +8 -0 src/jobs/audiolevels/generators.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/79d454b1aca8100d8d9578b466f693bb0c6e9779 |