Recherche avancée

Médias (91)

Autres articles (55)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • tests/movenc : Validate that normal muxer usage doesn't print warnings

    3 avril 2024, par Martin Storsjö
    tests/movenc : Validate that normal muxer usage doesn't print warnings
    

    We have test to make sure that certain configurations do print
    warnings. However, the normal operation of the muxer within this
    test always printed a warning, so those tests to check for
    extra warnings didn't essentially guard anything.

    The warning that always was printed, "track 1 : codec frame size is
    not set" was not present in the libav fork where this testcase
    originated, it was removed in f234e8a32e6c69d7b63f8627f278be7c2c987f43.

    Set the frame size for the audio stream to silence the warning,
    and use this frame size in a couple later calculations, and check
    that one test configuration doesn't print warnings.

    Setting the frame size apparently changes the rounding of a timestamp
    in the ismv muxing testcase.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/tests/movenc.c
    • [DH] tests/ref/fate/movenc
  • avcodec/on2avc : use correct fft sizes

    6 août 2023, par Marton Balint
    avcodec/on2avc : use correct fft sizes
    

    Also rename the contexts and the functions so their names will reflect their
    intended size.

    With the earlier patch this fixes the audio corruption regression caused by
    6ba0aa1770ba29eb4126c6a706f6b0cd3809648f.

    Fixes ticket #10029.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/on2avc.c
  • proresdec : Check yuv slice data sizes.

    21 décembre 2011, par Michael Niedermayer

    proresdec : Check yuv slice data sizes.