Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (64)

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

  • avformat/vividas : simplify, use av_rescale_q() instead

    28 avril 2020, par Limin Wang
    avformat/vividas : simplify, use av_rescale_q() instead
    

    note it'll cause a small difference in accuracy for the pts, please see the testing result below :
    $ wget http://samples.ffmpeg.org/archive/all/unknown+unknown+unknown+unknown+5029_paramount_en_1250.viv
    $ ./ffmpeg -t 0.04 -i ./unknown+unknown+unknown+unknown+5029_paramount_en_1250.viv -f null -
    old :
    pts : 522
    pts : 1044
    pts : 1567
    pts : 3918
    pts : 8097
    pts : 12277
    pts : 16457
    ...

    new :
    pts : 522
    pts : 1045
    pts : 1567
    pts : 3918
    pts : 8098
    pts : 12278
    pts : 16457
    ...

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/vividas.c
  • fftools/ffplay : fix rotation incorrect when frame contains the displaymatrix

    5 septembre 2022, par Wang Yaqiang
    fftools/ffplay : fix rotation incorrect when frame contains the displaymatrix
    

    For example, if the jpeg contains exif information
    and the rotation direction is included in the exif,
    the displaymatrix will be set on the side_data of the frame when decoding.
    However, when ffplay is used to play the image,
    only the side data in the stream will be determined.
    It does not check whether the frame also contains rotation information,
    causing it to play in the wrong direction

    Reviewed-by : Zhao Zhili <zhilizhao@tencent.com>
    Signed-off-by : Wang Yaqiang <wangyaqiang03@kuaishou.com>

    • [DH] fftools/ffplay.c
  • avcodec/libzvbi-teletextdec : replace data_size with got_sub_ptr for better readability

    24 mars 2020, par Limin Wang
    avcodec/libzvbi-teletextdec : replace data_size with got_sub_ptr for better readability
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/libzvbi-teletextdec.c