Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (101)

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

  • Revision 6ae58931d6 : Fix decoder resolution change with tiles There was a bug with the decoder that

    7 avril 2014, par Frank Galligan

    Changed Paths :
     Modify /test/test-data.sha1


     Modify /test/test.mk


     Modify /test/test_vectors.cc


     Modify /test/vp9_thread_test.cc


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_dthread.c



    Fix decoder resolution change with tiles

    There was a bug with the decoder that if you started the decoder
    with more threads than the first frame had tile columns. Afterwards
    tried to decode a frame with more tile columns than the first frame,
    the decoder would hang. E.g. run vpxdec —threads=4. The first frame
    had two tile columns, then the next key frame had 4 tile columns, the
    decoder would hang. If you started with 4 tiles and switched to 2
    tiles the decoder would be fine. The issue is that the worker the thread
    loop is using is stale.

    I added a test vector "vp90-2-14-resize-848x480-1280x720.webm" that
    exhibited the bug.

    Change-Id : I7bdd47241a52ac0fe1c693a609bc779257e94229

  • avcodec/ffv1enc : Allow less than 2 rows of slices for low vertical resolution

    26 juin 2017, par Michael Niedermayer
    avcodec/ffv1enc : Allow less than 2 rows of slices for low vertical resolution
    

    Fixes : Ticket5548

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1enc.c
  • Change video resolution ffmpeg

    25 janvier 2023, par liorko

    I have videos with different resolution. I want that all of them will be in resolution of 480x320. I tried the command :

    &#xA;&#xA;

    ffmpeg -i %s_ann.mp4 -vf scale=480x320,setsar=1:1 %s_annShrink.mp4&#x27; %(dstfile,dstfile)&#xA;

    &#xA;&#xA;

    but the output of the videos are files with the size of 0 kb.

    &#xA;&#xA;

    What I'm doing wrong ?

    &#xA;