Recherche avancée

Médias (91)

Autres articles (63)

  • 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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (9889)

  • ffmpeg trim last x seconds. I don't know duration of audio [on hold]

    27 février 2015, par Chandra Nakka

    In my application. I need to remove last 10 seconds of audio.

    I don’t know the duration of audio.

    I need to trim audio in single command line.

    Is it possible are not. If possible please show me some example command line.

    Thanks in advance.

  • FFMPEG Combine a list of jpg with mo3 audios to sepatated videos on batch [closed]

    20 septembre 2020, par Francisco Barrod

    i have a big list of jpg and mp3 files. each of them have identical names but they not enumerated. example cat.jpg and cat.mp3 pig.jpg and pig.jpg i want to make videos cat.mp4 pig.mp4

    


    i have a code to do this manually but i want to make it on batch. heres my code

    


    ffmpeg -loop 1 -i cat.jpg -i cat.mp3 -threads 8 -shortest -c:v libx264 -c:a copy cat.mp4  


    


    its simple but works for my need.

    


    need help to make it on batch-

    


    thanks in advance.

    


  • Add 2 seconds of blank/black video with ffmpeg

    22 avril 2016, par user3076099

    Let’s say I have two videos I want play simultaneously. movieA.mp4 is 38.6 seconds duration, and movieB.mp4 is 31.14 seconds duration. Using ffmpeg is there an easy way to fill the end of movieB.mp4 with black silence so that it is exactly 38.6 seconds (matching movieA.mp4). There’s a very niche technical reason I want to do this, so don’t ask haha !!

    Also if possible, but less important, a way to remove this afterwards.

    Been searching for 2 days for any sort of easy way around this without luck !!!

    Thanks so much in advance !