Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (54)

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

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

Sur d’autres sites (6891)

  • Can you reuse an init.mp4 file for two separate FMP4 videos if they are encoded to the same specification ?

    19 février 2024, par TCR

    I have two separate FMP4 (Fragmented MP4) videos that I need to encode. Both videos will be encoded to the same specifications, including resolution, bitrate, and codec settings. I understand that each FMP4 video typically includes an init.mp4 file containing initialization data.

    


    My question is : can I reuse the same init.mp4 file for both videos since they are encoded to the same spec ? Would this cause any issues with playback compatibility or any other potential problems ?

    


    Since the moov atom contains general info and timing information meta-data, and both videos are encoded to the same specification, my thought is you could reference one init file for playback of both videos. If I could guarantee that encoding specifications are the same, what would be the consequence of such an approach ?

    


  • avformat/matroskadec : set all frames in a keyframe simple box as keyframes

    16 novembre 2024, par James Almer
    avformat/matroskadec : set all frames in a keyframe simple box as keyframes
    

    And not just the first, as it was being done for lacing. The spec states that the
    flag applies to everything inside the simple box.

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

    • [DH] libavformat/matroskadec.c
  • lavc/qsvenc_hevc : use open GOP by default

    7 octobre 2022, par Haihao Xiang
    lavc/qsvenc_hevc : use open GOP by default
    

    HEVC spec has CRA frame which allows random access with open GOP, hence
    it can achieve higher compression efficiency.

    Removing the entry was suggested by Andreas

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/qsvenc_hevc.c