Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (74)

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

  • 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

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

Sur d’autres sites (9016)

  • Add audio to video file at specific second in nodejs fluent-ffmpeg

    17 mars 2020, par toljoas

    I have a Video (mp4) and want to add audio to it (mp3).
    The audio should be added at the xth second of the video (meaning the video initially plays for 3 seconds, and only then the audio starts to play, if possible only for a specified duration, but this is not necessary).
    I use the package ’fluent-ffmpeg’.

    I have tried the following :

    const conv = ffmpeg()

    conv.addInput(__dirname + '/screens/screen_%d.png').
    addInput(__dirname + '/audio.mp3').setStartTime(3).setDuration(6).
    withFpsInput(60).withSize('1920x1080')

    But this sets the start time of the audio itself (meaning the first 6 seconds of the audio are skipped), and sets the duration of the whole video, not merely the audio.

    The question I am asking has already been asked here, but the answer merely shows how to add audio to the video from the start of the video.

    Help is appreciated.

  • Revision 70728 : Un chouilla de phpdoc et éviter une notice si ...

    14 mars 2013, par kent1@… — Log

    Un chouilla de phpdoc et éviter une notice si $argscontexte ?modele ? n’est pas défini

  • Revision 70728 : Un chouilla de phpdoc et éviter une notice si ...

    14 mars 2013, par kent1@… — Log

    Un chouilla de phpdoc et éviter une notice si $argscontexte ?modele ? n’est pas défini