
Recherche avancée
Autres articles (39)
-
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 -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
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 (...)
Sur d’autres sites (7090)
-
Real Time Audio Effects and Reverb [closed]
13 février 2020, par Muhammad HaroonHi i got stuck in applying real time audio effect while recording audio is there any native way to apply reverb on audio.please suggest what is best way to achieve this as i am already using tarsosdsp for pitch detection.
-
How to use FFmpeg to embed the shooting date and time (from the exif data of the video)
12 février 2021, par CherizliI am trying to use FFmpeg to embed to mp4 video the shooting date and time (from the exif data of the video), but without success.
I mean that FFmpeg will read the date and time data from the exif of the mp4 and combine them (with drawtext) across the video as a timestamp.


Anyone have an idea ?
pic sample


-
FFMpeg : Images to Video take more time
24 mars 2015, par Butani Vijayi am using FFmpeg library project as provided in This Link.
Actually i want to create video from bunch of images.
i am using following command :
ffmpeg -framerate 1/5 -i img%d.png -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4
command takes more time to create video. what can i do to improve speed ?