Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (89)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • 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

Sur d’autres sites (14656)

  • avutil/hwcontext_vulkan : stop checking for deprecated and removed flag

    28 mars, par llyyr
    avutil/hwcontext_vulkan : stop checking for deprecated and removed flag
    

    AV_VK_FRAME_FLAG_CONTIGUOUS_MEMORY was deprecated in e0f2d2e70228d022195afccc057bd6dc8b688c21
    and removed in 09a57602991d47011247f2683f32a53255adcf09

    Fixes : e0f2d2e70228d022195afccc057bd6dc8b688c21
    Fixes : 09a57602991d47011247f2683f32a53255adcf09

    • [DH] libavutil/hwcontext_vulkan.c
  • Revision 370bf116a2 : Merge "Remove unnecessary eob checking."

    21 novembre 2013, par hkuang

    Merge "Remove unnecessary eob checking."

  • How to convert a video file into images in c language with libavcodec library ? [on hold]

    25 juillet 2018, par emb-pro

    I am very new to these ffmpeg and libavcodec, I want to produce the images from a video file. I have researched through the internet, I got the resources from dranger’s tutorials. When I was trying to compile that code, I was getting deprecated warnings. I got the updated code from github. Even though I am facing the same problem. Again I got the code from ffmpeg. But it is asking me to provide the correct codec when I am executing.

    I am compiling using the command

    gcc -o tutorial01 tutorial01.c -lavutil -lavformat -lavcodec -lz -lm

    I have installed new versions of ffmpeg, libavcodec, libavformats and libavutilities libraries. I am using ubuntu 16.

    I can update the question if you need any information. Thanks in advance.