Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (12)

  • 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

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (3143)

  • lavfi/pad,crop,scale : remove options description from filter description

    19 septembre 2013, par Paul B Mahol
    lavfi/pad,crop,scale : remove options description from filter description
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/vf_crop.c
    • [DH] libavfilter/vf_pad.c
    • [DH] libavfilter/vf_scale.c
  • lavfi/scale : add nb_slices debug option

    18 décembre 2015, par Clément Bœsch
    lavfi/scale : add nb_slices debug option
    
    • [DH] libavfilter/vf_scale.c
  • what is The fastest way to scale down a H264 video in 2:1 ?

    12 décembre 2015, par 李天宇

    when I use ffmpeg to scale a H264 video. It seems that the video is decoded to the raw graph then scaled then encoded again. But if the speed is very critical,is there a faster way if I specify a “good" ratio like 2:1, as if I want to pick up one pixel in every four ?

    I know a bit how h264 works, 8*8/4*4 pixels are coded as a group,so it’s not easy to pick up 1/4 pixels in its range. But is there a way to merge 4 group into one quickly ?