Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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

Autres articles (111)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

Sur d’autres sites (9757)

  • Create animation video or applying different different effect on video from set of images

    8 janvier 2016, par Mehul Dudhat

    I tried with ffmpeg but it’s not showing any effect with created video. I tried below command with FFMPEG lib.

    ffmpeg -f image2 -r 1/5 -i /&lt;<dir path="path">>/img/img%d.jpg -vcodec libx264 /&lt;<dir path="path">>/output_video.mp4
    </dir></dir>

    The image generated video : https://flic.kr/p/CWtxhi

    Is there any other library available to add effect or animation on video during the creation from set of images ?

    I would like to give this type of animation or effect https://animoto.com/play/rXBG1fIq9FWN00O7R7wKyQ

  • How to display a video with alpha channel on video FFMPEG

    5 novembre 2016, par AlfredMeier

    I want to put a video with alpha channel on a default video and stream this to YouTube. But I don’t know how to do that.

    Here is what I have done :
    ffmpeg -re -i video1.mp4 -codec copy -f flv rtmp://a.rtmp.youtube.com/live2/1234-1234-1234-1234

    Thanks for your help :)

  • How I can overlay video onto another video start from 2 second to 4 second ?

    23 janvier 2023, par KoliK

    I need overlay video onto another video start from 2 second to 4 second.

    &#xA;

    I use ffmpeg for overlaying video onto another video for this command&#xA;ffmpeg -i tmp/test_screen_1672755242397.mp4 -vf "movie=tmp/test_camera_1672755249551.mp4, scale=250: -1 [inner]; [in][inner] overlay =10: 10 [out]" completed.mp4&#xA;But video test_camera_1672755249551 must be to star from 2 second and end to 4 second. What I need to add in command for result ?

    &#xA;