Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (112)

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

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (13502)

  • How to Make FFmpeg Duplicate the Last Frame When No New Frames Are Received ? [closed]

    3 décembre 2024, par David Asulin

    I’m trying to record video input from a pipe that only streams new frames if there is a change in the video source. I want FFmpeg to duplicate the last frame in case no new frame is received.

    


    The command I use is :

    


    nc localhost 9000 | ffmpeg -i pipe: -framerate 25 -fps_mode cfr output.mp4

    


    Running the above command only records a few seconds. How can I make FFmpeg record continuously and duplicate the last frame when no new frame is received ?

    


  • mute audio if the volume *exceeds* a threshold

    15 février 2023, par a1s2d3f4

    So, I have spent quite a bit of time looking for the answer but I get the exact opposite (something I already know how to do), namely, the audio below a certain threshold can get muted (can be done either with ffmpeg or sox).

    


    What I need is for the command to search my audio for anything that exceeds -18dB and mute all such segments. (The reason for this is because I have a recording where I am playing an electric piano with the audio output being recorded directly through the cable, but I am also recording from two microphones what I am speaking - between my playing. When I am playing the keyboard, the mics pick up a lot of action noise which I want to mute, and that's easy to do because the channel that records my piano input has piano sounds at that point and that corresponds exactly with when I want the audio from my mics to be muted, or at least attenuated.)

    


    Does anyone know if such a feat is possible ?
If it cannot be done with just one command, that's fine I'll try anything.

    


  • Anomalie #4663 (Fermé) : post_typo et contexte de lang dans l’espace privé

    19 février 2021, par cedric -

    La globale $GLOBALS[’spip_lang’] correspond toujours à la langue dans laquelle on est en train de traiter le contenu. Il y a effectivement un petit glitch depuis belle lurette sur l’affichage des contenus dans l’espace privé, qui se font dans la langue de l’utilisateur et pas dans la langue de l’objet, mais c’est pas propre au pipeline, qui t’enverrait la même info de langue que la globale. En résumé, tu auras le même soucis sur les corrections typo de SPIP sur le même contenu.

    Pour faire simple et court (mais il faudrait retrouver les tickets fleuves sur le sujet), c’est un problème de langue des labels vs la langue du texte de l’objet.
    Donc ici on fera guère mieux, sauf à corriger le bug initial, mais c’est un autre sujet. Et donc en synthèse, il est fiable, et c’est définitivement la bonne méthode, de se fier à la globale spip_lang pour les traitement typographiques