Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (78)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • Loop, trim, change speed in one command

    24 avril 2020, par Nguyễn Trọng

    I am trying to cut a piece of background music and loop it into the video, while increasing the speed of the video. When I execute the command :

    



    String[] cmd = {"-y", "-i", input, "-i", shortsound,
                "-filter_complex", "[0:v]trim=0:240,setpts=1/2*(PTS-STARTPTS)[v1];" +
                "[1:a]atrim=0:6,asetpts=PTS-STARTPTS," +
                "asetrate=44100,aloop=20:size=20*44100,aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=stereo[a1];" +
                "[0:a]atrim=0:240,asetpts=PTS-STARTPTS,atempo=2.0" +
                ",aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=stereo,volume=0.5[a2];" +
                "[a1][a2]amerge=inputs=2,pan=stereo|c0code>

    



    I get a warning :

    



     [Parsed_amerge_12 @ 0xf545f660] No channel layout for input 2
   [Parsed_amerge_12 @ 0xf545f660] Input channel layouts overlap: output layout will be determined by the number of distinct input channels


    



    How to fix it ?
Thank in advance.

    


  • configure : speed up flatten_extralibs_wrapper()

    30 juillet 2018, par Avi Halachmi (:avih)
    configure : speed up flatten_extralibs_wrapper()
    

    x50 - x200 faster.

    Currently configure spends 50-70% of its runtime inside a single
    function : flatten_extralibs[_wrapper] - which does string processing.

    During its run, nearly 20K command substitutions (subshells) are used,
    including its callees unique() and resolve(), which is the reason
    for its lengthy run.

    This commit avoids all subshells during its execution, speeding it up
    by about two orders of magnitude, and reducing the overall configure
    runtime by 50-70% .

    resolve() is rewritten to avoid subshells, and in unique() and
    flatten_extralibs() we "inline" the filter[_out] functionality.

    Note that logically, "unique" functionality has more than one possible
    output (depending on which of the recurring items is kept). As it
    turns out, other parts expect the last recurring item to be kept
    (which was the original behavior of uniqie()). This patch preservs
    its output order.

    Tested-by : Michael Niedermayer <michael@niedermayer.cc>
    Tested-by : Helmut K. C. Tessarek <tessarek@evermeet.cx>
    Tested-by : Dave Yeo <daveryeo@telus.net>
    Tested-by : Reino Wijnsma <rwijnsma@xs4all.nl>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure
  • Revision 9e176494c2 : put back in lost speedups speed >1 can be spead up by turning these on - lost i

    31 mai 2013, par Jim Bankoski

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



    put back in lost speedups

    speed >1 can be spead up by turning these on - lost in a prior commit

    Change-Id : Iaef85e10ecfeec3aea5ab0e691edf02bb7f5190d