Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--audio-filter volume #495

Closed
Damundai opened this issue May 15, 2023 · 2 comments
Closed

--audio-filter volume #495

Damundai opened this issue May 15, 2023 · 2 comments

Comments

@Damundai
Copy link

Damundai commented May 15, 2023

While using the "example" in the NVEncC_Options.en.md, I recieve an error.

I use:
--audio-filter 2?volume=-4db (I've tried going to the positive side of volume as well... "volume=+2.7db")

I get the error:
avout: Failed to parse filter description: Invalid argument: "volume=-4db": volume=-4db,aformat=sample_fmts=fltp:sample_rates=48000:channel_layouts=0x3
failed to initialize file reader(s).
Failed to open output file: "D:\Completed Movies\ movie title here.mkv"
[Parsed_volume_0 @ 000002305e1ac440] [Eval @ 0000003d01913250] Invalid chars 'b' at the end of expression '-4db'
[Parsed_volume_0 @ 000002305e1ac440] Error when evaluating the volume expression '-4db'
[AVFilterGraph @ 000002305e66d3c0] Error initializing filter 'volume' with args '-4db'

@babiulep
Copy link

I think the 'b' should be a capital... I.e.: volume=7dB

@rigaya
Copy link
Owner

rigaya commented May 26, 2023

Thanks you for pointing out the cause, changed 'b' to capital in the document.

@rigaya rigaya closed this as completed May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants