Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (23)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (4349)

  • vulkan_decode : use the correct queue family for decoding ops

    14 août 2024, par Lynne
    vulkan_decode : use the correct queue family for decoding ops
    

    In 680d969a305c0927480573a1b455024088b51aeb, the new API was
    used to find a queue family for dispatch, but the found queue
    family was not used for decoding, just for dispatching.

    • [DH] libavcodec/vulkan_decode.c
  • hwcontext_vulkan : improve queue family init code

    22 octobre 2023, par Lynne
    hwcontext_vulkan : improve queue family init code
    

    When users zero-init'd the struct, or left it as-is, the encode
    queue family matched the graphics queue family, which led it to be
    incorrectly logged as being used for encode.

    This just improves the logging so this isn't printed anymore.

    • [DH] libavutil/hwcontext_vulkan.c
  • Make FFMPEG use GPU power

    6 juillet 2022, par Raju

    I'm trying to compress some video files which are of huge size I tried using CPU power using normal command

    


      ffmpeg -i input.mp4 output.mp4


    


    My laptop also has a GPU (NVIDIA 3070 (8GB) card) so I'm trying to make video compression using it as it will be a bit faster I think

    


    I tried searching but found few but they don't use any GPU can someone write command so I can try it :)