Recherche avancée

Médias (91)

Autres articles (46)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

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

  • qsv : add requirement for the mininal version of libmfx

    22 mai 2022, par Haihao Xiang
    qsv : add requirement for the mininal version of libmfx
    

    libmfx 1.28 was released 3 years ago, it is easy to get a greater
    version than 1.28. We may remove lots of compile-time checks if adding
    the requirement for the minimal version in the configure script.

    Reviewed-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : Jean-Baptiste Kempf <jb@videolan.org>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] configure
    • [DH] libavcodec/qsv.c
    • [DH] libavcodec/qsvenc.c
    • [DH] libavcodec/qsvenc.h
    • [DH] libavcodec/qsvenc_h264.c
    • [DH] libavcodec/qsvenc_hevc.c
    • [DH] libavfilter/vf_scale_qsv.c
    • [DH] libavfilter/vf_vpp_qsv.c
    • [DH] libavutil/hwcontext_qsv.c
  • Convert wav file from WAV_FORMAT_EXTENSIBLE to WAV_FORMAT_PCM

    22 juillet 2022, par michaeljan

    I have a 16-bit 44.1kHz wav file in WAV_FORMAT_EXTENSIBLE format. What is a simple and efficient way to convert it to WAV_FORMAT_PCM on the command-line ?

    &#xA;

    In case it helps, here's a sample file. It's (a part of) a file that a client sent to me, so I'm not sure how it was created. But it is understood by ffmpeg and playable by VLC.

    &#xA;

    Also, I've seen this question, but it's 7 years old and the accepted answer doesn't answer the question. Also, that question asks for ffmpeg-only solutions, whereas I am open to other command-line solutions as well. (Although I do prefer ffmpeg.)

    &#xA;

  • fftools/ffmpeg : deprecate specifying a sync stream with -map

    3 août 2022, par Anton Khirnov
    fftools/ffmpeg : deprecate specifying a sync stream with -map
    

    It has not had any effect whatsoever for over 10 years.

    • [DH] doc/ffmpeg.texi
    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_opt.c