Skip to content

Commit

Permalink
docs(general): Video playback page fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gurpreetsinghmatharoo committed Sep 12, 2024
1 parent 96a6d73 commit 7458eb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2>Video Codecs &amp; Licensing</h2>
<p>Note that video formats (such as <span class="inline2">.mp4</span>, <span class="inline2">.avi</span>, <span class="inline2">.mkv</span>, etc.) are simply containers that wrap <strong>video</strong> and <strong>audio</strong> streams, both of which may be encoded separately and may require separate licences.</p>
<p>For distribution on console platforms, check with your account representative to find out what formats you are allowed to use without having to pay extra licencing fees.</p>
<h2>Audio Limitations</h2>
<p>On some platforms (especially consoles), the video playback implementation is not associated with the audio engine used for that platform. This means the audio playback from your video may be subject to the limitations of the audio engine on that platform, such as it requiring the audio to be encoded in a specific format and sample rate (e.g. requiring 48kHz audio). When facing issues with audio playback, please check the SDK for the platform to ensure your audio is encoded according to the requirements for that platform.</p>
<p>On some platforms, the video playback implementation is not associated with the audio engine used for that platform. This means the audio playback from your video may be subject to the limitations of the audio engine on that platform, such as it requiring the audio to be encoded in a specific format and sample rate (e.g. requiring 48kHz audio). When facing issues with audio playback, please check the SDK for the platform to ensure your audio is encoded according to the requirements for that platform.</p>
<h2>Formats</h2>
<p>The video formats that you are able to load and play in your game will depend on your target platform, and the codecs that are supported on that platform.</p>
<p><span data-conref="../../../../assets/snippets/Video_formats.hts"> </span></p>
Expand Down

0 comments on commit 7458eb9

Please sign in to comment.