Recherche avancée

Médias (91)

Autres articles (50)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (8390)

  • Revision 9596a4cc54 : vpxdec : add —loops option Allows vpxdec to operate multiple times on the same

    13 juin 2013, par John Koleszar

    Changed Paths :
     Modify /vpxdec.c



    vpxdec : add —loops option

    Allows vpxdec to operate multiple times on the same input. Mostly
    useful for debugging/development.

    Change-Id : Icf25ece22e387052eade4438971eee5ff4f798ba

  • Encoding raw video data using C++ [closed]

    6 décembre 2020, par Lakshya

    I have raw video data ( array of unsigned chars ). Which is data to represent one frame.
I have many frames like this.(Actually these are the frames of a video which I have already decoded.)

    


    How can I encode it using Gstreamer or FFMPEG or something else. Programming language should be C++.

    


    I am expecting some example code.

    


  • ffmpeg can not use Android LTE ?

    26 février 2018, par 심상원

    I am using ffmpeg version 3.3.6 to develop an app that displays images of IP cameras on Android.

    The code to process receiving the video is completed. The development environment to date is in the same wifi environment as the camera.

    However, if you attempt to connect to the camera with the same code in the LTE environment, the av_read_frame will terminate with an immediate exit requested error message.

    What is the reason for LTE error ?