Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (55)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

Sur d’autres sites (4819)

  • isom : convert mp4 dvdsub extradata to vobsub format

    12 mars 2014, par wm4
    isom : convert mp4 dvdsub extradata to vobsub format
    

    mp4 files embedding DVD subtitles do not use the same extradata format
    as the rest of Libav expects. The subtitle decoder in libavcodec in
    particular does not understand this format.

    Convert the extradata to the vobsub .idx format. mp4 stores the palette
    as binary 32 bit ints in YUV. The subtitle resolution is stored
    separately in the track header, which we access through AVStream.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavformat/isom.c
  • isom : convert mp4 dvdsub extradata to vobsub format

    12 mars 2014, par wm4
    isom : convert mp4 dvdsub extradata to vobsub format
    

    mp4 files embedding DVD subtitles do not use the same extradata format
    as the rest of Libav expects. The subtitle decoder in libavcodec in
    particular does not understand this format.

    Convert the extradata to the vobsub .idx format. mp4 stores the palette
    as binary 32 bit ints in YUV. The subtitle resolution is stored
    separately in the track header, which we access through AVStream.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavformat/isom.c
  • configure : check and use -Wempty-body

    4 avril 2014, par James Darnley
    configure : check and use -Wempty-body
    

    Would have shown the trailing semi-colon in lavu/log.c that broke detection of
    256 colour capable terminals.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure