Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (95)

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

  • Merge commit '0c0b87f12d48d4e7f0d3d13f9345e828a3a5ea32'

    28 septembre 2017, par James Almer
    Merge commit '0c0b87f12d48d4e7f0d3d13f9345e828a3a5ea32'
    

    * commit '0c0b87f12d48d4e7f0d3d13f9345e828a3a5ea32' :
    aarch64 : vp9itxfm : Fix incorrect vertical alignment
    aarch64 : vp9itxfm : Update a comment to refer to a register with a different name
    aarch64 : vp9itxfm : Use the right lane sizes in 8x8 for improved readability
    aarch64 : vp9itxfm : Use a single lane ld1 instead of ld1r where possible
    aarch64 : vp9itxfm : Share instructions for loading idct coeffs in the 8x8 function
    arm : vp9itxfm : Share instructions for loading idct coeffs in the 8x8 function
    aarch64 : vp9itxfm : Do separate functions for half/quarter idct16 and idct32
    arm : vp9itxfm : Do a simpler half/quarter idct16/idct32 when possible
    aarch64 : vp9itxfm : Move the load_add_store macro out from the itxfm16 pass2 function
    arm : vp9itxfm : Move the load_add_store macro out from the itxfm16 pass2 function
    aarch64 : vp9itxfm : Make the larger core transforms standalone functions
    arm : vp9itxfm : Make the larger core transforms standalone functions

    This commit is a noop, see
    f8fcee0daf42d16581ec581bd5ff6373c3a76103
    dc47bf3872fde18f6aea33f015a95b70e24dff19
    3bd9b39108076e1fca8cd26970cb946fce66523a
    a681c793a30386d01d273ce86b3368311cffb511
    824589556cb7c4bfafb8a0190e71a10c628f5339
    9532a7d4d060f2a2741225a76945daed52dbc478
    1d8ab576a7e40ea6209dd753929f26dcb37e1444
    3006e5253afc6a0ee001916806aae80f157d7043
    19a0f9529ccdb48696f0caa251fe36b1d30df739
    6752318c737663f0ac019de3acd63e3cea706864
    d0fbf7f34e7243f6a4cbde9925f34d924e6d93f7
    16ef000799b227d0226b7a678d28c34ff1d09410

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

  • Is H.264 used with CRF 0 really strictly lossless ?

    23 décembre 2017, par Mephisto

    I am surprised by how small files are when encoded in ffmpeg with the libx264 codec in Constant Rate Factor mode equals zero (-crf 0) that, according to the documentation, is "lossless".

    I would like to make sure what the word "lossless" here means. I would like to know if it follows my personal definition of lossless video : After encoding a video, you can confidently bet the life of your mother that, once you play it, the numerical values in the pixels of the restored video will be identically equal (within maybe a factor 0.00001 due to the floating point arithmetic) to the original.

    Does the H.264 lossless encoding follow my definition, or do they call it "lossless" because it is visually very close, very beautiful, whatever... ?

  • configure : Use pkg-config for fdk-aac

    10 mai 2015, par Luca Barbato
    configure : Use pkg-config for fdk-aac
    

    Makes the life of the people already setting PKG_CONFIG_PATH simpler.

    • [DH] configure