0
如何使用壓縮過濾器實現硬限制卷? 從技術文檔,我得到這樣的說法:compand=attacks=0:points=-80/-80|-12/-12|20/-12
但是當我使用它,我得到錯誤:FFMPEG壓縮過濾器
ffmpeg -i vol_dump.ts -c:v copy -c:a aac -af "compand=attacks=0:points=-80/-80|-12/-12|20/-12" -f mpegs compand_dump.ts
[Parsed_compand_0 @ 0x7f8078f0b0c0] Missing attacks and/or decays and/or points.
[AVFilterGraph @ 0x7f8078c193a0] Error initializing filter 'compand' with args 'attacks=0:points=-80/-80|-12/-12|20/-12'
Error opening filters!
的哪些錯誤?謝謝
您需要顯示完整的控制檯輸出。 – LordNeckbeard