Want to silence audio in your encodes? Very simple! You can achieve these results via UI or API. Here's how to do so:
via UI:
– Select the encoding task
– Choose 'Audio Volume (per cent)' and select 0, if you'd like to silence the audio.
###
via API:
Add the following:
<?xml version="1.0"?> <query> <format> <audio_volume>0</audio_volume> </format> </query>
Please note that the default value via UI and API is 100.
Audio volume level (%)