Generating subtitle in different language of Video where audio could be in different language

vikas 1 Reputation point
2022-01-15T08:19:15.217+00:00

I am able to generate vtt file using azure media service transform job. but I have a requirement where in my input video file's audio could be in English language and I want to generate vtt file in Spanish language. I tried passing language to preset and in generated VTT file also says NOTE language:es-es but the VTT file content is not as per the audio.

could you please assist what could go wrong here ?

Community Center | Not monitored
{count} votes

1 answer

Sort by: Most helpful
  1. David Bristol 971 Reputation points Microsoft Employee
    2022-01-18T15:39:30.843+00:00

    In Media Services the language setting for the AudioAnalyzerPreset is there to help describe the input. According to https://learn.microsoft.com/en-us/azure/media-services/latest/analyze-video-audio-files-concept, "Specify the language for the audio payload in the input using the BCP-47 format of 'language tag-region'." Media Services does not offer translation. For that you could use something like Video Indexer (https://videoindexer.ai) that generates VTT files and translates them as well.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.