From ca1b226a13d4803a16e60952e37969858f06f674 Mon Sep 17 00:00:00 2001 From: tTh Date: Thu, 11 Jan 2024 02:07:04 +0100 Subject: [PATCH] wtf? --- chap/video.tex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chap/video.tex b/chap/video.tex index 2edae2b..8138189 100644 --- a/chap/video.tex +++ b/chap/video.tex @@ -53,9 +53,16 @@ avec d'ignobles logiciels~: \texttt{ffmpeg -i foo.avi -r 1 -s WxH -f image2 foo-\%03d.jpeg} +J'avoue ne pas avoir tout saisi : l'option\texttt{-r N} qui fixe le +\textsl{frame rate} sert à quoi ??? + + +Il existe bien une alternative, mais je n'ai pas encore essayé~: \texttt{mplayer -vo png -ss 3:46 -frames 20 stairs.mp4} \# Write out 20 png format frames from a video starting at 3 minutes, 46 seconds. + + Tu peux générer les images de transition avec ImageMagick\index{ImageMagick} : \texttt{convert a.png b.png -alpha set -channel A