
Recherche avancée
Autres articles (52)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (6034)
-
FFMPEG - How can I convert a video to an image grid based upon time interval
23 juillet 2021, par Richard YoungI'm trying to convert a video into a grid of images. I want to capture frames every n-th second. I've seen frames being captured and compiled into a grid based upon frame indices, like in the code below :


ffmpeg -i input -filter_complex \
"select='eq(mod(n/,2))',scale=120:-1,tile=layout3x2" \
-vframes 1 -q:v 2 output.jpg



Is there any way to do this with the
-vf fps
filter so that the image capture interval uses time interval rather than frames ? Thanks !

-
dshow : fixup some COM objects, based on patches from Don Moir
27 mars 2014, par rogerdpack -
avcodec/libx264 : add support for ROI-based encoding
10 janvier 2019, par Guo, Yejun