
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (59)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 -
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 (14069)
-
avfilter/vf_chromanr : fix rounding of final output
1er mars 2022, par Paul B Mahol -
libspeexdec : fix detection of final terminator code
13 juillet 2013, par Justin Ruggles -
Is final muxed filesize of two input streams to ffmpeg always equal to = stream1size + stream2size ?
20 octobre 2013, par StackedWhen using this command
$cmd = "ffmpeg -i " . $inputaudioURL . " -i " . $inputvideoURL . " -acodec copy -vcodec copy muxed.mp4";
will the final filesize (for use in Content-length header) always equal to file-size of$inputaudioURL + $inputvideoURL
?