Recherche avancée

Médias (91)

Autres articles (6)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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, (...)

Sur d’autres sites (1803)

  • libavutil/ppc : Make use of getauxval() and elf_aux_info() on ppc

    9 septembre 2024, par Brad Smith
    libavutil/ppc : Make use of getauxval() and elf_aux_info() on ppc
    

    Modern Linux has getauxval() and FreeBSD/OpenBSD ppc have elf_aux_info().

    Signed-off-by : Brad Smith <brad@comstyle.com>

    • [DH] libavutil/ppc/cpu.c
  • doc/encoders.texi : fix typo and clarify mpeg2_aac_low

    6 décembre 2015, par Rostislav Pehlivanov
    doc/encoders.texi : fix typo and clarify mpeg2_aac_low
    

    Thanks to Brad Smith for finding the typo.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] doc/encoders.texi
  • FFMPEG : How to encode for seekable video at high key frame interval

    8 janvier 2024, par Johnny Slack

    I'm looking for an ffmpeg comand that's best used if I'm controlling a video to mouse control on "requestAnimationFrame". Basically, it needs to be fast-seeking and encoded at a high key frame interval. I can't seem to nail down what parameters aid in fast-seeking and high key frames.

    &#xA;&#xA;

    thanks !&#xA;Johnny

    &#xA;