Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (10015)

  • avcodec/nvenc : add minimum driver version for SDK 8.2 and 9.0

    10 mars 2019, par Timo Rothenpieler
    avcodec/nvenc : add minimum driver version for SDK 8.2 and 9.0
    

    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/nvenc.c
  • NVIDIA codec compression time

    1er avril 2019, par rmt94

    I’m working with the NVIDIA video codec to encode a YUV video to the HEVC format. The problem is that I want to know the time it takes to perform the encoding and I can not find the way.

    Other codecs supported by FFMPEG such as x265 or hevc_qsv show the encoding time at the end of the process, but in the case of the NVIDIA codec no. Does anyone know of any command or method that allows to show this information ?

  • Opening h264_nvenc encoder in ffmpeg takes about 1.5 seconds in Nvidia GPU

    9 mai 2019, par faraway

    We’re using ffmpeg as a library and need to open several encoding sessions at the same time.

    1. At first sessions, h264_nvenc opens very quickly but when session count has increased to 40, only avcodec_open takes 1.5 seconds.

    2. Secondly, avcodec_open can open h264_nvenc one at a time so that if there are 40 sessions started at the same time, last session can take about 20 seconds to start

    Do you have any idea about questions ?

    Regards,