pages*: update outdated pages (#11821)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
Sebastiaan Speck
2023-12-28 16:48:20 +01:00
committed by GitHub
parent 7635f3426f
commit dcb53c85a0
83 changed files with 228 additions and 360 deletions

View File

@@ -5,9 +5,9 @@
- Zeige alle verfügbaren Stream-Informationen einer Medien-Datei an:
`ffprobe -v error -show_entries {{datei.mp4}}`
`ffprobe -v error -show_streams {{datei.mp4}}`
- Zeige Spieldauer an:
- Zeige die Spieldauer an:
`ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 {{datei.mp4}}`