We aim to keep only one copy once the bitladder encoding process is complete

Firstly, we are implementing bitladder encoding using the Bitmovin API, which involves creating 4-5 copies of each asset. Our specific requirement is to retain only one resolution copy after a certain timeframe, such as 3 or 6 months. This means that the resolution copy should also be removed from the Azure Storage Account.

We are inquiring if Bitmovin provides any out-of-the-box functionality to assist with this task. This is an urgent requirement, and we need to accomplish it as soon as possible. Thank you for your prompt attention to this matter.

Hi @pallavi.jain Unfortunately, we don’t have a built-in solution for this specific need. We don’t alter any content in the customer storage after encoding is completed.

To address this, you could implement a script on your end that periodically scans your Azure storage. This script can check for older content, delete unneeded renditions, and retain only the necessary ones.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.