
Recherche avancée
Autres articles (43)
-
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 (...) -
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 -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (8976)
-
What is ffmpeg, avcodec, x264 ? [closed]
26 février 2016, par onmyway133From wiki, I read that
FFmpeg is a free software project that produces libraries and programs
for handling multimedia data. The most notable parts of FFmpeg are
libavcodec, an audio/video codec library used by several other
projects, libavformat, an audio/video container mux and demux library,
and the ffmpeg command line program for transcoding multimedia files.So ffmpeg is a wrapper of avcodec ? And I often hear that people encode video with x264 using ffmpeg. So ffmpeg is also a wrapper of x264 ?
How are they related ?
-
'ffmpeg' or 'handbrake cli' for video conversion on server ? [closed]
18 juin 2013, par AaronJiangI want to convert videos on my server using command line, maily mp4 -> flv or flv -> mp4. I googled and found these two products 'ffmpeg' and 'HandBrake cli'.
https://trac.handbrake.fr/wiki/CLIGuide
Which one is better ?
Plus I am running on ubuntu server.
-
Evolution #3986 (Nouveau) : Class .btn plutôt que .submit
15 août 2017, par tetue tetueLes boutons générés par SPIP portent nativement le sélecteur
.submit
, même s’ils ne sont pas des submit. Si nommer ainsi ce sélecteur CSS nous a semblé pertinent à l’époque, l’on peut trouver mieux aujourd’hui.Les frameworks actuels utilisent un nom plus générique, évoquant le bouton, tout simplement. Sur la vingtaine que j’ai étudié, 9 utilisent
.button
, 6 l’abréviation.btn
, tandis que les autres l’emploient en suffixe ou radical :.ym-button
,.btn-info
. C’est dire si ce nommage est répandu !Afin de bénéficier plus facilement de styles de boutons distribués par ailleurs, je propose de renommer cette classe, soit avec le plus courant
.button
, soit avec l’abréviation.btn
qui a le mérite d’être anglo-française et plus rapide à écrire.Remplacer
class="submit
parclass="btn submit
en conservant submit dans un premier temps pour rétro-compatibilité.