Recherche avancée

Médias (91)

Autres articles (52)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (5087)

  • avcodec/iff : Split extract_header into extradata and packet part

    11 juillet 2022, par Andreas Rheinhardt
    avcodec/iff : Split extract_header into extradata and packet part
    

    183132872a1d8bc8a32e7fd8f994fa2f1b2d6bfc made the iff demuxer
    output extradata and made the decoder parse said extradata.
    To make this extradata extensible, it came with its own internal
    length field (containing the offset of the palette at the end
    of the extradata). Furthermore, in order to support mid-stream
    extradata changes, the packets returned by the demuxer also have
    such a length field (containing the offset of the actual packet
    data). Therefore the packet parsing the extradata accepted its
    input from both AVPackets as well as from ordinary extradata.

    Yet the demuxer never made use of this "feature" : The packet's
    length field always indicated that the packet data starts
    immediately after the length field.

    Later, commit cb928fc448f9566e6f6c28d53fa4c2388e732a2b stopped
    appending the length field to the packets' data ; of course,
    it also stopped searching for extradata in this data.

    Instead it added code to parse the packet's header to the function
    that parses extradata. This made this function consist of two disjoint
    parts, one of which is only reachable if this function is called
    from init (when parsing extradata) and one of which is reachable
    when parsing packet headers.

    Therefore this commit splits this function into two.

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

    • [DH] libavcodec/iff.c
  • fftools/ffmpeg_enc : split Encoder into a private and public part

    24 septembre 2024, par Anton Khirnov
    fftools/ffmpeg_enc : split Encoder into a private and public part
    

    Similar to what was previously done for other components, e.g. decoders
    (see 3b84140a1bb5a5b3044915888a40a7b619921633).

    Start by moving samples,frames_encoded into the public struct.

    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_enc.c
    • [DH] fftools/ffmpeg_mux.c
  • Revision 71379b87df : Changes to assembler for NASM on mac. fixes non-Apple nasm part of issue #755

    21 novembre 2014, par John Stark

    Changed Paths :
     Modify /third_party/x86inc/x86inc.asm


     Modify /vp9/common/x86/vp9_subpixel_8t_ssse3.asm


     Modify /vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm


     Modify /vp9/encoder/x86/vp9_subpel_variance.asm



    Changes to assembler for NASM on mac.

    fixes non-Apple nasm part of issue #755

    Change-Id : I11955d270c4ee55e3c00e99f568de01b95e7ea9a