Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (90)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately 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 (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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 ;

Sur d’autres sites (16330)

  • Révision 18294 : ’type’ est trop commun et l’utiliser de facon systematique dans Z provoque des c...

    3 août 2011, par cedric -

    puisqu’on change de version majeure, on utilise dorenavant type-page ce qui est plus precis et devrait eviter tout soucis a venir Corrolairement cela casse Zv2 qu’il faut corriger en consequence. La compat de Zv1 est maintenue par la prise en charge du define qui correspond. On applique ce (...)

  • How to change mime type of a mp3 file using ffmpeg using php

    27 février 2017, par john

    I want to convert a mp3 file using ffmpeg. My current mp3 file is in audio/x-mpeg I want to convert it into audio/mpeg. This only changes the file extension without affecting the mime type.

    ffmpeg -i input.mp3  -metadata:s:2 mime-type="audio/mpeg" output.mp3
    ffmpeg -i input.mp3 -f audio/mpeg output.mp3
  • ape : Use the proper variable type

    14 février 2015, par Luca Barbato
    ape : Use the proper variable type
    

    Avoid an unsigned underflow.

    Bug-Id : 1041122
    CC : libav-stable@libav.org

    • [DH] libavformat/apetag.c