Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (63)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    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 (...)

Sur d’autres sites (5764)

  • Evolution #3062 : Suggestion : ?exec= admin_vider

    24 septembre 2013, par YannX spip

    Pas spécialiste du JS ( euh ;-) mais une rapide recherche gogo semble m’indiquer que la première idée est irréalisable en JS, alors...

    Peut-etre simplement rappeler la touche Ctrl+F5 aux utilisateurs classiques (ou autres.. [1]">http://fr.wikipedia.org/wiki/Aide:Purge_du_cache_du_navigateur]]), disons un petit message d’information... ou suggérer un addin adapté.

    Ce serait donc plutot un plugin annexe (et quelque peu "intrusif" donc ;-) )

    Qu’en pensez-vous (dans l’esprit d’aider un webmestre débutant...) ?

  • ffmpeg picture slideshow with audio

    22 juillet 2013, par MD Luffy

    I'm trying to make a batch of videos for uploading to youtube. My emphasis is on the audio (mostly MP3, with some WMA). I have several image files that need to be picked up at random to go with the audio (ie) display an image for 5 seconds before showing the next. I want the video to stop when the audio stream ends. How should I use ffmpeg to achieve this ?

    Ref :

    http://trac.ffmpeg.org/wiki/Create%20a%20video%20slideshow%20from%20images

  • Files FFMPEG needs after compiling it (CentOS)

    29 juin 2015, par coder_uk

    Background : I wanted to use the libfdk_aac library with FFMPEG as they say it is the highest quality one (https://trac.ffmpeg.org/wiki/Encode/AAC). So that meant I had to compile FFMPEG from source.

    That’s all fine - I’ve done that and it all works.

    But now I want to make a backup/image of the server, but keep it as small as possible. So I know I don’t need all of source files.

    But could anyone tell me whether I can just go ahead and delete everything apart from /usr/bin/ffmpeg (or whatever the path to the binary is) ?

    Or does that binary depend on a load of other libraries that have been built/buried within the system as part of the compilation process ? I don’t mind some - it’s really just knowing how much I can safely get rid of without it randomly breaking due to a missing file weeks from now :)