Summary: | git master - audio meter in clip monitor not working when clip is selected in Project Bin (screenshot included) | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Unknown <null> |
Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | null |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Example of issue.
Audio Monitor in Project Monitor is working fine. |
Description
Unknown
2016-07-19 05:42:46 UTC
Created attachment 100162 [details]
Example of issue.
Created attachment 100163 [details]
Audio Monitor in Project Monitor is working fine.
Not sure if it helps, but there're a lot of these in the Terminal when running Kdenlive and trying to play back the .mkv file in question: [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 1 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 1 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 1 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 1 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 1 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 1 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 1 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 1 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 1 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 1 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 1 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 1 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 1 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 1 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 [aac @ 0x7f34e4b612e0] element type mismatch 3 != 0 I guess the video has 5:1 audio.. Can you paste the output of : ffmpeg -i youclip.mkv Ok, I can reproduce with a 5.1 audio clip, will look into it Git commit fa1116c026c9bc31a075d2dd1ecc007049de3c73 by Jean-Baptiste Mardelle. Committed on 19/07/2016 at 07:33. Pushed by mardelle into branch 'Applications/16.08'. Fix audio level meter with 5:1 clips M +19 -5 src/monitor/scopes/monitoraudiolevel.cpp M +2 -0 src/monitor/scopes/monitoraudiolevel.h http://commits.kde.org/kdenlive/fa1116c026c9bc31a075d2dd1ecc007049de3c73 Confirmed fix w/ video files that have 5.1 audio. Working great. Thanks JB! Marking bug as resolved/fixed. |