Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (81)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Multiple side-to-side video streams in one file without transcoding

    10 avril 2019, par Serg Fillipenko

    I am investigating a possibility to store video streams which are coming from few sources already coded in h264 without video transcoding as the device I would like to use for this project won’t be capable of transcoding combined video on the fly.

    What I am looking for is two or more pictures side to side (not video concatenation) packed into mp4/avi/mkv.

    I believe mkv container supports such kind of packaging but I’ve not been able to find appropriate options for ffmpeg or other tool to store it this way. What it does is very slow video transcoding into one big h264 stream.

  • avcodec/vc1 : add overlap smooting and loop filter for frame/field-interlace

    23 avril 2018, par Jerome Borsboom
    avcodec/vc1 : add overlap smooting and loop filter for frame/field-interlace
    

    Add previously omitted overlap smooting and loop filtering for
    frame/field-interlace pictures. For progressive pictures switch to the
    re-implemented versions of overlap smooting and loop filtering.

    Signed-off-by : Jerome Borsboom <jerome.borsboom@carpalis.nl>

    • [DH] libavcodec/vc1_block.c
    • [DH] tests/ref/fate/vc1_ilaced_twomv
    • [DH] tests/ref/fate/vc1_sa10143
  • ffmpeg creating MPEG Video slice code 01e0

    6 avril 2014, par dinatis

    I have been using ffmpeg to encode some MPEG files (-vcodec mpeg1video), but at the end of the first slice, I see the code 01e0. The decoder implementation I am using is expecting a code in the range 0101 - 01af. So when 01e0 is encountered, the decoder thinks there are no more slices, pictures or GOP's.

    Does anyone what the 01e0 code signifies and what ffmpeg options I should use to get the slice codes (if that is what they are) appearing in the expected range ?