Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (106)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (7104)

  • hwcontext_vulkan : add support for allocating all planes in a single allocation

    7 décembre 2021, par Wenbin Chen
    hwcontext_vulkan : add support for allocating all planes in a single allocation
    

    VAAPI on Intel can import external frame, but the planes of the external
    frames should be in the same drm object. A new option "contiguous_planes"
    is added to device. This flag tells device to allocate places in one
    memory. When device is derived from vaapi this flag will be enabled.
    A new flag frame_flag is also added to AVVulkanFramesContext. User
    can use this flag to force enable or disable this behaviour.
    A new variable "offset "is added to AVVKFrame. It describe describe the
    offset from the memory currently bound to the VkImage.

    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>
    Further-modifications-by : Lynne <dev@lynne.ee>

    • [DH] libavutil/hwcontext_vulkan.c
    • [DH] libavutil/hwcontext_vulkan.h
  • Container for a single h264 video stream

    29 août 2013, par Cantfindname

    I have the code of a simple h264 encoder, which outputs a raw 264 file. I want to extend it to directly output the video in a playable container ; it doesn't matter which one as long as it is playable by VLC. So, what is the easiest way to include a wrapper around this raw H264 file ?

    Everywhere I looked on the web, people used ffmpeg and libavformat, but I would prefer to have standalone code. I do not want fancy stuff like audio, subtiltes, chapters etc., just the video stream.

    Thanks !

  • Container for a single h264 video stream

    29 août 2013, par user2711645

    I have the code of a simple h264 encoder, which outputs a raw 264 file. I want to extend it to directly output the video in a playable container ; it doesn't matter which one as long as it is playable by VLC. So, what is the easiest way to include a wrapper around this raw H264 file ?

    Everywhere I looked on the web, people used ffmpeg and libavformat, but I would prefer to have standalone code. I do not want fancy stuff like audio, subtiltes, chapters etc., just the video stream.

    Thanks !