Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (50)

  • 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

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

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

  • avcodec/ppc/h264qpel : POWER LE support for put_pixels16_l2_altivec() and avg_pixels16...

    28 novembre 2014, par Rong Yan
    avcodec/ppc/h264qpel : POWER LE support for put_pixels16_l2_altivec() and avg_pixels16_l2_altivec()
    

    add put_unligned_store() and avg_unligned_store() macros

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

    • [DH] libavcodec/ppc/h264qpel.c
  • avcodec/ppc/vp8dsp_altivec.c : POWER LE support put_vp8_epel_h_altivec_core() put_vp8_...

    4 décembre 2014, par Rong Yan
    avcodec/ppc/vp8dsp_altivec.c : POWER LE support put_vp8_epel_h_altivec_core() put_vp8_epel_v_altivec_core() put_vp8_pixels16_altivec() add marcos GET_PIXHL() GET_OUTER() LOAD_HL()
    

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

    • [DH] libavcodec/ppc/vp8dsp_altivec.c
  • Seeking Guidance on Audio Development Libraries for Playing Various Music Formats on iOS [closed]

    3 décembre 2023, par FaiChou

    I am exploring audio development and am overwhelmed by the numerous libraries available :

    &#xA;

      &#xA;
    • AVFoundation
    • &#xA;

    • MediaPlayer
    • &#xA;

    • AVFAudio
    • &#xA;

    • Audio Engine
    • &#xA;

    • CoreAudio
    • &#xA;

    • AudioToolbox
    • &#xA;

    • Audio Unit
    • &#xA;

    &#xA;

    Which of these should I use to play both network or local music files (flac/wav/mp3/aac/wma/ogg) ? What are their specific roles ?

    &#xA;

    My understanding is that I should use ffmpeg for demuxing to unpackage, then decode the stream to get PCM samples, possibly using Audio Engine for playback. Is this a software decoding method ? For Apple-supported formats like mp3, can I bypass ffmpeg for decoding ? Which library would be most suitable in this case ?

    &#xA;

    Additionally, how do I extract metadata (song name, artist, cover, lyrics, etc.) from music files ? Apple's own solutions seem to support only ID3 or iTunes tags. How should I handle other formats like wav/flac ?

    &#xA;

    The two links below are the resources I've referenced, but they seem outdated. My search for newer, reliable explanations has been fruitless.

    &#xA;

    &#xA;