Recherche avancée

Médias (91)

Autres articles (29)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • How to create video from different resolution images

    1er septembre 2016, par azharmalik3

    I am using FFmpeg command to create video from images.

    ffmpeg -y -framerate 24 -i images/%d.jpg -c:v libx264 -pix_fmt yuv420p -preset slow -tune stillimage -level 2.1 -maxrate 500K -bufsize 2M -crf 18 -r 24 -g 30 output.mp4

    It creates a video with good quality using this command. But, it’s loose video quality when I create video from different resolution images. I have two different resolution images 640x480 and 2048x1536.

    Any solution for this ?

  • FFmpeg quadruple video resolution ? [on hold]

    4 janvier 2017, par Atemu

    Is it possible to upscale a 1920x1080 video (lossy h264@20000kbit/s, recorded with shadowplay) to 3840x2160 without any quality loss from upscaling the video so that 1 pixel becomes a square of 4 ?

  • swscale : Use full resolution chroma for yuv2rgb when the input has full chroma

    9 octobre 2013, par Michael Niedermayer
    swscale : Use full resolution chroma for yuv2rgb when the input has full chroma
    

    See Ticket3028

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libswscale/utils.c
    • [DH] tests/ref/fate/filter-pixfmts-scale