Recherche avancée

Médias (91)

Autres articles (102)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (15506)

  • use ffmpeg libs to control native video recording fps

    9 février 2015, par suitianshi

    I am recording video natively with help from Camera.setPreviewCallback and ffmpeg libs. I want to get a fixed fps(through AVCodecContext.time_base) mp4 video, say , the fps is 20 which means it will have 20 frames in one second.

    The problem is that on some device (my zte-u817) I only get about 10 frames within a second whereas on another device(XiaoMi-4) I could get 30 frames.

    As said above, it seems I have to find some way to add/drop frames based on current fps of camera preview callback.Dropping frames should be easy to implement. How about creating frames ? Appreciate if any example is provided

  • avcodec : Fix duration error after seek operation

    15 novembre 2013, par wangxingchao
    avcodec : Fix duration error after seek operation
    

    After seek, s->duration need recalculation, AVCodecParserContext need be set
    again. Without the fix, the first audio packet would be dropped after
    compute_pkt_fields() as the final pts/dts become invalid.

    Signed-off-by : wangxingchao <wangxingchao@xiaomi.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/cook_parser.c
  • Using AForge.Net for commercial closed-source applications

    22 mars 2015, par ilay zeidman

    I have application that our company want to make a product from.
    The application uses AForge.Net and in the AForge.Video.FFMPEG.dll which is under
    GPL v3 license. You can see AForge.net license

    My question : can I use this dll in my product ? Do my product have to be under gpl3 and the source should be available ?