Recherche avancée

Médias (91)

Autres articles (90)

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

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

  • avcodec/aac_ac3_parser : don't fill stream info in the sync function

    22 octobre 2022, par James Almer
    avcodec/aac_ac3_parser : don't fill stream info in the sync function
    

    Have it only find frame boundaries. The stream props will then be filled once
    we have an assembled frame.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/aac_ac3_parser.c
    • [DH] libavcodec/aac_ac3_parser.h
    • [DH] libavcodec/aac_parser.c
    • [DH] libavcodec/ac3_parser.c
  • Video - ffmpeg wrong frame number when merging mkv files

    9 juin 2014, par communications

    im trying to join several mkv files together with ffmpeg.

    they all have the same encoding settings.

    i think ffmpeg joins the files, because the filesize of the resulting file has the size of all others combined

    BUT when i open the file, only the number of frames of the last part are shown, so i guess its a problem in the header, where is says how long the video is...

    How can i fix that ?

    Heres the command i use :

    ffmpeg -i "concat:100frames_part0.mkv|100frames_part1.mkv|100frames_part3.mkv" -c copy 100frames.mkv
  • Revision 2901bf2d00 : Reducing the number of recursive calls. Both decode_modes_sb and decode_modes_b

    30 octobre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/decoder/vp9_decodframe.c



    Reducing the number of recursive calls.

    Both decode_modes_sb and decode_modes_b had conditions to immediately
    return at the beginning. Eliminating these conditions here and calling
    these functions only to do a real work. Also unrolling loop for
    PARTITION_SPLIT.

    Change-Id : I2fc41cb74ac491f045a2f04fe68d30ff4aaa555d