
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (38)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (6009)
-
TV scanlines effect with FFmpeg ?
1er janvier 2016, par KonstantinIn the past I encountered the TV svanlines effect in image manipulation programs, it darkens every second line of the image or turns them completely black. I would like to achieve this effect with FFmpeg, if possible.
-
Create animation video or applying different different effect on video from set of images
8 janvier 2016, par Mehul DudhatI tried with ffmpeg but it’s not showing any effect with created video. I tried below command with FFMPEG lib.
ffmpeg -f image2 -r 1/5 -i /<<dir path="path">>/img/img%d.jpg -vcodec libx264 /<<dir path="path">>/output_video.mp4
</dir></dir>The image generated video : https://flic.kr/p/CWtxhi
Is there any other library available to add effect or animation on video during the creation from set of images ?
I would like to give this type of animation or effect https://animoto.com/play/rXBG1fIq9FWN00O7R7wKyQ
-
Creating a animated transiton effect slide show in FFmpeg
19 janvier 2016, par ajayI am creating a slide show in FFMPEg with Images and one audio.
The slide show created and playaing as per following cmd Command.ffmpeg -f image2 -framerate 1 -loop 1 -i image%d.png -i audio.wav -s 1200x750 -t 00:00:30 foo.avi
I need the Transition effect in the slide show so please help us.