Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (103)

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

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

Sur d’autres sites (3852)

  • http: handle ICY in presence of chunked transfer encoding

    2 mars 2014, par wm4
    http: handle ICY in presence of chunked transfer encoding
    

    Some http servers send an ICY stream in combination with chunked
    transfer encoding. This case was handled incorrectly by the ICY code :
    instead of handling chunked encoding before anything ICY related, both
    were mixed.

    Fix this by separating the ICY code from normal http reading. Move the
    normal http reading to a new function http_read_stream(), while
    http_read() handles ICY on top of http_read_stream().

    The server identified itself as : cloudflare-nginx

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/http.c
  • How to include metadata in a ffmpeg mp4 ouput ?

    28 février 2019, par maximedupre

    With this command :

    ffmpeg -loop 1 -i dummy.jpg -t 10 -pix_fmt yuv420p output.mp4

    I can create a "dummy" .mp4 file that lasts 10 seconds with a fixed image (dummy.jpg). This mp4 file plays fine in "QuickTime Player".

    The problem is that this file does not include any metadata. It does not include the dimensions, the codecs, the color profile, or the duration.

    For example, on my Mac I can right click on a file and chose "Get info" and for a "normal" mp4 file, I would see something like :

    normal mp4 file metadata

    However, if I look at output.mp4, all I see is :

    mp4 file with no metadata

    How can I include metadata in my generated mp4 ?

    Cheers !

  • Anomalie #3410 : Mauvaise formation de requête SQL dans fonction spip_pg_groupby

    26 février 2016, par b b

    Je repasse le ticket en mode "normal", je ne sais pas si quelqu’un aura le courage de s’occuper de PG (qui n’est plus disponible par défaut en 3.1).