Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (84)

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (9504)

  • avcodec/loco : rotate other planes too for non-power of 2 widths

    11 septembre 2018, par Paul B Mahol
    avcodec/loco : rotate other planes too for non-power of 2 widths
    

    This was forgotten in df05fd3131fd94d01ebeaa58b4c60510961b8be2.

    • [DH] libavcodec/loco.c
  • Evolution #2514 : Doc joint EPUB reconnu en tant que ZIP au lieu de l’être comme EPUB

    31 janvier 2012, par Joachim SENE

    Voici un lien vers la page Gutenberg.org de Flatland, par E. Abbot, qui propose deux epubs différents. Domaine public. Gutenberg propose tous ses titres au format epub. Ci-joint L’éducation sentimentale de G. Flaubert, domaine public. (...)

  • Why ffmpeg take lot of data while extracting frames from a online video ?

    28 juillet 2023, par strcurious

    I just extracted frames from a online video , it extracted around 956 frames. Size of all the extracted frames is 28.6 mb on hard drive but it just consume around 400-500 mb data. I extracted 1 frame every 3 second

    


    here is the command

    


    ffmpeg -ss 00:02:45.000 -i 'example.com/1mp4' -t 45:02.000 -vf fps=1/3 %01d.jpeg


    


    Is there any way I can see frames of a video online whenever I hover pointer on duration of video ?

    


    I expected to consume it's less data