Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (13)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

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

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (6297)

  • avformat/img2enc : fix first image check

    12 juin 2022, par Marton Balint
    avformat/img2enc : fix first image check
    

    Start image number was hardcoded to 1 for the first image check.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/img2enc.c
  • make a setting for normalizing the offset and check that getBoundingC…

    9 avril 2014, par brandonaaron
    make a setting for normalizing the offset and check that getBoundingClientRect function exists before trying to call it
  • configure : disable cpunop if the check fails

    23 février 2014, par Janne Grunau
    configure : disable cpunop if the check fails
    

    Moving cpunop from the HAVE_LIST to the ARCH_EXT_LIST_X86 has the side
    effect of enabling it. The semantics of the check have to be changed
    from enable if successful to disable if unsuccessful. This was missing
    in 2b0bb69997c2416e74f41aa1400ce983bf8775c0 causing build errors with
    nasm.

    • [DH] configure