Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (53)

  • 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 Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (5720)

  • x86/synth_filter : add synth_filter_avx

    20 mars 2014, par James Almer
    x86/synth_filter : add synth_filter_avx
    

    Sandy Bridge Win64 :
    180 cycles in ff_synth_filter_inner_sse2
    150 cycles in ff_synth_filter_inner_avx

    Also switch some instructions to a three operand format to avoid
    assembly errors with Yasm 1.1.0 or older.

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/x86/dcadsp.asm
    • [DBH] libavcodec/x86/dcadsp_init.c
  • x86/tx_float : replace fft_sr_avx with fft_sr_fma3

    20 mai 2022, par Lynne
    x86/tx_float : replace fft_sr_avx with fft_sr_fma3
    

    When the SLOW_GATHER flag was added to the AVX2 version, this
    made FMA3-features not enabled on Zen CPUs.
    As FMA3 adds 6-7% across all platforms that support it, in
    the interest of saving space, this commit removes the AVX
    version and replaces it with an FMA3 version.
    The only CPUs affected are Sandy Bridge and Bulldozer, which
    have AVX support, but no FMA3 support.
    In the future, if there's a demand for it, a version of the
    function duplicated for AVX can be added.

    • [DH] libavutil/x86/tx_float.asm
    • [DH] libavutil/x86/tx_float_init.c
  • How to convert multiple 360 images to video

    9 août 2021, par Mashpy Rahman

    I need to convert multiple 360 images to video. Images will rotate from left to right. As like as this -&#xA;https://www.youtube.com/watch?v=99gXgkkFtA0

    &#xA;

    I tried to do this using ffmpeg. but failed. Can you give me any idea or any website service link that I can make videos from 360 images.

    &#xA;