Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (84)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • 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 (7997)

  • Evolution #4604 : Remplacer les input type="submit" par des button

    18 février 2021, par cedric -

    Attention car avec ce balisage sans value= sur le button ça va casser des forms qui ont plusieurs boutons et utilisent un test if (_request('..')) pour voir quel bouton a été posté.

    Je pense qu’il faudrait au moins un value=1
    (et oui il faut impérativement le type="submit" pour que le js des form ajax les trouve)

  • lavfi/sidedata : add missed frame side data type

    9 mars 2019, par Jun Zhao
    lavfi/sidedata : add missed frame side data type
    

    add missed frame side data type

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavfilter/f_sidedata.c
  • avformat/flvdec : read the correct bits into the tag type

    4 septembre 2014, par Steven Liu
    avformat/flvdec : read the correct bits into the tag type
    

    from the flv spec, the flvtag define the tagtype as one byte,
    the spec desc is :
    Reserved UB[2] Reserved for FMS, should be 0
    Filter UB[1] Indicates if packets are filtered.
    0 = No pre-processing required.
    1 = Pre-processing (such as decryption) of the packet is
    required before it can be rendered.
    Shall be 0 in unencrypted files, and 1 for encrypted
    tags.
    See Annex F. FLV Encryption for the use of filters.
    TagType UB[5] Type of contents in this tag. The following types are
    defined :
    8 = audio
    9 = video
    18 = script data

    Signed-off-by : Steven Liu <qi.liu@chinacache.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/flvdec.c