Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (67)

  • Les images

    15 mai 2013
  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

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

  • Images and audio to slideshow movie

    16 juin 2015, par Terji Petersen

    I’m trying to get FFmpeg to generate a slide show mp4 movie using an mp3 audio track and several jpg images. Having trouble getting the length of the movie to match the length of the mp3 file and the images evenly spaced.
    Following is the closest I’ve gotten :

    ffmpeg -framerate 1/5 -i img%02d.jpg -i input.mp3 -c:v libx264 -r 30
    -shortest -t 19 output.mp4

    The output here is a 15 second movie, 5 seconds per image but the mp3 file is 19 seconds long.

    Any ideas ?

  • ffmpeg - rendering images and sound into video with transparent background

    22 septembre 2013, par Adam

    I got lots of images and a sound file.

    I want to convert all these images into a video (with the wav file as the sound of the movie).
    The images have a transparent background and I want the movie's background to be transparent too.

    How do I tell ffmpeg to render with a transparent background ?

    P.S - I keep getting the following error :

    Error while opening encoder for output stream #255:0 - maybe incorrect parameters such as bit_rate, rate, width or height

    Sincerely,

    Adam.

  • Nodejs : how to create video from images ?

    18 janvier 2020, par Amit Jain

    How can you create a video from given images in Node.js ?
    I tried using the ffmpeg npm module but it won’t work for me, and I also tried using the videoshow npm module and that also did not work for me.

    Can anyone suggest how to create video from images and also give me some basic code to run ?