Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (83)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number 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
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (11930)

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