Recherche avancée

Médias (91)

Autres articles (42)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (6775)

  • Generating a waveform using ffmpeg

    2 février 2017, par krisph

    I am trying to generate a waveform image using ffmpeg.

    I have successfully made a waveform image, however it doesn’t look very nice...

    I have been looking around to try and style the image to make it look nicer, however I have been unable to find any information on this or any tutorials on this.

    I am using PHP and shell_exec to create the waveform.

    I am aware that there are php library that can do this but due to file format this is a lengthy process.

    The code I am using is as follows :

    $command = 'convertvid\bin\ffmpeg -i Temp\\'.$file.' -y -lavfi showwavespic=split_channels=0:s='.$width.'x50 Temp\\'.$PNGFileName;
    shell_exec($command);

    Basically I would like to add a line through the middle as there are blank spots at the moment and would like to be able to set the background and wave colour.

  • Generating a waveform using ffmpeg

    23 novembre 2024, par krisph

    I am trying to generate a waveform image using ffmpeg.

    



    I have successfully made a waveform image, however it doesn't look very nice...

    



    I have been looking around to try and style the image to make it look nicer, however I have been unable to find any information on this or any tutorials on this.

    



    I am using PHP and shell_exec to create the waveform.

    



    I am aware that there are php library that can do this but due to file format this is a lengthy process.

    



    The code I am using is as follows :

    



    $command = 'convertvid\bin\ffmpeg -i Temp\\'.$file.' -y -lavfi showwavespic=split_channels=0:s='.$width.'x50 Temp\\'.$PNGFileName;
shell_exec($command);


    



    Basically I would like to add a line through the middle as there are blank spots at the moment and would like to be able to set the background and wave colour.

    


  • configure.ac : Remove unused config flags

    4 décembre 2016, par Erik de Castro Lopo
    configure.ac : Remove unused config flags
    

    FLAC__NO_SSE_OS and FLAC__SSE_OS.

    Patch-from : "lvqcl.mail" <lvqcl.mail@gmail.com>

    • [DH] configure.ac