
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (2)
-
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Qualité du média après traitement
21 juin 2013, parLe bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)
Sur d’autres sites (3040)
-
tiff : fix linesize for mono-white/black formats.
9 mai 2011, par Stefano Sabatinitiff : fix linesize for mono-white/black formats.
-
tiff : fix linesize for mono-white/black formats
9 mai 2011, par Stefano Sabatinitiff : fix linesize for mono-white/black formats
-
How do I cut black frames from video with ffmpeg ?
13 mai 2020, par h0dgesI've got a timelapse video with overnight frames that are not illuminated and would like to know how to either :



- 

- Cut the black frames (
pblack=99
) out of the video AND correspondingly reduce the
length of the output video (i.e. not duplicate or interpolate frames) - Analyse the input images before generating the timelapse video in order to exclude the overnight images from the video.







Just to be awkward I'd like to use the
jrottenberg/ffmpeg
docker image.


This is the command I'm currently using to generate the timelapse video :



docker run -v timelapse-images:/images -v timelapse-videos:/videos jrottenberg/ffmpeg -y -f image2 -framerate 30 -pattern_type glob -i '/images/*.jpg' /videos/timelapse.mp4



- Cut the black frames (