https://bugs.kde.org/show_bug.cgi?id=441451
--- Comment #3 from Natalia Portillo <clau...@claunia.com> --- Sorry misplaced the logs, my prvious comment is the output from command line when using normalize on a cut of Matroska file (doesn't work). When doing on the track itself it's: === FILTER READY TO PROCESS; LENGTH: 79206 ===== SETTING FILTER PARAM: QVector(QPair("results",QVariant(QString, ""))) = = SET EFFECT PARAM: "results" = And when doing on a cut on a WAVE file (works): ========== STARTING TASK FOR: 22 ==== BUILDING PRODUCER: "<filepath>.wav" = = = = = CONFIGURING FILTER PARAMS = = = = = . . . "program" = QVariant(QString, "-20") === FILTER READY TO PROCESS; LENGTH: 414 ===== SETTING FILTER PARAM: QVector(QPair("results",QVariant(QString, "L: -41.119036\tR: 3.741784\tP 0.067154"))) = = SET EFFECT PARAM: "results" = L: -41.119036 R: 3.741784 P 0.067154 So it seems it's having some problem calling an external tool? -- You are receiving this mail because: You are watching all bug changes.