Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (42)

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

  • FFMPEG animation with multiple images

    7 octobre 2015, par user1402732

    I am using ffmpeg command line tool for creating video by mixing images & audio files. Everything is working as expected. Problem started when I need to add some animation to the images when creating videos. i.e. adding zoom in effect to multiple images, it has filters but none of seems to be working with multiple inputs but only for single input.

    Works fine :

    ffmpeg -loop 1 -i Winter.jpg -vf "zoompan=z='min(zoom+0.0015,1.5)':d=125" \
    -c:v libx264  -t 5 -s "800x450" zoomin1.mp4

    But this does not :

    ffmpeg -loop 1 -framerate 1 -i bg2.jpg -framerate 1/3 -i img%03d.jpg -i audio.mp3 \
    -filter_complex overlay=(W-w)/2:(H-h)/2:shortest=1,format=yuv420p,zoompan=z='zoom+0.095':d=3 \
    -c:v libx264 -r 30 -c:a aac -strict experimental -b:a 192k -movflags +faststart \
    -shortest testvideo.mp4

    It’s with multiple image and background image & audio.

    It zooms but transition is not smooth and also there’s a gap between images. It should go smoothly one after another.

  • Rendering images starting from the last image

    5 juillet 2016, par M.M

    I have a series of images (named : example001.jpg to example100.jpg) and I want to output a video for these images starting from the last picture and back to the first one (i.e., in descending order).
    I use the folloing command :

    ffmpeg -r 10 -i example%03d.png -start_number 100 output.mp4

    But, the output video is not showing the desired video.
    What is wrong in the used command ?

  • Make .jpe a recognized file name extension for JPEG images.

    7 août 2012, par Øyvind Håkestad

    m colorbox/jquery.colorbox.js Make .jpe a recognized file name extension for JPEG images. Reason : .jpe is a valid extension for JPEG images, but it was not recognized by Colorbox. Django ImageKit uses .jpe for JPEG images, which made Colorbox break when used together with (...)