Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (111)

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

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

Sur d’autres sites (6797)

  • How to use ffmpeg.exe to produce a video with exact length for time from image sequence in C# ?

    15 octobre 2020, par user2186102

    We try to use ffmpeg.exe to make a video from image sequence in C#. However, we can't produce a video which has a predict length for time. For example, we want to produce a video whose length of time is one hour ; actually, the length of time is only 47 miniutes.

    



    According our understanding, the function, WriteVideoFrame(Bitmap frame, TimeSpan timestamp) of AForge.Video.FFMPEG, can solve this problem. It is because each input frame is associated with a timestamp.

    



    In ffmpeg.exe, however, we now can only use frame to as input of ffmpeg.exe.

    



    Who can show me how to write the command or parameters to input each image and the associated timestamp, the same to WriteVideoFrame(Bitmap frame, TimeSpan timestamp).

    


  • avformat/dashdec : check the root url length

    17 août 2020, par Steven Liu
    avformat/dashdec : check the root url length
    

    if the length of the root url is 0, unnecessary process the root_url

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>
    Signed-off-by : liuqi05 <liuqi05@kuaishou.com>

    • [DH] libavformat/dashdec.c
  • ffv1enc_vulkan : support default range coder tables

    19 janvier, par Lynne
    ffv1enc_vulkan : support default range coder tables
    

    This adds support for default range coder tables, rather than
    only custom ones. Its two lines, as the same code can be used
    for both thanks to ffv1enc.c setting f->state_transition properly.

    • [DH] libavcodec/ffv1enc_vulkan.c