Recherche avancée

Médias (91)

Autres articles (43)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (8003)

  • FFMPEG - zoompan image in top left corner

    11 novembre 2020, par user3221592

    I can get zoompan to zoom in a dot in the middle of the frame with the standard :

    


    zoompan=z='min(zoom+0.24,10)':x='(iw/2-(iw/zoom/2))':y='ih/2-(ih/zoom/2)'

    


    but I need the dot to appear in the top left of the frame. I have tried any number of combinations of zooms and 'shifts' and the best I could come up with was :

    


    zoompan=z='min(zoom+0.14,10)':x='(iw/2-(iw/zoom/2))+(728/zoom)':y='ih/2-(ih/zoom/2)+(308/zoom)'

    


    BUT for the first 6 frames the dot 'travels' across the frame. No idea why this might be the case. Also the maths(iw/2-(iw/zoom/2)) just doesn't make sense to me to centre the image, I would have thought it would be (iw-(iw*zoom))/2 ?

    


    This works on any 1980x1080 video and I have attached the sample image that I am using along with the full code

    


    ffmpeg -y -i CHORUS_INTRO_VIDEO3.mov -loop 1 -i CentreDot.png -filter_complex "[1:v]zoompan=z='min(zoom+0.14,10)':x='(iw/2-(iw/zoom/2))+(728/zoom)':y='ih/2-(ih/zoom/2)+(308/zoom)':d=150:s=1920x1080[circleOverlay] ;[0:v][circleOverlay]overlay=0:0" -shortest output.mp4
enter image description here

    


  • Revision 85894 : Image optimisée

    6 novembre 2014, par kent1@… — Log

    Image optimisée

  • Revision 85894 : Image optimisée

    6 novembre 2014, par kent1@… — Log

    Image optimisée