Recherche avancée

Médias (91)

Autres articles (32)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (4014)

  • Is it allowed to embed the ffmpeg.exe in my project ? [on hold]

    22 juillet 2019, par Snowy White

    I have written a program that, among other things, does some audio format converting. I use a library which in turn uses the ffmpeg.exe for this. So at the moment, the user needs to have ffmpeg in the same directory as the program itself. But what I would prefer is to add ffmpeg to my project as an embedded resource, so that the users don’t need to care about that. And now my question is, as I have seen that ffmpeg is licensed under LGPL, would it be legal to do so ? Or do the users explicitly have to get ffmpeg by themself ?
    Thank you for any answers in advance !

  • Generating a Square wave with FFmpeg

    12 avril 2018, par Ali Bai

    So I know how to generate a sine wave with FFmpeg, for example

    ffmpeg -f lavfi -i "sine=frequency=440:duration=10" sine_440_10.wav

    How can I use this and create both a square and also a triangle wave ?

    I am also wondering if a simple attack and decay can be applied with FFmpeg ?

    Thanks in advance for any help.

  • FFmpeg vs Vitamio

    14 février 2016, par user1662334

    I am thinking about making app on videos in android. I came to know that there are 2 famous libraries, FFMPEG and Vitamio.

    I just want to know that can i do simple video functions like playing the video, grabbing a frame, converting video to mp3 with both the libraries ? What are their pros and cons ?

    Thanks in advance.