mp.register_event("start-file", function()
mp.set_property("af", "volume=10")
mp.command("af-clear")
mp.command("af-add=volume=10:force")
end)