
Recherche avancée
Autres articles (43)
-
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 -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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
Sur d’autres sites (7941)
-
Merge commit ’07cac07c0c0360d67e73a7472214c79d6c520a4b’
27 mars 2017, par Clément BœschMerge commit ’07cac07c0c0360d67e73a7472214c79d6c520a4b’
* commit ’07cac07c0c0360d67e73a7472214c79d6c520a4b’ :
dash : Use correct ISO C scanf conversion specifierThis commit is a noop : the use of SCN (scanf) format is wrong here.
Merged-by : Clément Bœsch <u@pkh.me>
-
Whats the init.mp4 and how can I create it ?
26 mai 2019, par anonymousI was looking for exactly this question in Stackoverflow, but I still don’t get it...
The only files I have are the segments.m4s but still want to create a "source.mp4"
-
Writing an MP4 header in Python [on hold]
16 avril 2016, par JoeI have a script which downloads and concatenates a HLS/DASH stream encoded as MP4. However, as each stream file is a separate video chunk (as a .ts file), it isn’t a "proper" MP4 video when downloaded — even though VLC will play it, other programs won’t due to the lack of a header. Would there be a library or utility that will just write the header rather than spend time unnecessarily transcoding it ?