Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (58)

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

  • 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

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

  • Ffmpeg cut out a segment of an audio file

    27 août 2023, par Black Eyed Beans

    I'm trying to cut out part of an audio file that falls withing a specific range. For example having an audio file that is 60 seconds long. I want to cut out the segment between the 10th second and the 15th second. When the audio is played it will start from the beginning, skip 5 seconds(between 10-15) then play to the end. How can I achieve this with ffmpeg.
Here is the command I've tried but it's not working.

    


    final cmd='-y -i \"$audioPath\" -vn -af aselect="not(between(t,10,15))" \"$outPutName\"';


    


  • Anomalie #2013 (Nouveau) : Etendre la previsualisation à tous les rédacteurs par défaut

    31 mars 2011, par romy -

    Il faudrait étendre la prévisualisation des articles à tous les rédacteurs par défaut, car c’est actuellement le seul moyen d’avoir un aperçu valable du rendu des textes et contenus saisis :

    l’aperçu proposé par l’onglet "voir" du porte-plume est non représentatif du rendu final et en cela très (...)

  • how to fade two images with ffmpeg

    1er mai 2016, par steve

    I have two images and I want to create a simple fading transition between them.

    I also want the final output to be a sequence of images rather than a video ?
    So if the fading transition was 10 frames long I’d want the output to be a sequence of 10 images.

    How can I achieve this with ffmpeg ?