Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (81)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (10857)

  • Revision 31341374d7 : Inter UV blocks use the same transform type as Y Extend the ext_tx experiment t

    15 septembre 2015, par Debargha Mukherjee

    Changed Paths :
     Modify /vp10/common/blockd.h


     Modify /vp10/common/entropymode.c



    Inter UV blocks use the same transform type as Y

    Extend the ext_tx experiment to make the UV inter blocks use
    the same transform type as the extended transform type used
    for Y.

    derflr : +1.792% (about +0.06)

    Change-Id : I4a77e1f7764b2e8b523e28f42ba13559dde4f0ca

  • lavf/hevc : Fix type specifiers, missed in 8b5d1553

    2 septembre 2022, par Carl Eugen Hoyos
    lavf/hevc : Fix type specifiers, missed in 8b5d1553
    

    Fixes several warnings with msvc :
    warning : format specifies type 'unsigned char' but the argument has type 'unsigned int'

    • [DH] libavformat/hevc.c
  • ffserver supplying wrong MIME type for mp4

    8 juillet 2015, par Alex Cohen

    I have a video stream I am streaming from ffserver that works fine on the webm side (in Chrome), however the h264/mp4 side does not work, at least not in Internet Explorer.

    Internet Explorer supplies an error of : ’MEDIA12899 : AUDIO/VIDEO : Unknown MIME type’

    Looking at what is going on in fiddler it appears that it is using a header containing :

    Content-Type : application/mp4

    Shouldn’t that type be video/mp4 ?

    In ffserver this particular stream is configured as :

    <stream>
    Feed 720_h264.ffm
    Format mp4
    NoAudio
    VideoCodec libx264
    VideoSize 1280x720
    VideoFrameRate 5
    VideoBitRate 4096
    VideoBufferSize 40000
    AVOptionVideo flags +global_header
    AVOptionVideo qmin 10
    AVOptionVideo qmax 42
    VideoGopSize 32
    PreRoll 5
    StartSendOnKey
    </stream>

    Does anyone know how to force or correct the header set by ffserver to (presumably) make MSIE happy ?