Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (95)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • Basic Video Player Using Qt And FFmpeg

    7 mars 2016, par Thibaud Auzou

    I am trying to program a little and basic video player using Qt and FFmpeg. I first recompiled Qt to use with Visual Studio 2015.

    Once done I created my MainWindow, the MenuBar, the PushButtons that I needed, etc.

    Now that I wrote the main structure of this little project I am struggling with integrating FFmpeg into it. I believe I am trying to use libavcodec to read a video. But to be honest I am not sure.

    I am quite lost at this point, several hours on Google and still lost.

    While the documentation of Qt was quite easy to handle, the documentation of FFmpeg is kinda vague...

    An of you has an advise regarding FFmpeg ? A good tutorial ?

  • FATE Ends the Mac

    8 juin 2010, par Multimedia Mike — FATE Server

    Did you know Mac OS X can even blue-screen ? To be fair, it doesn’t actually present a blue screen. But when Mac OS X encounters a kernel panic, it looks like this :



    True to form, Mac just has to be prettier and glossier than other operating systems, even in the area of system crashes.

    The reason I bring this up is that the FATE system is bringing down my Mac. My Mac Mini is reliably dying every single time I try to execute my FATE client Python script. Maybe the weather is getting too warm.

    Update, 2010-6-8 : Following advice in the comments, I tried to run Memtest86 on the Mac Mini in question. I couldn’t get the machine to boot the CD I made. As an alternative, I turned the machine off and let it rest for a night. In the morning, I turned it on and ran the FATE client script. It’s working for now.

  • libavcodec/mips : Fix specification of instruction name

    28 mai 2021, par Jin Bo
    libavcodec/mips : Fix specification of instruction name
    

    1.'xor,or,and' to 'pxor,por,pand'. In the case of operating FPR,
    gcc supports both of them, clang only supports the second type.
    2.'dsrl,srl' to 'ssrld,ssrlw'. In the case of operating FPR, gcc
    supports both of them, clang only supports the second type.

    Signed-off-by : Jin Bo <jinbo@loongson.cn>
    Reviewed-by : yinshiyou-hf@loongson.cn
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/blockdsp_mmi.c
    • [DH] libavcodec/mips/h264chroma_mmi.c
    • [DH] libavcodec/mips/h264dsp_mmi.c
    • [DH] libavcodec/mips/h264pred_mmi.c
    • [DH] libavcodec/mips/h264qpel_mmi.c
    • [DH] libavcodec/mips/hevcdsp_mmi.c
    • [DH] libavcodec/mips/hpeldsp_mmi.c
    • [DH] libavcodec/mips/idctdsp_mmi.c
    • [DH] libavcodec/mips/mpegvideo_mmi.c
    • [DH] libavcodec/mips/pixblockdsp_mmi.c
    • [DH] libavcodec/mips/simple_idct_mmi.c
    • [DH] libavcodec/mips/vc1dsp_mmi.c
    • [DH] libavcodec/mips/vp3dsp_idct_mmi.c
    • [DH] libavcodec/mips/vp8dsp_mmi.c
    • [DH] libavcodec/mips/vp9_mc_mmi.c
    • [DH] libavcodec/mips/wmv2dsp_mmi.c