Recherche avancée

Médias (91)

Autres articles (111)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Revision 5c5582242d : Moving the same code to new function vp9_setup_scale_factors. Change-Id : I2408a

    15 mai 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_reconinter.c


     Modify /vp9/common/vp9_reconinter.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_onyx_if.c



    Moving the same code to new function vp9_setup_scale_factors.

    Change-Id : I2408ad22717784a40e23701ccb9d978265440e4f

  • x86 : 32-byte align the stack if possible

    3 mai 2013, par Jason Garrett-Glaser
    x86 : 32-byte align the stack if possible
    

    Avoids the need for manual 32 byte array alignment on compilers that support
    - mpreferred-stack-boundary.

    • [DH] common/cpu.h
    • [DH] common/osdep.h
    • [DH] common/x86/cpu-a.asm
    • [DH] configure
  • Convert AVFrame to CVPixelBufferRef to use in function CVOpenGLESTextureCacheCreateTextureFromImage

    7 juin 2013, par hard gamer

    I've a custom video player on iOS platform, I read many threads for performance tuning about using CVOpenGLESTextureCacheCreateTextureFromImage API. But, this API is always used with Apple decoders, so as Apple decoders provide CVPixelBufferRef, I can not find any way to convert ffmpeg's AVFrame to CVPixelBufferRef...

    Can anyone guide me for this topic ?

    Is it possible to use CVOpenGLESTextureCacheCreateTextureFromImage API for AVFrames of ffmpeg ? If yes, how ?