Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (111)

  • 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

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (11035)

  • how can i make a dynamic video using ffmpeg and after effects template ?

    18 mars 2016, par Amir Ali Salah

    i would like to generate automatically a video for each user from his pictures using after effects template, something like this Take This Lollipop

    but without taking pictures from facebook, only from mysql database. i tried many solutions but without being successful, i was trying this from 3 years ago, just for knowledge.

  • Live website to video

    25 janvier 2016, par Asaf Nevo

    I have a website which shows a slideshow of pictures using JS.

    The pictures objects are coming from a web service and are being updated from time to time.

    In few days, I doing a test with a potential client to present the pictures slideshow on his big LED screen.

    He’s using BSPlayer for the content on screen, an able to present a website, but it will never be a clean full screen (the X button and such will always be presents).

    He’s the most comfort with presenting a video rather than a website.

    One of my ideas of solutions was to check if there is a way to stream a content of a website.

    Googling it got me to a solution combined ImageMagic and FFMPEG which you can read about here

    My problem is that this solution only creates a slide show out of static pictures - which I can do, but i’m losing the dynamic part of my live slideshow.

    Is there a tool for capturing websites and converting them into a stream of videos ?

    Or maybe a workaround to achieve the same functionality ?

  • Compling ffmpeg with libwebp error(s)

    30 avril 2018, par Madao

    So I’m trying to compile ffmpeg with —enable-libwebp. But I am getting the following errors :

    In file included from libavcodec/libwebpenc_animencoder.c:30:0:
    /usr/include/webp/mux.h:101:13: error: expected identifier or ‘(’ before ‘int’
    WEBP_EXTERN(int) WebPGetMuxVersion(void);
                ^~~
    /usr/include/webp/mux.h:107:13: error: expected identifier or ‘(’ before ‘WebPMux’
    WEBP_EXTERN(WebPMux*) WebPNewInternal(int);
                ^~~~~~~
    /usr/include/webp/mux.h:120:13: error: expected identifier or ‘(’ before ‘void’
    WEBP_EXTERN(void) WebPMuxDelete(WebPMux* mux);
                ^~~~
    /usr/include/webp/mux.h:126:13: error: expected identifier or ‘(’ before ‘WebPMux’
    WEBP_EXTERN(WebPMux*) WebPMuxCreateInternal(const WebPData*, int, int);
                ^~~~~~~
    /usr/include/webp/mux.h:163:13: error: expected identifier or ‘(’ before ‘WebPMuxError’
    WEBP_EXTERN(WebPMuxError) WebPMuxSetChunk(
                ^~~~~~~~~~~~
    /usr/include/webp/mux.h:179:13: error: expected identifier or ‘(’ before ‘WebPMuxError’
    WEBP_EXTERN(WebPMuxError) WebPMuxGetChunk(
                ^~~~~~~~~~~~
    /usr/include/webp/mux.h:192:13: error: expected identifier or ‘(’ before ‘WebPMuxError’
    WEBP_EXTERN(WebPMuxError) WebPMuxDeleteChunk(
                ^~~~~~~~~~~~
    /usr/include/webp/mux.h:225:13: error: expected identifier or ‘(’ before ‘WebPMuxError’
    WEBP_EXTERN(WebPMuxError) WebPMuxSetImage(
                ^~~~~~~~~~~~
    /usr/include/webp/mux.h:245:13: error: expected identifier or ‘(’ before ‘WebPMuxError’
    WEBP_EXTERN(WebPMuxError) WebPMuxPushFrame(
                ^~~~~~~~~~~~
    /usr/include/webp/mux.h:263:13: error: expected identifier or ‘(’ before ‘WebPMuxError’
    WEBP_EXTERN(WebPMuxError) WebPMuxGetFrame(
                ^~~~~~~~~~~~
    ...

    Is there a certain version of libwebp I need to be using ? Any help would be greatly appreciated.