
Recherche avancée
Médias (3)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (76)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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 (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (11444)
-
Revision 7b0b6a2c41 : disable lagged encoding in one-pass This currently has no effect and can create
13 juin 2012, par James ZernChanged Paths : Add /test/config_test.cc Modify /test/test.mk Modify /vp8/vp8_cx_iface.c disable lagged encoding in one-pass This currently has no effect and can create an artificial lag in e.g., realtime. Change-Id : Ia1c7c6dbe7c6fe82a944f087f1b0d1dbbc0aa1b6
-
g723.1 : various cosmetics and changes that should have no user vissible effect.
23 juillet 2012, par Michael Niedermayerg723.1 : various cosmetics and changes that should have no user vissible effect.
-
Generate video from images with ken burns effect using ffmpeg
1er janvier 2014, par user1615796I am trying to generate video from images.
The following code generates the video, 1 frames per 3 seconds.
exec("ffmpeg -f image2 -r 1/3 -loop_input -shortest -y -i tmp/image%3d.jpg -i tmp/ag1.mp3 -target ntsc-dvd -s 1280x720 tmp/video.mwv");
I want to apply ken burns effect to it, I have searched a lot but couldn't find any solution.
Can anybody help me out ? If can provide any code snippet, will be really appreciated.