Recherche avancée

Médias (91)

Autres articles (47)

  • Gestion générale des documents

    13 mai 2011, par

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (10501)

  • Is DISPLAY:0 shared by multiple docker containers if run Xvfb :0 inside each docker container ?

    5 février 2018, par CindyRabbit

    I need to run the same set of processes inside multiple docker containers and each container process one log. I need to screencast the result of each container. If I run Xvfb :0 inside each container, do they all share Display:0 of host or each uses its own Display:0 ? If I run ffmpeg inside each container to screencast Display:0, does it get an isolated view of the current container it runs in or the global Display:0 ? My question is if this Display:0 is shared if Xvfb :0 is started inside each container.

  • avcodec/dvbsub : add support for Display Definition Segment to DVB Subtitle encoder

    13 juillet 2019, par Jernej Fijacko
    avcodec/dvbsub : add support for Display Definition Segment to DVB Subtitle encoder
    

    Current version of dvbsub encoder doesn't support HD DVB subtitles. The high
    resolution bitmaps are muxed into the stream but without the DDS (display definition
    segment) the players asume that the DVB subtitles are in SD (720x576) resolution
    which causes them to either render the subtitles too large and misplaced or don't
    render them at all. By including the DDS as defined in section 7.7.1 of ETSI EN 300
    743 (V1.3.1) this problem is fixed.

    7.2.1 Display definition segment The display definition for a subtitle service may
    be defined by the display definition segment if present in the stream. Absence of a
    DDS implies that the stream is coded in accordance with EN 300 743 (V1.2.1) [5] and
    that a display width of 720 pixels and a display height of 576 lines may be assumed.

    https://www.etsi.org/deliver/etsi_en/300700_300799/300743/01.03.01_60/en_300743v010301p.pdf

    Signed-off-by : Jernej Fijacko <mikrohard@gmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/dvbsub.c
  • Revision 709fecac83 : Trap request to display non-existant frame If show_existing_frame indicates tha

    24 février 2014, par Adrian Grange

    Changed Paths :
     Modify /vp9/decoder/vp9_decodeframe.c



    Trap request to display non-existant frame

    If show_existing_frame indicates that the decoder should
    display an existing (previously decoded) frame, add a
    check to make sure that the signaled buffer does contain
    a valid decoded frame.

    Change-Id : Iac8c686b321827414d69a3f2d0467566911bcba2