Recherche avancée

Médias (91)

Autres articles (97)

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

  • ANNEXE : Les extensions, plugins SPIP des canaux

    11 février 2010, par

    Un plugin est un ajout fonctionnel au noyau principal de SPIP. MediaSPIP consiste en un choix délibéré de plugins existant ou pas auparavant dans la communauté SPIP, qui ont pour certains nécessité soit leur création de A à Z, soit des ajouts de fonctionnalités.
    Les extensions que MediaSPIP nécessite pour fonctionner
    Depuis la version 2.1.0, SPIP permet d’ajouter des plugins dans le répertoire extensions/.
    Les "extensions" ne sont ni plus ni moins que des plugins dont la particularité est qu’ils se (...)

Sur d’autres sites (7466)

  • Does video capture in openCV use ffmpeg ?

    26 juin 2019, par Ignacio Peletier

    I am capturing video with openCV and converting it to frames and have the follwing question :

    Does it use FFMPEG in a lower level ?

    The idea behind this question is that I am trying to reduce times in the generation of frames and was wondering if there is a faster method.

    Furtherly, I do not need all the frames and I would like to randomly rample frames of the video.

    Thank you ! If I have not been clear enough please tell me.

  • Any AS3 solutions for video compression ?

    18 novembre 2017, par Troy Myers

    I’ve been looking around and it does not seem like it is possible with Flash, but is there any way to compress a video file from a mobile device then upload it to a server ? Right now some of my videos are too large (30 mb for 15 seconds) resulting in long upload times. Everything seems to point to ffmpeg but to implement ffmpeg you have to use the NativeProcess which isn’t allowed on mobile devices. Is such a thing possible on the server side via PHP or only client side ? or should I switch to something like Xamarin instead of AS3.

    Thanks !

  • ffmpeg vs mencoder

    17 décembre 2022, par Jonah Braun

    I'm doing a bunch of video encoding for a variety of devices and platforms. I've bounced back and forth a few times between mencoder and ffmpeg. Which do you recommend and why ?

    



    Side question : From googling it seems that mencoder uses ffmpeg. Does it do this all the time or only when it deems necessary ?