wtf?
This commit is contained in:
parent
6ad95e84ff
commit
ca1b226a13
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue