I am currently in search of a tool that possesses the capability to seamlessly convert an HLS (HTTP Live Streaming) manifest to an MPD (MPEG-DASH Presentation Description) manifest.
the tool should offer customization choices. It should also offer a dependable solution for content producers and streaming service providers that want to reach a wider audience.
Can anyone from the community help me to find the tool?
You can use FFmpeg, you just have to take the HLS URL as an input and map all the streams that you need in your MPEG-DASH with -map option and output dash format. Consider following the FFmpeg command as an example.