Recherche avancée

Médias (91)

Autres articles (107)

  • 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

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

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

  • libavcodec/exr : fix incorrect translation of denorm mantissa

    15 septembre 2020, par Mark Reid
    libavcodec/exr : fix incorrect translation of denorm mantissa
    
    • [DH] libavcodec/exr.c
    • [DH] tests/ref/fate/exr-rgba-multiscanline-half-b44
    • [DH] tests/ref/fate/exr-slice-raw
    • [DH] tests/ref/fate/exr-slice-rle
    • [DH] tests/ref/fate/exr-slice-zip1
    • [DH] tests/ref/fate/exr-slice-zip16
  • Monitor multiple instances of same process

    18 décembre 2013, par user3116597

    I'm trying to monitor multiple instances of the same process. I can't for the life of me do this without running into a problem.

    All the examples I have seen so far on the internet involve me writing out the PID or monitoring the process itself. The issue is that if one instance fails, it doesn't mean all the rest have failed as well.

    In order for me to write out the PID for each process it would mean I'd probably have to run each process with a short delay to record the correct, seeing as the way I need to record the PID is done through the process name being probed.

    If I'm wrong on this, please correct me. But so far I haven't found a way to monitor each individual process, which all have the same name.

    To add to the above, the processes are run in a batch script and each one is run in its own screen (ffmpeg would otherwise not be able to run in the background).

    If anyone can point me vaguely in the right direction on how to do this in Linux I would really appreciate it. I read somewhere that it would be possible to set up symlinks which would then give me fake process names and that way I can monitor the 'fake' process name.

  • I want to use C# to get the first frame of a video as a preview image of the video without using ffmpeg to achieve it [closed]

    19 avril 2023, par anton

    I have some video files here. My client asked me to edit and format these video files and some text content and display them. Of course, C# is required. Since ffmpeg has 100+ mb, it's too big. Is there any other alternative or other more portable three-party library ?

    


    I'm using ffmpeg now, but it's too big, it needs to be started from the command line, and it can't be packaged perfectly with fody.

    


    I wonder if there is a more lightweight or embedded way to replace it to get the first frame of the video as a preview of the video

    


    I'm using winform not WPF