Recherche avancée

Médias (91)

Autres articles (35)

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

  • ffmpeg thumbnails with exact size main aspect ratio [migrated]

    31 mai 2013, par diogopms

    Hi need to get one thumbnail with resolution 560x420.

    I'm using this command :

    ffmpeg -i "file.mp4" -vf "scale=560:-1,pad=max(iw\,ih):420:(ow-iw)/2:(oh-ih)/2" \
     -frames:v 1 best.png

    This command works..any other alternative ?? the image cannot be deformed.

  • Revision 5a1c953310 : Refactor encode_sb_ for 4x8/8x4 partition Deprecate set_block_index. Replace it

    17 mai 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Refactor encode_sb_ for 4x8/8x4 partition

    Deprecate set_block_index. Replace it with get_sb_index_ for
    consistency with partition search and bit-stream writing/reading.

    Use b_width/height_log2 instead of mi_width/height_log2, to support
    4x4 resolution partition types.

    Change-Id : Ic1e71981e163c669f7ea6b3c12b831c284c4a494

  • Revision 3819f11b28 : Use b_width_log2_ in partition type parse Replace mi_width/height_log2 with b_w

    16 mai 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_bitstream.c



    Use b_width_log2_ in partition type parse

    Replace mi_width/height_log2 with b_width/height_log2 in partition
    type parsing at bit-stream writing stage. This allows parsing
    resolution at 4x4 block level and makes the 4x4/4x8/8x4 partition
    coding consistent with other superblock types.

    Change-Id : I7db3617ea042e0db2dc898999b0c323bff91a22f