Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (19)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (5909)

  • movenc : Don’t write any tfdt atom for ismv files

    30 octobre 2014, par Martin Storsjö
    movenc : Don’t write any tfdt atom for ismv files
    

    The tfdt atom shouldn’t be needed in those cases, we already
    write tfxd atoms for ismv anyway, which is roughly equivalent.

    This avoids having to declare the iso6 brand for ismv files.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/movenc.c
  • movenc : Don’t write any tfdt atom for ismv files

    30 octobre 2014, par Martin Storsjö
    movenc : Don’t write any tfdt atom for ismv files
    

    The tfdt atom shouldn’t be needed in those cases, we already
    write tfxd atoms for ismv anyway, which is roughly equivalent.

    This avoids having to declare the iso6 brand for ismv files.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/movenc.c
  • id3v2 : prefer TDRC for date over TDRL.

    4 novembre 2014, par Benoit Fouet
    id3v2 : prefer TDRC for date over TDRL.
    

    TDRL is what we used as a replacement of TYER, and, according to
    http://id3.org/id3v2.4.0-changes :
    TYER - Year
    This frame is replaced by the TDRC frame, ’Recording time’
    [F:4.2.5].
    So change TDRL usages to TDRC.

    Fixes ticket #3694

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

    • [DH] libavformat/id3v2.c
    • [DH] libavformat/mp3enc.c