Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Merge remote-tracking branch ’qatar/master’

    19 septembre 2011, par Michael Niedermayer

    Merge remote-tracking branch ’qatar/master’

  • FFMPEG : MB Rate > Level Limit Error Message

    10 juin 2013, par pleasehelpme

    Running a .bat file for rotating a video's orientation generates this error message.

    [libx264 @ 0162fb80] MB rate (108000000) > level limit (2073600)

    It appears on some videos, and the outputs of these videos are corrupted. How to fix this error ?

    .bat for rotating video orientation

    set ffm="C:\ffmpeg\bin\ffmpeg.exe"
    set frmt=*.mp4
    cd "D:\..."
    for %%f in (%frmt%) do %ffm% -i "%%f" -vf "transpose=2" -vsync 2 -sameq %%f.mp4"
    mkdir old
    move %frmt% old\
    @echo **********************************
    @echo **** Press any key to finish *****
    @echo **********************************
    pause
  • FFMPEG : MB Rate > Level Limit Error Message

    10 juin 2013, par pleasehelpme

    Running a .bat file for rotating a video's orientation generates this error message.

    [libx264 @ 0162fb80] MB rate (108000000) > level limit (2073600)

    It appears on some videos, and the outputs of these videos are corrupted. How to fix this error ?

    .bat for rotating video orientation

    set ffm="C:\ffmpeg\bin\ffmpeg.exe"
    set frmt=*.mp4
    cd "D:\..."
    for %%f in (%frmt%) do %ffm% -i "%%f" -vf "transpose=2" -vsync 2 -sameq %%f.mp4"
    mkdir old
    move %frmt% old\
    @echo **********************************
    @echo **** Press any key to finish *****
    @echo **********************************
    pause