Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (11641)

  • How Should I add MP4Box and FFMPEG to Qt project ?

    11 septembre 2018, par Ketan Chauhan

    I want to add MP4Box and FFMPEG library to my project.

    I’m using Qt 4.8 and visual studio 10.

    How can I add this lib to my project ?

  • How to reduce video size with java/kotlin on Android ?

    18 septembre 2019, par Pablo DbSys

    I want reduce the video size at Android Studio and for upload to PlayStore needs to be compatible for 64 bits arquitecture, I tried before with ffmpeg and it compress mp4 succefully but take longer time and this solution with 3gp not include the audio. Theres another option or library to compress mp4 and 3gp with audio and video ?

  • Huffman table decode error with FFmpeg

    22 janvier 2018, par subha

    I am able to build FFmpeg older versions using Visual Studio 12 2013 in Windows 8.1 and integrated those set of generated libs with the sample application which calls FFmpeg API functions.
    When "avcodec_decode_video2()" function call is executed, I am getting following error
    [mjpeg @ 000000FC02AB1900] huffman table decode error
    Can someone please help me to find why above error is thrown ?