Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (83)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

Sur d’autres sites (11637)

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