Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (64)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (7695)

  • Terminal text becomes invisible after terminating subprocess

    21 novembre 2016, par wim

    After terminating an ffmpeg subprocess, the terminal gets messed up - typed characters are invisible ! The input still works in that commands can be executed, but keyboard input is not echoed to the terminal.

    Issuing shell command reset puts everything back to normal (or !reset from within ipython), so a workaround the issue is calling os.system('reset') inside the script.

    Other things I’ve tried : import curses; curses.initscr() before spawning the subprocess and curses.endwin() after termination, which worked somewhat but broke other stuff. Another possibly related issue is that after spawning the child process, the interactive terminal becomes laggy and sometimes fails to capture typed characters.

    The code to spawn the process looks like :

    with open('/tmp/stdout.log', 'w') as o:
       with open('/tmp/stderr.log', 'w') as e:
           proc = subprocess.Popen([args], stdout=o, stderr=e)

    And later to stop it :

    proc.terminate()
    proc.communicate()

    What could be going wrong here ?

  • Improved AC3 decoder level support (heavy drc, dialnorm)

    27 août 2014, par Jean-Francois Thibert
    Improved AC3 decoder level support (heavy drc, dialnorm)
    

    Added support for AC3 heavy dynamic range compression used
    to restrict the output range and added a setting to specify
    the output target level and use the dialog normalization
    field to apply it in the digital domain.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/ac3.h
    • [DH] libavcodec/ac3dec.c
    • [DH] libavcodec/ac3dec.h
    • [DH] libavcodec/ac3dec_fixed.c
    • [DH] libavcodec/ac3dec_float.c
  • Failed to load required native libraries exception in an Outlook plugin / add-in

    30 mai 2023, par El_T

    We have an Outlook add-in which is failing to run 3rd party media player controls on a WinForm :

    &#xA;

    "Could not load file or assembly" or "Failed to load required native libraries"

    &#xA;

    We tried posting out on the Github repos :

    &#xA;

    https://github.com/SuRGeoNix/Flyleaf/issues/308

    &#xA;

    https://code.videolan.org/videolan/LibVLCSharp/-/issues/611#note_386617

    &#xA;

    We also tried copying dll's etc. It seems to be with the actual loading process or permissions in some way.

    &#xA;

    The media players are not running.

    &#xA;