Recherche avancée

Médias (0)

Mot : - Tags -/tags

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (27)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (5399)

  • 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