Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (95)

  • Les sons

    15 mai 2013, par
  • 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 (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

Sur d’autres sites (9356)

  • Insert multiple image at random time on video using ffmpeg

    28 novembre 2015, par ComeBack

    How can I insert multiple images at random time on video using ffmpeg ?

    I have some pictures and I want to add these to my video at random time, for example picture 01 at 5s, picture 02 at 20s.

  • how to merge multiple audio files into one long mp3 file ffmpeg

    20 avril 2017, par Adnane EL Mouttaki

    How to merge multiple audio files into one long mp3 file ffmpeg with PHP

    AUDIO1.mp3 + AUDIO2.mp3 + AUDIO3.mp3 + .. + AUDIO+00.mp3 = onelong.mp3

    But I do not know how many AUDIO$number.MP3 He variable .. Because I convert text to AUDIO and i merge this audio + multi Pictures in One Video

  • Revision ea8aaf15b5 : create super fast rtc mode This patch only works if the video is a width and he

    29 janvier 2014, par Jim Bankoski

    Changed Paths :
     Modify /test/svc_test.cc


     Modify /vp9/common/vp9_onyx.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_pickmode.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/vp9_cx_iface.c



    create super fast rtc mode

    This patch only works if the video is a width and height that are both
    a multiple of 32.. It sets every partition to 16x16, and does INTRADC
    only on the first frame and ZEROMV on every other frame. It always does
    does the largest possible transform, and loop filter level is set to 4.

    Was 20% faster than speed -5 of vp8

    Now 20% slower but adds motion search ( every block ), nearest, near
    and zeromv

    The SVC test was changed because - while this realtime mode produces
    bad quality albeit quickly, it isn't obeying all the rules it should
    about which frames are available.

    Change-Id : I235c0b22573957986d41497dfb84568ec1dec8c7