Recherche avancée

Médias (91)

Autres articles (73)

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

  • 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

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (8926)

  • Render video till video duration with filters

    30 juin 2021, par Konduri Sai Aditya

    In the below example, I need to render video with video time duration(i.e mp4)But this causes video execution to an infinite loop.

    


    ffmpeg -i v.mp4 -stream_loop -1  -i w.webm   -vcodec libvpx-vp9 -filter_complex overlay  -y output.mp4


    


    It should also work with vice versa

    


     ffmpeg  -stream_loop -1  -i w.webm   -vcodec libvpx-vp9 -i v.mp4 -filter_complex overlay  -y output.mp4


    


    For the above command, the output video should be rendered till mp4 time duration.

    


    Please help me.

    


  • How to loop and combine video and audio streams of random length into one video file with ffmpeg ?

    8 janvier 2019, par Arkadiy Bolotov

    I have a video file (let’s say 5-10 seconds) and a audio file (5-300 seconds). I would like to loop and merge them into a resulting video of known length (let’s say 50-60 seconds). How would I do that in ffmpeg ?

  • video overlay on another video with rounded corner, transparency, opacity, scaling, and border all together with FFMPEG in PHP

    8 février 2020, par Avan Shrivastava

    I am trying to change a video with Rotation, rounded corner, transparent, scaling, and border all with together and overlay on a video ; I am trying to do this with FFMPEG in PHP but getting issue in transparent background ; I am getting green background please help ;

    ffmpeg -i empt_vid_5891581054410.mp4 -i merged-571580302534.mp4 -filter_complex "[1:v] rotate=- 30*PI/180:ow=rotw(iw):oh=roth(ih):c=none [rotate] ;[0:v][rotate] overlay=40:10:enable=’between(t,2,7)’, colorchannelmixer=aa=0.5" -auto-alt-ref 0 -pix_fmt yuv420p -c:a copy overlayavatar.mp4