Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (66)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

Sur d’autres sites (10918)

  • x86 : SSE2/AVX idct_dequant_2x4_(dc|dconly)

    20 février 2016, par Henrik Gramner
    x86 : SSE2/AVX idct_dequant_2x4_(dc|dconly)
    

    Only used in 4:2:2. Both 8-bit and high bit-depth implemented.

    Approximate performance improvement compared to C on Ivy Bridge :

    x86-32 x86-64
    idct_dequant_2x4_dc 2.1x 1.7x
    idct_dequant_2x4_dconly 2.7x 2.0x

    Helps more on 32-bit due to the C versions being register starved.

    • [DH] common/quant.c
    • [DH] common/x86/quant-a.asm
    • [DH] common/x86/quant.h
  • Is it possible to run the ffmpeg command as a server ?

    23 janvier, par Parlor311

    Instead of running the "ffmpeg" command on every request in my REST API, I want to be able to run it a single time as a server, a separate process or service, and have the REST endpoint call the server over any supported protocol. The endpoint should be able to stream the input and receive the streamed output from the server. Is this possible using the ffmpeg CLI ? I can't find a single resource that covers this use case. If possible to provide the right command configuration. Thank you.

    


  • Refactored Angular module.

    13 juin 2013, par blueimp
    Refactored Angular module.
    

    Renamed fileupload directive to fileUpload (file-upload in templates)
    for consistency with the service and controllers.
    Preview and Progress directives now use "file-upload-" as prefix as a
    sort of namespace.
    The formatFileSizeFilter now accepts suffix and prefix for the units.
    This allows better localizing for languages which put the unit label
    first.