
Recherche avancée
Autres articles (11)
-
Les images
15 mai 2013 -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)
Sur d’autres sites (6046)
-
tile option in FFMPEG command result to black screenshot
4 mars 2020, par sammaxI am managing to create a screenshot using ffmpeg engine and it works fine when I am try to output one individual image
ffmpeg -ss 01:05 -i input.mp4 -an -dn -sn -r 1 -vframes 1 -y -qscale 3 -vf "scale=width:high"
But when I try to create a multi-image (Thumbnail grid sheets) using
tile
option the output screenshot is empty blackffmpeg -ss 01:05 -i input.mp4 -an -dn -sn -r 1 -vframes 1 -y -qscale 3 -vf "select=not(mod(n\,3000)),scale=320:240,tile=4x3"
and here is what I want to achieve image
-
FFmpeg & Black and White Conversion [closed]
29 août 2023, par Jesse James RichardHow to convert a video to black and white using
ffmpeg
?

-
FFmpeg How to put image backside on video with black part remove
12 mai 2020, par Chirag Patel