Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (26)

  • 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

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (3105)

  • same as in tik tok videos the water mark of image with text transition from top to bottom command i need using ffmpeg,

    7 juillet 2021, par Ajay Sharma

    ffmpeg -i vid1.mp4 -i icon.png -filter_complex "[1][0]scale2ref=w='iw*10/100':h='ow/mdar'[wm][vid] ;[vid][wm]overlay=x='if(lt(mod(t,10),5),10,W-w-100)':y='if(lt(mod(t,10),5),10,H-h-50)', drawtext=fontfile=arial_bold.ttf:text='Picshort ID : Khesari_Yadav_Official':x='if(lt(mod(t,10),5),25,W-w-100)':y='if(lt(mod(t,10),5),105,H-h-500)':fontsize=22:fontcolor=white," output2.mp4

    


  • add an image as water mark for video with opacity size adjustment and opacity

    11 janvier 2021, par Education 4Fun

    I'm trying to add watermark for video but as any video editor I also want options of all opacity size and position I found for both opacity and position the below command does it but I missing with scaling the image

    


    ffmpeg -i test.mp4 -i test1.png -filter_complex "[1]format=rgba,colorchannelmixer=aa=0.25[logo];[0][logo]overlay=50:50" -c:a copy output.mp4


    


  • FFMPEG How to add gif water mark to mp4 video with loop,scale,overlay positionig

    12 décembre 2020, par Sreehari Kodavalam

    This is my code

    


    ffmpeg -i video.mp4  -i anim.gif -filter_complex "[1:v] loop=-1,scale=300:-1 [ol], [0:v] [ol] overlay=W-w:H-h-10" -codec:a copy -y out.mp4


    


    But am unable to put it in loop the gif according to video length

    


    Am also trying to scale the gif width to 30% of th main video width
Gif positioing working here am able to position the gif at the bootom right corner
But i also need to scale it according to main video width