Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (77)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (11823)

  • Merge commit ’8ea15afbf2c1ec89b5d4bac1f0b8345e4b906a5d’

    30 mars 2017, par Mark Thompson
    Merge commit ’8ea15afbf2c1ec89b5d4bac1f0b8345e4b906a5d’
    

    * commit ’8ea15afbf2c1ec89b5d4bac1f0b8345e4b906a5d’ :
    hwcontext_qsv : transfer data through the child context when VPP fails

    Merged-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavutil/hwcontext_qsv.c
  • Cutting FLAC using ffmpeg does not change timestamps accordingly

    21 mars 2021, par George Tian

    I am using the following command to cut a FLAC file :

    &#xA;

    ffmpeg -i input.flac -ss 10s -t 10s -c copy output.flac

    &#xA;

    output.flac contains the correct duration of audio. However, all media players show its duration as the duration of input.flac.

    &#xA;

    The only other mention of this issue is an open ticket from 5 years ago.

    &#xA;

    How do I correct the timestamp of the output file ?

    &#xA;

  • ColdFusion : CFEXECUTE/FFMPEG Memory Issue ?

    2 août 2019, par dcolumbus

    So my application allows for users to upload video, convert it using FFMPEG and then transfer it over to the Flash Media Server. Lately, I’ve run into an issue.

    If ever there is an error when converting video, I automatically generate cfcatch report PDF. This time I came across a "Cannot allocate memory" error. This massively concerns me because I’m about to promote my system out and I can’t afford for the scripts to stop running within the first few hours.

    Is there a way to clean up the memory issues with ColdFusion ? I mean, once the job has been done, can I essentially "reset" the memory that the server was using ?

    If you understand the potential disaster, I’m sure you’ll understand why I’ve got to find out how to make sure my scripts are executing properly. The physical fix is to restart the server, but I obviously cannot be restarting the server every single time a user uploads a video...