Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (43)

  • 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

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (2723)

  • Which StackExchange should be a configuration/compilation question ? [migrated]

    4 février, par Lerenn

    I asked a question yesterday on a configuration/compilation error regarding FFMPEG with NVCC that threw up some C++ errors.

    


    Being a source code error, I thought that the StackOverflow part was appropriate but apparently not. Could you help me find on which StackExchange I should post my question ?

    


    Here is my old post : Configuration error when configuring the FFMPEG compilation with NVCC/CUDA

    


    Thank you !!

    


  • libavfilter/vf_yadif : Make frame management logic and options shareable

    24 octobre 2018, par Philip Langdale
    libavfilter/vf_yadif : Make frame management logic and options shareable
    

    I'm writing a cuda implementation of yadif, and while this
    obviously has a very different implementation of the actual
    filtering, all the frame management is unchanged. To avoid
    duplicating that logic, let's make it shareable.

    From the perspective of the existing filter, the only real change
    is introducing a function pointer for the filter() function so it
    can be specified for the specific filter.

    • [DH] libavfilter/Makefile
    • [DH] libavfilter/vf_yadif.c
    • [DH] libavfilter/yadif.h
    • [DH] libavfilter/yadif_common.c
  • avfilter/vf_bwdif : Use common yadif frame management logic

    4 novembre 2018, par Philip Langdale
    avfilter/vf_bwdif : Use common yadif frame management logic
    

    After adding field type management to the common yadif logic, we can
    remove the duplicate copy of that logic from bwdif.

    • [DH] libavfilter/bwdif.h
    • [DH] libavfilter/vf_bwdif.c
    • [DH] libavfilter/x86/vf_bwdif_init.c