1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
From: Kyle Robbertze <paddatrapper@debian.org>
Date: Tue, 30 Jul 2024 17:18:40 +0900
Subject: Remove embedded videos from docs
Forwarded: not-needed
---
doc/content/on2.md | 1 -
doc/content/presentations.md | 5 ++---
doc/content/video.md | 13 ++++++++-----
3 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/doc/content/on2.md b/doc/content/on2.md
index b7aae02..ebaaee1 100644
--- a/doc/content/on2.md
+++ b/doc/content/on2.md
@@ -2,5 +2,4 @@ Savonet was at the [ON2: Test Signals](http://testsignals.org/) conference in
Berlin, on October 22-23 2010. We presented Liquidsoap, but also held the first
Liquidsoap workshop.
-<iframe src="https://player.vimeo.com/video/16528307" width="640" height="352" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
<p><a href="https://vimeo.com/16528307">Liquidsoap presentation at ON2</a> from <a href="https://vimeo.com/smimram">Samuel Mimram</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
diff --git a/doc/content/presentations.md b/doc/content/presentations.md
index dda96c0..3545a6b 100644
--- a/doc/content/presentations.md
+++ b/doc/content/presentations.md
@@ -9,17 +9,16 @@ presentations around Liquidsoap.
In particular, Romain presented the main features of the upcoming Liquidsoap
2.0:
-<iframe width="560" height="315" src="https://www.youtube.com/embed/VT6TEjJzWoY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+[Presentation on YouTube](https://www.youtube.com/VT6TEjJzWoY)
and Gilou did a tutorial about setting up a webradio with Liquidsoap
-<iframe width="560" height="315" src="https://www.youtube.com/embed/B8l8uqBS6-c" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+[Presentation on YouTube](https://www.youtube.com/B8l8uqBS6-c)
## FOSDEM 2020
We presented liquidsoap during the FOSDEM 2020 conference. You can watch the video here:
-<iframe src="https://player.vimeo.com/video/388951779" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
<p><a href="https://vimeo.com/388951779">Functional audio and video stream generation with Liquidsoap</a> from <a href="https://vimeo.com/user27259977">Romain Beauxis</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
The slides for the presentation are available <a href="/fosdem2020/index.html" target="_blank">here</a>
diff --git a/doc/content/video.md b/doc/content/video.md
index 4170dc3..5c4afad 100644
--- a/doc/content/video.md
+++ b/doc/content/video.md
@@ -179,11 +179,11 @@ by an image of the weather using
### The anonymizer
-Let's design an ``anonymizer'' effect: I want to blur my face and change my voice
+Let's design an ``anonymizer`` effect: I want to blur my face and change my voice
so that nobody will recognise me in the street after seeing the youtube
-video. Here is what we are going to achieve:
+video. [Here (YouTube)](https://www.youtube.com/E7Fb0wV3h5Q) is what we are going to achieve.
-<center><iframe width="560" height="315" src="//www.youtube.com/embed/E7Fb0wV3h5Q" frameborder="0" allowfullscreen></iframe></center>This video was produced thanks to the following script:
+This video was produced thanks to the following script:
```{.liquidsoap include="video-anonymizer.liq"}
@@ -195,7 +195,9 @@ In this example we are going to use OSC integration in order to modify the
parameters in realtime. There are many OSC clients around, for instance I used
[TouchOSC](http://hexler.net/software/touchosc) :
-<center><iframe width="560" height="315" src="//www.youtube.com/embed/EX1PTjiuuXY" frameborder="0" allowfullscreen></iframe></center>Here is how the video was made:
+[Result (YouTube)](https://www.youtube.com/EX1PTjiuuXY)
+
+Here is how the video was made:
```{.liquidsoap content="video-osc.liq"}
@@ -205,7 +207,8 @@ parameters in realtime. There are many OSC clients around, for instance I used
You want to show yourself in front of a video of a bunny, as in
-<center><iframe width="640" height="360" src="//www.youtube.com/embed/zHikXRNMQu4?feature=player_detailpage" frameborder="0" allowfullscreen></iframe></center>The idea is to film yourself in front of a blue screen, make this blue screen
+You want to show yourself in front of a video of a bunny, as in [this result (YouTube)](https://www.youtube.com/zHikXRNMQu4)
+The idea is to film yourself in front of a blue screen, make this blue screen
transparent and put the resulting video in front of the bunny video (actually, I
don't have a blue screen at home, only a white wall but it still kinda works).
|