Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

Sur d’autres sites (14353)

  • lavfi/vf_colorchannelmixer : replace round by lrint

    16 décembre 2015, par Ganesh Ajjanagadde
    lavfi/vf_colorchannelmixer : replace round by lrint
    

    lrint is faster here on -ftree-vectorize with GCC. This is likely simply
    an artifact of GCC’s rather terrible auto-vectorizer, since as per the
    instruction set manuals cvtsd2si and cvttsd2si (or their vector equivalents)
    have identical cycle timings.

    Anyway, regardless of above, lrint is superior to round accuracy wise.

    Safety guaranteed as long int has at least 32 bits.

    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavfilter/vf_colorchannelmixer.c
  • how to let ffplay process whats happening ?

    3 septembre 2023, par boplip

    my ffplay is trying to hard to process something. I sped up my voice in real-time with ffmpeg and I am using ffplay. ffplay is trying to process my voice fast but isn't able to because it cant go past time. someone told me to use -re before -i but that doesnt work. is there a way to get ffplay to process something slower ?

    &#xA;

    i tried speeding up my voice.

    &#xA;

    when I pause ffplay and talk then resume it, it works perfect. but when I just let it do it in real-time, the audio starts cutting in and out. I want to be able to not have to pause it to talk fast.

    &#xA;

  • doc/developer.texi : drop a misplaced sentence from code formatting section

    15 novembre 2022, par Anton Khirnov
    doc/developer.texi : drop a misplaced sentence from code formatting section
    

    It describes a general development policy, not code formatting. It is
    also not true, as these days we tend to prioritize correctness, safety,
    and completeness over code size.

    • [DH] doc/developer.texi