@@ -145,11 +145,7 @@ There are several limitations with the current implementation of video playback
145145 :ref: `Engine.time_scale<class_Engine_property_time_scale> `.
146146- Looping is not supported, but you can connect a VideoStreamPlayer's
147147 :ref: `finished <class_VideoStreamPlayer_signal_finished >` signal to a function
148- that plays the video again. However, this will cause a black frame to be
149- visible when the video restarts. This can be worked around by adding a fade to
150- black in the video file before the video ends, or by hiding the video for one
151- frame and displaying a TextureRect with a screenshot of the first frame of the
152- video until the video is restarted.
148+ that plays the video again.
153149- Streaming a video from a URL is not supported.
154150
155151.. _doc_playing_videos_recommended_theora_encoding_settings :
@@ -205,7 +201,9 @@ The **audio quality** level (``-q:a``) must be between ``-1`` and ``10``. Qualit
205201video quality, increasing audio quality doesn't increase the output file size
206202nearly as much. Therefore, if you want the cleanest audio possible, you can
207203increase this to ``9 `` to get *perceptually lossless * audio. This is especially
208- valuable if your input file already uses lossy audio compression. See
204+ valuable if your input file already uses lossy audio compression. Higher quality
205+ audio does increase the CPU usage of the decoder, so it might lead to audio
206+ dropouts in case of high system load. See
209207`this page <https://wiki.hydrogenaud.io/index.php?title=Recommended_Ogg_Vorbis#Recommended_Encoder_Settings >`__
210208for a table listing Ogg Vorbis audio quality presets and their respective
211209variable bitrates.
0 commit comments