
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (104)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (12779)
-
First x frames from a video
27 juin 2012, par DowI need to get the first x frames from a video (usually FLV) and turn it into a GIF. The idea is to use these GIFs as a short preview for the real thing.
At the moment, we're using ffmpeg and imagemagick to do that :
ffmpeg -y -i movie.flv -pix_fmt rgb32 -r fps extracted/%d.png
convert extracted/0.png ... extracted/50.png -delay 4 -loop 0 \
-set dispose Background -sample 256x256> preview.gifSo basically, first the frames are extracted, converted to PNG, then the PNGs are put together again into a GIF. There are a lot of unnecessary steps involved here.
Does anyone have any suggestions for speeding up this process ?
Thanks in advance !
-
Is there any way to use nodecanvas(Canvas library for node) for video purpose ?
7 mai 2019, par AswinI know that node-canvas can be used to export as buffer by loading image, Is there was any to load video in node-canvas (canvas library for node js),So that i can take screenshots of canvas frame by frame and finally i can prepare video from screenshots using ffmpeg. Or any other alternative way to achieve this . Anyone please give me any idea.Thanks in advance.
-
How to create thumbnails image or get metadat from videos url ? [closed]
7 septembre 2021, par M KasesangI can create video thumbnails and get metadat from my videos path in my website via ffmpeg and php.


but how can I create thumbnails or get metadat from videos stored in my dl host or any url of videos like "dl.example.com/video.mp4" ?


Thnx in advance.