Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (48)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (9037)

  • add multiple overlays to a single image with ffmpeg

    17 mai 2017, par Ana Koridze

    How am I supposed to add two transition animations to the same image in the video with ffmpeg command ? I want the image to slide from left to right and after a while back from right to left... This command is for left to right

    ffmpeg -i input.mp4 -i image.png -filter_complex "[0:v][1:v]overlay=x='min(-1.5*w+5*w*t,5)':y=H/2-h/2'" -y output.mp4
  • Image Sequence To Video

    17 novembre 2016, par Chris92

    image

    I’ve an image sequence with a framerate of one second that overwrites everytime the same file (like shown in the pic). I want to make a video from that files and send that as a video stream to the server with ffmpeg. Do anyone knows if this is possible ?

    I would thanks for every answer i get.

  • ffmpeg - Center image without stretching

    10 avril 2014, par Daniele

    I'm trying with ffmpeg to insert an image with vertical orientation in a video with 1280x720 resolution. Actually ffmpeg stretch the image but i want that center image (so with height 720) and doesn't stretch width. Any solution ?

    ffmpeg -r 1/5 -pattern_type glob -i '*.jpg' -i 1.mp2 -af
    "afade=t=out:st=15:d=5" -vf "format=yuv420p" -shortest -s 1280x720
    -aspect 16:9 -codec:v libx264 out.mp4