Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (72)

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

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • 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

Sur d’autres sites (11585)

  • libavutil\common.h the following files have unsaved change ? change permission

    3 septembre 2015, par user3717658

    i have just downloaded QtMEL and i try to compile the source code in Qtcreator with visual c++ 11 compiler but i get 2 error

    1 : libavutil\common.h the following files have unsaved change (from QtCreator)
    2 : error : C1083 : Cannot open include file : ’libavutil/avconfig.h’ : No such file or directory (from Compiler)

    the avconfig.h file does not exit maybe duo to change in ffmpeg is there any replacement ?

  • movenc : support cenc (common encryption)

    7 décembre 2015, par erankor
    movenc : support cenc (common encryption)
    

    support writing encrypted mp4 using aes-ctr, conforming to ISO/IEC
    23001-7.

    3 new parameters were added :
    - encryption_scheme - allowed values are none (default) and cenc-aes-ctr
    - encryption_key - 128 bit encryption key (hex)
    - encryption_kid - 128 bit encryption key identifier (hex)

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] Changelog
    • [DH] libavformat/Makefile
    • [DH] libavformat/movenc.c
    • [DH] libavformat/movenc.h
    • [DH] libavformat/movenccenc.c
    • [DH] libavformat/movenccenc.h
  • qsvdec : move qsv_process_data() from qsvdec_h264 to the common code

    21 juillet 2015, par Anton Khirnov
    qsvdec : move qsv_process_data() from qsvdec_h264 to the common code
    

    It will be shared with the upcoming mpeg2 and hevc decoders.

    • [DBH] libavcodec/qsvdec.c
    • [DBH] libavcodec/qsvdec.h
    • [DBH] libavcodec/qsvdec_h264.c