Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (66)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • How to flip image with animation on video with FFMPEG [closed]

    9 septembre 2022, par Praduman Tiwari

    I want to execute vflip and hflip command with animation, means should appear to be flipping, please me to do the same using FFMPEG.

    


    Thanks in advance.

    


    I have tried transpose and vflip/hflip and its directly applied with output do not appearing with animation.

    


  • How to have all the images in a folder stacked on top of each other in ffmpeg ?

    27 février 2021, par Antsy

    I have a folder that contains nothing but images named 1.jpg - 484.jpg. Is there a simple way to have all the images stacked on top each other in one long image in ffmpeg ? (preferably with one command)

    


    I've searched for this thing a bunch of times but I haven't found the answer I was looking for. Thanks in advance !

    


  • FFMPEG images to video conversion

    10 décembre 2019, par anil
    ffmpeg -framerate 5 -start_number 10 -i ".\Scalar_Particle_Flow_1_image_0%004d.png" -s "1214x612" -pix_fmt yuv420p test32.mp4

    I tried the above command to create a video file from images but I didn’t get the video.

    Can you please help me ? Thanks in advance.