Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (60)

  • 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

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

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

Sur d’autres sites (7233)

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

    


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