Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (79)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (5536)

  • running the first Qt + ffmpeg profram : undefined reference av_register_all [duplicate]

    20 avril 2016, par Julia

    This question already has an answer here :

    I am trying to include ffmpeg in my qt project on windows (I use QT Creator).
    I wrote a small program.

    #include <iostream>

    #ifdef __cplusplus
    extern "C" {
    #endif
    #include <libavcodec></libavcodec>avcodec.h>
    #include <libavformat></libavformat>avformat.h>
    #include <libswscale></libswscale>swscale.h>
    #ifdef __cplusplus
    }
    #endif

    using namespace std;

    int main(int argc, char *argv[])
    {

       av_register_all();

       return 0;
    }
    </iostream>

    And here is the problem

    undefined reference av_register_all

    Please help me to fix it.

  • How to store out put of ffmpeg in buffers or etc instead of phone storage in android ?

    28 mars 2018, par Hossein Yazdanfar

    I have and android studio project using ffmpeg.

    As I want to process the output of ffmpeg commands again ,I want to store the them in buffers , byte[] or etc instead of phone memory so the performance would be better.

    my project includes ffmpeg so libraries with jni and I do things with commands...
    I have heard about memory protocol but searches didn’t help me a lot...

    any Help please ?

  • Information about ffmpeg what algorithm does it use if any [closed]

    15 janvier 2021, par Education 4Fun

    I'm in search of some info about FFmpeg.I did search for the info but did not find answers for most of my questions.

    &#xA;

    FFmpeg is a framework written in C++ which helps in editing videos from the command line.
    &#xA;So what does FFmpeg use to do editing like are there any algorithms which it uses or any ?
    &#xA;If I'm building a project then I can say the project comes under image processing as a video is made up of images and the framework works on images right ?
    &#xA;or video processing ?
    &#xA;FFmpeg is a stand-alone framework right or it depends on any other ?
    &#xA;Sorry for asking noncoding questions here

    &#xA;