Skip to content

Commit 87b0949

Browse files
committed
Change warning and add update section
1 parent 992b11c commit 87b0949

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tutorials/animation/playing_videos.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,17 @@ below with almost any input video format (AVI, MOV, WebM, …).
196196
You can check this by running ``ffmpeg`` without any arguments, then looking
197197
at the ``configuration:`` line in the command output.
198198

199+
.. UPDATE: When the FFmpeg bugfixes for https://trac.ffmpeg.org/ticket/11451 and
200+
.. https://trac.ffmpeg.org/ticket/11454 are included in a stable FFmpeg release,
201+
.. this note can be removed. That will likely be FFmpeg 7.2 or 8.0, and will
202+
.. likely happen during the Godot 4.5 or 4.6 release cycle.
203+
199204
.. warning::
200205

201206
All FFmpeg releases before Feb 20th, 2025 could produce bad video streams
202207
due to a couple of bugs. It's highly recommended to use one of the latest
203208
static daily builds, or build FFmpeg from their master branch where they're
204-
already fixed. More details in `FFmpeg issue #11451
205-
<https://trac.ffmpeg.org/ticket/11451>`__ and `FFmpeg issue #11454
206-
<https://trac.ffmpeg.org/ticket/11454>`__.
209+
already fixed.
207210

208211
Balancing quality and file size
209212
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)