Advanced search

Medias (1)

Tag: - Tags -/bug

Other articles (34)

  • Configuration spécifique d’Apache

    4 February 2011, by

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

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

    5 September 2013, by

    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;

  • Gestion générale des documents

    13 May 2011, by

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet; la récupération des métadonnées du document original pour illustrer textuellement le fichier;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP sur (...)

On other websites (6897)

  • GPÜ-accelerated video processing with ffmpeg

    9 January 2019, by Wang Hai

    I want to use ffmpeg to accelerate video encode and decode with an NVIDIA GPU.

    From NVIDIA’s website:

    NVIDIA GPUs contain one or more hardware-based decoder and encoder(s) (separate from the CUDA cores) which provides fully-accelerated hardware-based video decoding and encoding for several popular codecs. With decoding/encoding offloaded, the graphics engine and the CPU are free for other operations.

    My question is: can I use CUDA cores to encode and decode video, maybe faster?

  • How do I create CENC-encrypted xml file for mp4box?

    2 June 2021, by mr jony

    Where the XML file specifies clearKey encryption. It's taken from GPAC's website https://gpac.wp.mines-telecom.fr/mp4box/encryption/common-encryption/

    


    But Don't know how to create this xml file and where i get cipherkey, systemId, cipherIV, BS ID128, Key KID and value? I try to create this file manually but I'm not able to create. Beacause I'm confused where i get all value and how to used those value?

    


    I try to create manually xml file for mp4box and know that clear concept

    


  • GPU-accelerated video processing with ffmpeg

    29 January, by Wang Hai

    I want to use ffmpeg to accelerate video encode and decode with an NVIDIA GPU.

    



    From NVIDIA's website:

    



    


    NVIDIA GPUs contain one or more hardware-based decoder and encoder(s) (separate from the CUDA cores) which provides fully-accelerated hardware-based video decoding and encoding for several popular codecs. With decoding/encoding offloaded, the graphics engine and the CPU are free for other operations.

    


    



    My question is: can I use CUDA cores to encode and decode video, maybe faster?