Recherche avancée

Médias (91)

Autres articles (94)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (12421)

  • avcodec/ac3enc : Remove always-false sample rate check

    7 avril 2024, par Andreas Rheinhardt
    avcodec/ac3enc : Remove always-false sample rate check
    

    encode_preinit_audio() already checks that the sample rate
    is among AVCodec.supported_samplerates.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/ac3enc.c
  • lavf/mov : Confine 0x00000000 to raw/twos fourcc mapping to version 0 sample descriptions

    13 janvier 2016, par Mats Peterson
    lavf/mov : Confine 0x00000000 to raw/twos fourcc mapping to version 0 sample descriptions
    

    Confine the 0x00000000 to ’raw ’/’twos’ fourcc mapping to old version 0
    sound sample descriptions, since they are the only valid sample
    descriptions for this type of mapping.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
  • Issue with running codebook background subtraction sample program in OpenCV

    3 février 2013, par Anderson neo

    While I am trying to run the sample code in opencv samples directory for codebook based background subtraction in OpenCV. I am getting the following message on running it with the
    default tree.avi file as input.

    "Truncating packet of size 15414 to 1"

    I am using 32bit machine with Ubunutu and OpenCV version 2.4.9.
    I am not sure if their is an issue with my ffmpeg installation.
    Any help would be appreciated.
    Many Thanks !