Recherche avancée

Médias (0)

Mot : - Tags -/masques

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (101)

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

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

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

Sur d’autres sites (12412)

  • matroskadec : introduce resync function.

    28 mai 2013, par Sean McGovern
    matroskadec : introduce resync function.
    

    This allows handling matroska files with errors.
    Fixes test4.mkv and test7.mkv from the official Matroska test suite,
    and by extension Bugzilla #62.

    Based on a patch by Reimar Doffinger <Reimar.Doeffinger@gmx.de>

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavformat/matroskadec.c
  • Using ffmpeg with frei0r on windows 10. Can't find module from frei0r

    21 février 2023, par Denis

    I am trying to add a filter to my video using ffmpeg and frei0r filters on windows 10. ffmpeg.exe is located in the system32 folder. ffmpeg works fine on other tasks. As soon as I try to add the frei0r filter, I get an error :

    &#xA;

    Could not find module &#x27;glow&#x27;.&#xA;Error initializing filter &#x27;frei0r&#x27; with args &#x27;glow:20&#x27;&#xA;

    &#xA;

    I downloaded the frei0r dll files from the official site and placed them in the system32 folder, and then placed them in another folder. Additionally, I registered the path :

    &#xA;

    set FREI0R_PATH=C:\WINDOWS\system32\frei0r-1&#xA;

    &#xA;

    In cmd I enter the following command :

    &#xA;

    ffmpeg -loglevel debug -i 1.mp4 -vf "frei0r=glow:20" -t 10 1out.mp4&#xA;

    &#xA;

    help me

    &#xA;

    I tried everything I saw online and nothing helped.

    &#xA;

  • Installing FFMPEG using LinuxBrew in Cloudlinux VPS ?

    27 juillet 2016, par Brahma Kumar Krishna

    I use Homebrew in my Mac to manage my essential PHP packages (for local development) and love the simplicity it provides in doing so.

    Now, I want to deploy my local PHP project which deals with some video processing using the FFMPEG package into my Cloudlinux based VPS. So, to install FFMPEG, I first installed LinuxBrew following this tutorial.

    Finally, when I hit brew install ffmpeg or brew install ffmpeg —with-ffplay —with-freetype —with-openjpeg —with-x265 —with-rubberband then it simply halts as in this image.

    I also checked LinuxBrew’s official documentation and their troubleshooting checklist but could not get any solution to my problem.

    So, I would be very much thankful if anyone could kindly help me to solve the issue or at least point me to the right direction.

    Thanks in advance.