
Recherche avancée
Autres articles (56)
-
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 (...) -
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" (...) -
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 (5699)
-
Revision 45567 : [source:_plugins_/step step]. Mettre dans un fichier à part les ...
19 mars 2011, par esj@… — Logstep. Mettre dans un fichier à part les fonctions spécifique à la syntaxe "plugin.xml", pour pouvoir à terme les surcharger.
-
Revision 45567 : [source:_plugins_/step step]. Mettre dans un fichier à part les ...
19 mars 2011, par esj@… — Logstep. Mettre dans un fichier à part les fonctions spécifique à la syntaxe "plugin.xml", pour pouvoir à terme les surcharger.
-
ffmpeg remove a part of audio in mp4 file but not all
5 mars 2019, par romainlavissei got an mp4 and i want to remove 3 minutes of sound on 4h video (to upload on youtube).
i try :
ffmpeg -i video.mp4 -c copy -an video-sansson.mp4
the full audio is deleted.
I personally just want to remove 3 minutes of it ?