@@ -150,10 +150,8 @@ To ensure your videos decode smoothly on varied hardware:
150150Playback limitations
151151--------------------
152152
153- There are several limitations with the current implementation of video playback in Godot:
153+ There are some limitations with the current implementation of video playback in Godot:
154154
155- - Changing playback speed is not supported. VideoStreamPlayer also won't follow
156- :ref: `Engine.time_scale<class_Engine_property_time_scale> `.
157155- Streaming a video from a URL is not supported.
158156- Only mono and stereo audio output is supported. Videos with 4, 5.1 and 7.1
159157 audio channels are supported but down-mixed to stereo.
@@ -182,8 +180,9 @@ you should use a lossless or uncompressed format as an intermediate format to
182180maximize the quality of the output Ogg Theora video, but this can require a lot
183181of disk space.
184182
185- `FFmpeg <https://ffmpeg.org/ >`__ (CLI) is a popular open source tool
186- for this purpose. FFmpeg has a steep learning curve, but it's powerful tool.
183+ `Shutter Encoder <https://www.shutterencoder.com/ >`__ (GUI) and `FFmpeg
184+ <https://ffmpeg.org/> `__ (CLI) are popular open source tools for this purpose.
185+ FFmpeg has a steep learning curve, but it's a powerful tool.
187186
188187Here are example FFmpeg commands to convert an MP4 video to Ogg Theora. Since
189188FFmpeg supports a lot of input formats, you should be able to use the commands
@@ -202,10 +201,9 @@ below with almost any input video format (AVI, MOV, WebM, …).
202201
203202 .. warning ::
204203
205- All FFmpeg releases before Feb 20th, 2025 could produce bad video streams
206- due to a couple of bugs. It's highly recommended to use one of the latest
207- static daily builds, or build FFmpeg from their master branch where they're
208- already fixed.
204+ Current official FFmpeg releases have some bugs in their Ogg/Theora
205+ multiplexer. It's highly recommended to use one of the latest static daily
206+ builds, or build from their master branch where they are already fixed.
209207
210208Balancing quality and file size
211209~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments