Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (102)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (12666)

  • Your metadata is not my metadata

    1er octobre 2010, par silvia

    Over the last two days we had the Open Subtitles Summit here in New York. It was very exciting to feel the energy in the room to make a change to media accessibility – I am sure we will see much development over the next 12 months. We spoke much about HTML5 video and standards (...)

  • Merge commit 'ab2539bd374fe7ddbc6e2f058b62645cd5076192'

    26 septembre 2017, par James Almer
    Merge commit 'ab2539bd374fe7ddbc6e2f058b62645cd5076192'
    

    * commit 'ab2539bd374fe7ddbc6e2f058b62645cd5076192' :
    ffv1 : Convert to the new bitstream reader
    h261dec : Convert to the new bitstream reader
    shorten : Convert to the new bitstream reader
    ralf : Convert to the new bitstream reader
    loco : Convert to the new bitstream reader
    fic : Convert to the new bitstream reader
    dirac : Convert to the new bitstream reader
    cavs : Convert to the new bitstream reader
    aic : Convert to the new bitstream reader
    golomb : Convert to the new bitstream reader

    This commit is a noop, see
    http://ffmpeg.org/pipermail/ffmpeg-devel/2017-April/209609.html

    Merged-by : James Almer <jamrial@gmail.com>

  • windows CMD send CRLF inside double quote

    23 octobre 2022, par uingtea

    I want to pass multiple headers for ffplay or ffmpeg, it say I need to split with CRLF. on linux I can use \ or $&#x27;\r\n&#x27; but how for windows ?

    &#xA;&#xA;

    SET CRLF=^&#xA;ffplay -v debug -i "http://example.com/test" -headers "Accept-Language: en-US,en;q=0.5%CRLF%Connection: keep-alive"&#xA;

    &#xA;&#xA;

    debug log : Connection: keep-alive is not sent

    &#xA;&#xA;

    [http @ 04df3f40] No trailing CRLF found in HTTP header.&#xA;[http @ 04df3f40] request: GET /test HTTP/1.1 0KB sq=    0B f=0/0&#xA;User-Agent: Lavf/57.37.101&#xA;Accept: */*&#xA;Range: bytes=0-&#xA;Connection: close&#xA;Host: example.com&#xA;Icy-MetaData: 1&#xA;Accept-Language: en-US,en;q=0.5&#xA;

    &#xA;&#xA;

    thanks

    &#xA;