Recherche avancée

Médias (91)

Autres articles (21)

  • 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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

Sur d’autres sites (5121)

  • Switch between rtsp stream and static image input on the fly based on rtsp stream availability in ffmpeg command while recording

    3 décembre 2022, par Abdullah Farweez

    Basically there are two inputs for ffmpeg planning to execute Windows 10 OS. RTSP stream and static image. While saving frames if rtsp strram is not available or timeout occurs, then ffmpeg immediately switch to second input. If rtsp stream is back, continue with rtsp.

    


    Key expectations is that the process should not try to reconnect to rtsp source or process should not restart.

    


    Ffmpeg commands with/without pipes or gstreamer or simple proxy server or any fresh solutions with scrpts/commands/codes to try outs are highly appreciated.

    


  • swscale/swscale_unscaled : account for semi planar formats with data in the msb

    14 mars, par James Almer
    swscale/swscale_unscaled : account for semi planar formats with data in the msb
    

    Fixes fate failures introduced by recent tests that exercise the faulty code.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libswscale/swscale_unscaled.c
    • [DH] tests/ref/pixfmt/p410-nv24
    • [DH] tests/ref/pixfmt/p410-p412be
    • [DH] tests/ref/pixfmt/p410-p412le
    • [DH] tests/ref/pixfmt/p410-p416be
    • [DH] tests/ref/pixfmt/p410-p416le
    • [DH] tests/ref/pixfmt/p412-nv24
    • [DH] tests/ref/pixfmt/p412-p410be
    • [DH] tests/ref/pixfmt/p412-p410le
    • [DH] tests/ref/pixfmt/p412-p416be
    • [DH] tests/ref/pixfmt/p412-p416le
  • x86 : optimize and clean up predictor checking

    19 janvier 2013, par Jason Garrett-Glaser

    x86 : optimize and clean up predictor checking