Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (103)

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

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

Sur d’autres sites (7696)

  • Revision 35045 : on déplace la classe saisie_type_saisie sur le parent

    9 février 2010, par joseph@… — Log

    on déplace la classe saisie_type_saisie sur le parent

  • Revision 34180 : trop de class ne fait pas classe

    5 janvier 2010, par prigent.yohann@… — Log

    trop de class ne fait pas classe

  • How do I concatenate a specific audio recording to multiple different ones (at the beginning of each), in bulk ? [closed]

    28 septembre 2023, par catofws

    So I have an audio recording that's something like 10 seconds long, right ?

    


    That single audio recording needs to be added to the beginning of a lot of different ones, and I need to somehow be able to do it in bulk.

    


    I am talking about something very simple, literally adding that one specific 10 second long audio recording I have mentioned earlier to the beginning of the other ones, not overlapping with anything, thus extending the total duration by 10 seconds or so.

    


    Tried Audacity, works, but it's a long process that doesn't fit my purposes. If audacity can do it I know for sure that a simple script can accomplish this one very specific very simple task.

    


    I don't code.

    


    EDIT : Wanted to add that I am not expecting someone to write a whole script for me, but rather point to the right direction. I have a very basic idea of Python and I know that for my specific purpose I would need to use FFMPEG. I want someone to point me towards the right direction, what functions & libraries would I need to use to make such a script ?