From bba511cd03410d313df1a58b90f278b71541675e Mon Sep 17 00:00:00 2001
From: JormaRysky <145664092+JormaRysky@users.noreply.github.com>
Date: Mon, 3 Mar 2025 12:18:46 +0200
Subject: [PATCH 1/2] Remove mention of Handbrake from playing_videos.rst
Handbrake removed support for OGG in 2009(!) so it is not valid recommendation of tool for the job. Downloaded Handbrake and confirmed it can't export Ogg Theora
---
tutorials/animation/playing_videos.rst | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/tutorials/animation/playing_videos.rst b/tutorials/animation/playing_videos.rst
index c556e87eff4..d9f2bbea445 100644
--- a/tutorials/animation/playing_videos.rst
+++ b/tutorials/animation/playing_videos.rst
@@ -182,9 +182,8 @@ you should use a lossless or uncompressed format as an intermediate format to
maximize the quality of the output Ogg Theora video, but this can require a lot
of disk space.
-`HandBrake `__
-(GUI) and `FFmpeg `__ (CLI) are popular open source tools
-for this purpose. FFmpeg has a steeper learning curve, but it's more powerful.
+`FFmpeg `__ (CLI) is popular open source tools
+for this purpose. FFmpeg has a steep learning curve, but it's powerful tool.
Here are example FFmpeg commands to convert an MP4 video to Ogg Theora. Since
FFmpeg supports a lot of input formats, you should be able to use the commands
From 2de90188ef5811aaf6ee0c6a27a4eb4071581362 Mon Sep 17 00:00:00 2001
From: Matthew
Date: Mon, 3 Mar 2025 17:47:18 -0500
Subject: [PATCH 2/2] Update tutorials/animation/playing_videos.rst
---
tutorials/animation/playing_videos.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tutorials/animation/playing_videos.rst b/tutorials/animation/playing_videos.rst
index d9f2bbea445..5130f538725 100644
--- a/tutorials/animation/playing_videos.rst
+++ b/tutorials/animation/playing_videos.rst
@@ -182,7 +182,7 @@ you should use a lossless or uncompressed format as an intermediate format to
maximize the quality of the output Ogg Theora video, but this can require a lot
of disk space.
-`FFmpeg `__ (CLI) is popular open source tools
+`FFmpeg `__ (CLI) is a popular open source tool
for this purpose. FFmpeg has a steep learning curve, but it's powerful tool.
Here are example FFmpeg commands to convert an MP4 video to Ogg Theora. Since