Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (75)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (5807)

  • Generate video containing scrolling multiple image

    5 avril 2020, par Monso

    I want to generate a video [let's say 800x600] from a 800x10000,1600x900,1920x1080 still image.

    



    this is my picture

    



    enter image description here

    



    I have some 800x11000 photos how to let it scroll to an end and to another

    



    I have a lot of pictures
example
1.jpg
2.jpg
3.jpg
4.jpg
5.jpg
....

    



    I want it to scroll all the way inside the image folder. 
My code does not work . Thanks for your time !

    



    My Code :

    



    ffmpeg -y -i "a/%%1d.jpg"  -vf "scroll=vertical=-0.9997,crop=iw:600:0:0,format=yuv420p"   show.mp4


    


  • FFmpeg video out of many sources

    2 octobre 2017, par Wlad

    I have to make a 1920x1080 mp4 video out of many videos / pictures.

    There are 1 to 20 Parts (Image). The red area is a 5 second mp4 (1920x1080) video and the white areas are png images (3000x3000). I’m using Node.js to create the Images, so i can use a package or cli without any problems.

    Everything should be in one video and the parts should change every 5 seconds. It gets generated daily by a server, thats why i can’t use movie maker or something like that.

    My questions :

    1. Is it possible with FFmpeg or is there a better way ?
    2. Is it possible to make a simple transition between the parts ?
  • iPhone video PHP upload. Windows to HTML5 tag

    21 août 2012, par zeshin

    As those of you with an iPhone know, the iCloud uploads all pictures and videos taken on the iPhone to the cloud and, thereafter, your home PC.

    I am uploading videos to my web page through a PHP function, which are then displayed as embedded HTML5 videos with the tag. The problem I am running into is that videos taken on the iPhone in portrait are showing up on both my PC and website in landscape view.

    Due to the fact that uploads come from multiple sources, I need a sever-side solution to recognize the orientation of the video and rotate it as needed.

    Does anyone know of a way to accomplish this without using additional plugins such as ffmpeg ?