
Recherche avancée
Autres articles (83)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
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 (...)
Sur d’autres sites (4507)
-
Anomalie #3570 (Nouveau) : erreur avec _DEV_PLUGINS
22 octobre 2015, par jluc -Si _DEV_PLUGINS vaut par exemple true au lieu d’un numéro de version,
SVP installe tout ce qu’on lui demande sans sourciller et
les messages sont tous en vert "bien activé, bien installé".
Super !
Mais le plugin et ses dépendances, au final, ne sont pas installés activés.
Et il n’y a aucun log.Il faudrait au moins mettre un log,
au mieux tester avant d’installer tout et signaler l’impossibilité et arrêter l’install.
Détecter et signaler que le format de la constante n’est pas un n° de version valide serait un plus. -
'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.
-
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 ?