Recherche avancée

Médias (91)

Autres articles (63)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9030)

  • What are the bad things that V8 Memory limitation can cause in a Node.js app ?

    9 octobre 2014, par scaryguy

    I’ve read several things about V8 Memory Limitation. Alas, I’m still not clear with it. Maybe it’s clear but I don’t want to believe. Here is my question :

    I have a Node.js application which will be hosted in a single physical server. This app will basically be an interface for some video related CPU and RAM heavy jobs. For example, I use FFMPEG to transcode videos within this application. And when doing this, I use child_processes of Node. Especially .spawn.

    My question is ;
    Since I’m running CPU and RAM intensive jobs inside a child_process, will I hook up to V8 Memory Limit (in a properly set 64bit system it’s 1.7GB) ?

    Because my FFMPEG processes will exhaust almost all resources of the server in production. Depending on the server configuration, it may use even 32GB of ram and tens of virtual CPU cores.

    I think I need some explanation on how child_processes work.

    Thank you

  • Cannot install ffmpeg [closed]

    22 mai 2022, par Ashok M

    I'm trying to learn video processing using Python. For that, I tried installing one of two packages using Homebrew : ffmpeg and ImageMagick. After upgrading and updating Homebrew, I ran the command : brew update && brew install ffmpeg. Below is the error I got before some downloads started :

    


    ERROR :

    


    xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun


    


    After all downloads completed, another error came up as shown below :

    


    Error: python@3.9: the bottle needs the Apple Command Line Tools to be installed.
  You can install them, if desired, with:
    xcode-select --install
You can try to install from source with:
  brew install --build-from-source python@3.9
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.


    


    I'm on MacOSx with Python 10.4 installed. Don't if that's making any difference to the installation. Thanks for any help.

    


  • fftools/ffmpeg_sched : make sure to always run task cleanup

    27 mars 2024, par Anton Khirnov
    fftools/ffmpeg_sched : make sure to always run task cleanup
    

    Even in cases where sch_start() failed. This ensures all links are
    properly closed and no tasks are left hanging.

    Fixes #10916.

    • [DH] fftools/ffmpeg_sched.c