Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (89)

  • 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 (...)

  • 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) (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (11777)

  • Revision d9fc451666 : Move subpixel variance function from common/ to encoder/. This seems to only be

    18 juin 2013, par Ronald S. Bultje

    Changed Paths :
     Delete /vp9/common/x86/vp9_subpel_variance_impl_sse2.asm


     Delete /vp9/common/x86/vp9_subpixel_variance_sse2.c


     Add /vp9/encoder/x86/vp9_subpel_variance_impl_sse2.asm
    (from /vp9/common/x86/vp9_subpel_variance_impl_sse2.asm
    :a2f33e2505adab7543447d9017f0def0a901a0de)
     Modify /vp9/vp9_common.mk


     Modify /vp9/vp9cx.mk



    Move subpixel variance function from common/ to encoder/.

    This seems to only be used in the encoder. Also remove an empty wrapper
    file that contained forward declarations for this function, but didn't
    actually define any actual functions.

    Change-Id : Ifc561eef7ebe374a7d03698055e51e105f6d614b

  • Revision d19ea3861d : Refactor intra predictor block Remove vp9_intra4x4_predict(). Use the common in

    26 juin 2013, par Jingning Han

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


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_rdopt.c



    Refactor intra predictor block

    Remove vp9_intra4x4_predict(). Use the common intra prediction
    function for all block sizes.

    Change-Id : Ibd19d51dfa3da8bbdfb79ddeb81530b2e2089560

  • ffmpeg overlay two videos side by side issue

    1er juillet 2013, par Biggy Smith

    I'm having an issue trying to place to videos side by side with ffmpeg. Heres the command I'm using :

    ffmpeg - i video1.mpeg - i video2.mpeg -filter_complex "[0:v]scale=iw/2:ih/2[left]    
    ;[1:v]scale=iw/2:ih/2[right];[left][right]overlay=main_w/2:0[out]" output.mpeg

    and I keep get the error message :

    Output pad "default" with type video of the filter instance "Parsed_overlay_2" of overlay not connected to any destination.

    Any ideas ?