Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (111)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (11307)

  • avcodec/mss2 : initialise wmv9_mask variable

    31 octobre 2022, par Peter Ross
    avcodec/mss2 : initialise wmv9_mask variable
    

    initialised to -1 which indicates wmv9 mask not present

    • [DH] libavcodec/mss2.c
  • Revision 340c7a48e6 : Change to segment ref frame feature. Simplify feature to only support a single

    7 juin 2013, par Paul Wilkins

    Changed Paths :
     Modify /vp9/common/vp9_seg_common.c


     Modify /vp9/common/vp9_seg_common.h


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_rdopt.c



    Change to segment ref frame feature.

    Simplify feature to only support a single reference frame
    instead of a mask.

    Change-Id : I5dd3a98c7a224aafb35708850ab82e2f220e68fb

  • (FFMPEG) Make areas transparent before overlaying a vid with perspective

    7 octobre 2020, par aaeim

    I'm trying to add perspective to a small video then overlay it on top of an other.

    



    So far I can make the video small, add perspective to it and overlay it to an other video. but after applying the perspective filter, the excess areas don't turn transparent, they just stretch out the pixels.

    



    the perspective filter doesn't have much documentation but as far as i could find out there was no way of setting the extra pixels to transparent.

    



    So I'm guessing ill need to apply some kind of alpha mask, to the desired area ?

    



    this is the command I'm using for perspective :

    



    ffmpeg -i /synced_folder/testvid.mp4 -vf perspective=0:0:W:H/4:0:H:W:3*H/4:0:1:0 /synced_folder/output5.mp4


    



    Don't think it matters but I'm running ffmpeg on a VM with centOS.

    



    This is a SS of how the result looks like :