Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (78)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (13705)

  • flac : Fix channel order for mono files.

    28 juin 2014, par Erik de Castro Lopo
    flac : Fix channel order for mono files.
    

    * The default channel mask for mono files was 0x0001 (front left) but it
    makes more sense to use 0x0004 (front center) for such files.

    * Also FLAC will accept not only mono WAV files with 0x0001 mask, but also
    with 0x0002 (requested at https://sourceforge.net/p/flac/bugs/390/)
    and 0x0004 (e.g. SoX creates mono files with this mask).

    * The comment about channel support was updated.

    * The error message
    "Use —channel-map=none option to store channels in current order ; FLAC files
    must also be decoded with —channel-map=none to restore correct order."
    is misleading : FLAC never changes the order of channels.
    Decoding with this options also sets the channel mask of the resulting WAV
    file to 0. Without this option the mask is equal to the value of
    WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/flac/decode.c
    • [DH] src/flac/encode.c
  • Generate MPEG-DASH segments when requested [closed]

    16 septembre 2024, par John Smith

    Up front disclaimer : this question is almost identical to the one here : Generate single MPEG-Dash segment with ffmpeg but it seems that ffmpeg has updated over time and now the answer provided by Coumeu is no longer accurate.

    &#xA;

    Using ffmpeg, I am attempting to "lazily create" the segments needed for MPEG DASH playback. I have a static manifest (MPD) which includes SegmentTemplates for 1 video and 1 audio stream.

    &#xA;

    Only when the endpoints provided in the SegmentTemplate for init or media segments is hit it will generate this segment. In other words, nothing is processed up front.

    &#xA;

    I am creating the init segment using the following movflags :

    &#xA;

    &#x2B;frag_keyframe&#x2B;faststart&#x2B;skip_trailer &#xA;

    &#xA;

    I am creating the media segment using the following movflags

    &#xA;

    &#x2B;frag_keyframe&#x2B;default_base_moof&#x2B;delay_moov&#x2B;skip_trailer&#x2B;dash&#x2B;global_sidx&#xA;

    &#xA;

    and the following additional commands any segment type :

    &#xA;

    -map_metadata -1 -copyts -start_at_zero -map 0:${streamIndex}&#xA;

    &#xA;

    This results in playable video with the correct duration, but it seems to be switching fragments quite fast. On average one fragment per second. When I omit the delay_moov flag, the video also starts glitching, like it's stepping over I-Frames.

    &#xA;

    My observations when I look at the boxes :

    &#xA;

      &#xA;
    • earliest_presentation_time (sidx box) is 0 for all segments
    • &#xA;

    • base_media_decode_time (moof->traf->tfdt box) is 0 for all segments
    • &#xA;

    &#xA;

    I'm looking for either the correct command line to create segments on the fly, or hacky ways to get it done right if ffmpeg doesn't provide it out of the box. Even information about what to look for would be helpful, because my knowledge about mp4 and MPEG-DASH is running out.

    &#xA;

  • Anomalie #3386 : Spip derrière Varnish : port non-standard dans l’URL ?

    17 février 2015, par jluc -

    quote : "Parfois l’hébergeur te met un varnish en front et ne te permet pas de le configurer. C’est pour ça que je ne suis pas pour le fait d’exiger un réglage spécifique côté Varnish." Tout à fait. C’est le cas notamment de Gandi Simple Hosting pour lequel l’hébergé ne peut aucunement paramétrer varnish.