Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (53)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

Sur d’autres sites (6713)

  • Ffmpeg images to video

    29 septembre 2013, par user1306579

    I merge images with ffmpeg.
    I use command

    ffmpeg -v -y -r 12.245451/1 -i /tmp/images/img%03d.jpg -i /tmp/sounds/sound.3gp -vcodec mpeg4 out.avi

    with -r I want to tell ffmpeg that I want to have 12.245451 images per second. It works only if I call ffmpeg with int values like -r 12/1. How can I tell ffmpeg -r 12.245451 ?

    The problem is that actual rate is 12.245451 if I pass -r 12/1, sound shifts. How can I deal with it ?

  • ffmpeg- blend transition between images specified in a text file

    29 mars 2017, par hack

    how can i create a blend transition effect between specified images ? I have the file paths to images in a text file. My requirement is that i should be able to do a blend transition between specific images (whose path are in text file) for a specific duration.
    I also have to annotate these images with text.For that i am using drawtext filter. The blend transition should be between annotated images.

    Thanks

  • is there any way to change still images to video in php on windows plate form [on hold]

    13 juin 2014, par user3548569

    I have a scenario for creating a video files using different images.

    What can I do is, basically I have images and I want create a video file using PHP.

    Can any one please suggest the start up point for this ? Have done image capture from video and converting the video using Ffmpeg so I have think of Ffmpeg but, I think it will not allow to create a video.

    i need to develop a movie with more then 5 pic. If i added images , then php convert it to movies or video. is there any toll to convert images to video in php on windows ???
    thanks