Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (80)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

Sur d’autres sites (6398)

  • doc/fate : advise on —assert-level=2

    12 mars 2024, par Nicolas Gaullier
    doc/fate : advise on —assert-level=2
    

    Signed-off-by : Nicolas Gaullier <nicolas.gaullier@cji.paris>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/fate.texi
  • Revision c7c98a7ffb : Move skip_block from BLOCK to MACROBLOCK This data is fixed at the MB level, so

    24 avril 2013, par John Koleszar

    Changed Paths : Modify /vp9/encoder/vp9_block.h Modify /vp9/encoder/vp9_quantize.c Move skip_block from BLOCK to MACROBLOCK This data is fixed at the MB level, so move it to the common part of MACROBLOCK. Change-Id : Idd8c87118e501cdf0a202bd84c28b502a8234edf

  • ffmpeg error message : MB Rate > level limit [closed]

    10 juin 2013, par pleasehelpme

    Running the .bat script 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 ?

    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