Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (77)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

Sur d’autres sites (9607)

  • Animated watermark moving on the edges of the movie - ffmpeg

    25 février, par saeid ezzati

    I wanna overlay a picture on a video, as a watermark. How do I insert an animated watermark that randomly moves from side to side.

    



    For example, 
A watermark, placed on top/ upper-left corner, moves randomly to the top/upper-right corner and freezes there for five seconds before moving down to the lower- right corner.

    



    I don't want the watermark to have a cross movement and move from the upper-right corner to the lower-left corner.

    



    Here is an example of my code, using which the watermark randomly jumps to a corner each 200 frames without animate :

    



    ffmpeg -i "source.mp4" -i "watermark.png" -filter_complex "[1:v]scale=50:-1[a]; [0:v][a]overlay=x='st(0,floor(random(n)*2)+1);if(eq(mod(n-1,200),0), if(eq(ld(0),1),0,  main_w-overlay_w   ) ,x)':y='st(0,floor(random(n)*2)+1);if(eq(mod(n-1,200),0),if(eq(ld(0),1),0,  main_h-overlay_h   ),y)'" -codec:a copy "out.mp4"


    


  • FFmpeg : Interpolation for Fade-In

    6 juillet 2017, par Sir Bad News

    I’m currently using the following to fade-in a short film.

    ffmpeg -i input.mp4 -filter:v fade=in:0:360 -c:v libx264 -preset:v slower -crf:v 24 -pix_fmt yuv420p output.mp4

    Everything works as expected ; however, the interpolation of the fade is not what I’m after (seems to be linear). I’d like to play around with exponential, cubic, sinusoidal, etc.

    Is there any way to achieve this with FFmpeg ? The visual material I’m working with is pure white and pure black, and the fade-in as it stands is too harsh ; I can see the material appear almost as soon as the fade starts as a result of the (apparently) linear progression. I’d like it to be more organic.

    Any help greatly appreciated.

  • Révision 18496 : Complément à r18368 sur la refonte du HTML et des CSS des calendriers : le mini-c...

    11 septembre 2011, par esj@rezo.net