Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (35)

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

  • How to reduce the resolution of a video using ffmpeg ?

    6 septembre 2015, par testa abalez

    I want to reduce the resolution of a video from 1024*768 to 800*600.
    I found on the web ffmpeg, and the library swscale (I use in C.

    And I found some informations on the web, but nothing about how to reduce the resolution of a video nor about which functions to use

    How can I do ?

  • ffmpeg generate higher resolution images for photojpeg encoding

    22 août 2015, par Arun

    I have a bunch of mov / H.264 files, that I’d like to encode into mov/MJPEG. However I’m getting very low quality output. Here’s what I tried :

    ffmpeg -i a.mov -an -crf 11 -preset slower -pix_fmt yuv420p -vcodec mjpeg -f mov -y b.mov

    For H.264 encoding the -crf and -preset flags generate higher quality. But that doesn’t seem to work for MJPEG.

  • jpeg2000 : Validate resolution levels

    1er juillet 2013, par Luca Barbato
    jpeg2000 : Validate resolution levels
    

    There are 32 maximum decomposition levels, thus 33 resolution levels.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/jpeg2000dec.c