Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (95)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (9140)

  • Revision f752da8ce2 : Change to update of rate control factors. Remove damping parameter and use the

    27 janvier 2015, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h



    Change to update of rate control factors.

    Remove damping parameter and use the damping
    formula introduced by Yaowu Xu in all cases.

    Change-Id : I18db7e0d0f262d5140102f259ab07821d374d285

  • How to solve ffmpeg problem in Android Studio

    19 juillet 2019, par java_brat

    I have problem with ffmpeg library. I am trying to concatenate videos in Android Studio. Here is my command :

    String command[] = new String[] {
                   "-i",
                   firstVideo.getRealPath(),
                   "-i",
                   secondVideo.getRealPath(),
                   "-filter_complex",
                   "[0:v]",
                   "[0:a]",
                   "[1:v]",
                   "[1:a]",
                   "[2:v]",
                   "[2:a]",
                   "concat=n=2",
                   ":v=1",
                   ":a=1",
                   "[v]",
                   "[a]",
                   "-map",
                   "[v]",
                   "-map",
                   "[a]",
                   videoFile.getAbsolutePath()
           };

    Whatever I tried, I only got this problem :

    [AVFilterGraph @ 0xabf17040] No such filter: ''
       Error initializing complex filters.
       Invalid argument

    Any ideas how to solve this ?

  • Revision 282fac96ca : Merge "Change the control function of VP9 denoiser."

    13 septembre 2014, par JackyChen

    Changed Paths :
     Modify /vpx/vp8cx.h



    Merge "Change the control function of VP9 denoiser."