Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (44)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (7480)

  • installing ffmpeg on hosting that a person doesnt have full control of ?+

    10 avril 2019, par electroner1998

    I am wanting to use ffmpeg on my site, but my hoster is infinityfree. It comes with Softalicious Apps Installer, but it doesn’t have ffmpregg. Can I install it somehow ? Can I get the binaries and copy them to a folder in the domain ? Can I install it on WAMP, then copy the binaries over ? (Install WAMP, install ffmpeg, then copy the binaries ?). I don’t use home hosting cause I only have 1 GB of free storage left, but with infinityfree, you get Unlimited.

  • arm : Use full filenames as multiple inclusion guards

    13 janvier 2014, par Diego Biurrun
    arm : Use full filenames as multiple inclusion guards
    
    • [DH] libavcodec/arm/dsputil_arm.h
    • [DH] libavcodec/arm/hpeldsp_arm.h
    • [DH] libavcodec/arm/mpegvideo_arm.h
  • ffmpeg AVFrame get full decoded data to char*

    20 décembre 2018, par mmmaaak

    I get Frames in loop and decode it with ffmpeg getting AVFrame as e result of it.

    So I must get neccessary pixel data of frame into char* and give as a callback function’s parameter. So how I can generete such char* array ? In internet I saw some examples such as :

    for(y=0; ydata[0]+y*pFrame->linesize[0], 1, width*3, pFile);
    }

    or something like this. Is it true ? And which size would be my char* ? As I see we write width*3 *height bytes ?