Recherche avancée

Médias (91)

Autres articles (84)

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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (6036)

  • Compile FFMPEG on Debian 9 [on hold]

    11 septembre 2018, par Json

    I’m trying to run FFMPEG on my pi but the documentation really sucks and also I can’t seem to find any good tutorials.

    From what I read online, I saw that after you install ffmpeg using this command :

    sudo apt-get install ffmpeg

    you need to compile it. My question is, where do I find the ffmpeg folder ?

    I ran this command :

    dpkg -L ffmpeg

    and I got the following list :

    /etc /etc/ffserver.conf /usr /usr/bin /usr/bin/ffmpeg /usr/bin/ffplay
    /usr/bin/ffprobe /usr/bin/ffserver /usr/bin/qt-faststart /usr/share
    /usr/share/doc /usr/share/doc/ffmpeg
    /usr/share/doc/ffmpeg/RELEASE_NOTES
    /usr/share/doc/ffmpeg/changelog.Debian.gz
    /usr/share/doc/ffmpeg/changelog.gz /usr/share/doc/ffmpeg/copyright
    /usr/share/ffmpeg /usr/share/ffmpeg/libvpx-1080p.ffpreset
    /usr/share/ffmpeg/libvpx-1080p50_60.ffpreset
    /usr/share/ffmpeg/libvpx-360p.ffpreset
    /usr/share/ffmpeg/libvpx-720p.ffpreset
    /usr/share/ffmpeg/libvpx-720p50_60.ffpreset /usr/share/lintian
    /usr/share/lintian/overrides /usr/share/lintian/overrides/ffmpeg
    /usr/share/man /usr/share/man/man1 /usr/share/man/man1/ffmpeg-all.1.gz
    /usr/share/man/man1/ffmpeg-bitstream-filters.1.gz
    /usr/share/man/man1/ffmpeg-codecs.1.gz
    /usr/share/man/man1/ffmpeg-devices.1.gz
    /usr/share/man/man1/ffmpeg-filters.1.gz
    /usr/share/man/man1/ffmpeg-formats.1.gz
    /usr/share/man/man1/ffmpeg-protocols.1.gz
    /usr/share/man/man1/ffmpeg-resampler.1.gz
    /usr/share/man/man1/ffmpeg-scaler.1.gz
    /usr/share/man/man1/ffmpeg-utils.1.gz /usr/share/man/man1/ffmpeg.1.gz
    /usr/share/man/man1/ffplay-all.1.gz /usr/share/man/man1/ffplay.1.gz
    /usr/share/man/man1/ffprobe-all.1.gz /usr/share/man/man1/ffprobe.1.gz
    /usr/share/man/man1/ffserver-all.1.gz
    /usr/share/man/man1/ffserver.1.gz
    /usr/share/man/man1/qt-faststart.1.gz

    But I don’t see the ffmpeg folder listed, what am I missing ?

    Where do I need to cd to compile it ?

    And one more thing, once I found it, I need to run this command make install within the folder to compile, right ?

    EDIT : I know it takes a lot of time to compile on the pi itself, I don’t care.

  • One subtitle "page" to Image via FFMPEG

    12 mai 2017, par Edwin

    I love FFMPEG since it can do so much. But one thing I have been wondering. Is it actually possible to have one subtitle page converted into a transparent (PNG) image ?

    I know I can embed (burn) an SRT stream into a video. It can export to images. So, I think it must be doable, right ?

    Also, if I just through a line of text in the command line, can I just use a subtitle codec to interpret the text and convert it to an image ?

    I would love to make use of certain text styles, like Italic and text colors, stuff like that.

    I thought, I will just ask here before I try for a week (like I am kinda doing now) without any luck :)

  • Can not find / install ffmpeg and nasm with homebrew in MacOS

    8 janvier 2023, par t_pointer

    When I try to install ffmpeg using brew, I am prompted to install the “nasm” formula first. However, when I tried to install “nasm” formula, made the following error

    


    ➜  ~ brew install ffmpeg                
Running `brew update --preinstall`...
fatal: Could not resolve HEAD to a revision
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/cask).
==> Updated Casks
Updated 5 casks.

Warning: No available formula with the name "nasm" (dependency of homebrew-ffmpeg/ffmpeg/ffmpeg).
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.
➜  ~ brew install nasm
Warning: No available formula with the name "nasm".
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.