Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (47)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • 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 (8671)

  • Running FFMpeg on the server (to save the user from waiting)

    26 juin 2013, par Tom

    I have made a simple page that lets a user upload videoes for then to display all the videoes uploaded using the HTML5 <video></video> tags. But to provide the user with full browser support I need to transcode all the videoes that are being uploaded into a few new formats. The problem is then that now I am transcoding all vidoes into two different formats, which in turn takes a long time and it makes the user have to wait for the video being transcoded. Is there a simple way that anyone know of that lets me run this script in "the background" so that the user experience is in no way being compromised with long wait times ?

    I am running the FFMpeg scripts using PHP with the exec command.

  • ffmpeg : How to parse an hevc bitstream and save nal packet information to a txt file ?

    23 juillet 2014, par zinon

    Is there a simple way to parse an hevc bitstream file using ffmpeg and save all the containing information in a readable way in a txt file ?

    Thank you in advance !

  • mpegts : save last pcr of pcr pids in PES Context

    27 juillet 2013, par Marton Balint
    mpegts : save last pcr of pcr pids in PES Context
    

    Based on a patch by Reimar Döffinger.
    http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2012-September/131610.html

    Signed-off-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mpegts.c