Skip to content
Snippets Groups Projects
Commit 92ed9dd1 authored by nilsl's avatar nilsl
Browse files

add forgotten demo2_1

parent 14e1d618
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ class: center, middle ...@@ -13,6 +13,8 @@ class: center, middle
# Linux Toolbox # Linux Toolbox
Nils Leuzinger
<img src="images/thealternative-logo.jpg" width="30%"> <img src="images/thealternative-logo.jpg" width="30%">
...@@ -141,7 +143,7 @@ cd ~/Desktop ...@@ -141,7 +143,7 @@ cd ~/Desktop
--- ---
# Demo # Demo: ls, cd
<video width="320" height="240" controls> <video width="320" height="240" controls>
<source src="demos/demo2-2021-04-15_23.12.20.mkv.mp4" type="video/mp4"> <source src="demos/demo2-2021-04-15_23.12.20.mkv.mp4" type="video/mp4">
...@@ -149,6 +151,14 @@ cd ~/Desktop ...@@ -149,6 +151,14 @@ cd ~/Desktop
--- ---
# Demo: rm, cat
<video width="320" height="240" controls>
<source src="demos/demo2_1-2021-04-15_23.32.44.mkv.mp4" type="video/mp4">
</video>
---
# Basics: Options # Basics: Options
<video width="320" height="240" controls> <video width="320" height="240" controls>
...@@ -535,7 +545,7 @@ https://www.rexegg.com/ ...@@ -535,7 +545,7 @@ https://www.rexegg.com/
class: center, middle class: center, middle
# Overview # Overview
<img src="images/category5.jpg" width="70%"> <img src="images/category5jpg.jpg" width="70%">
--- ---
...@@ -628,7 +638,7 @@ for file in *.mkv; do ...@@ -628,7 +638,7 @@ for file in *.mkv; do
done done
``` ```
(what `ffmpeg` sees: `ffmpeg -i song.wav song.mp3`) (what `ffmpeg` sees: `ffmpeg -i demo1.mkv demo1.mp4`)
--- ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment