
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (52)
-
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...) -
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" (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (11722)
-
x86/dcadec : add ff_lfe_fir0_float_{sse,sse2,avx,fma3}
5 février 2016, par James Almerx86/dcadec : add ff_lfe_fir0_float_sse,sse2,avx,fma3
Up to 4 times faster on x86_64, 8 times on x86_32 if compiling using x87 fp math.
Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by : James Almer <jamrial@gmail.com> -
FFMPEG : how to pick a random jpeg file from folder
12 mai 2018, par J. J.I run a batch script in expert mode with the program myffvideoconverter.
My ffmpeg code is : -i example.jpg
I would like to choose a random jpeg file from the folder automatically instead the file "example.jpg"
Is it possible ?
Is it possible to copy the used file into a different folder automatically to make sure that no jpeg will be used two times ? Thank you for your help. -
Remove portion of some frames from a video
21 janvier 2020, par FlafyMationHere is what I’m trying to do :
Imagine a video with 10 frames (0 = 1 frame)0 0 0 0 0 0 0 0 0 0
with some frames selected(1 = 1 selected frame)
0 1 1 1 0 0 0 0 0 0
and the end results should be this(all selected frames got removed from the video)
0 0 0 0 0 0 0
this is what I’m trying to do in python(with frames not times). Does anybody knows how I can do that ?