Recherche avancée

Médias (91)

Autres articles (75)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • How to put FFmpeg ffplay frame into my own Java application ?

    4 septembre 2015, par Dennis QT

    I am getting live video feedback from Parrot AR.Drone 2.0. I am able to get the incoming video streams from drone(using command-ffplay tcp ://192.168.1.1:5555) and successfully output the live video for me. I notice that ffplay will display its own frame along with the live video.

    So, is that possible to "direct" or put the frame into our own Java frame in application ? How could I achieve that if I wish to implement that function in my own JCheckBox ? E.G. If I click JCheckBox, it should automatically get live video streams from drone and display for me in application instead of using ffplay frame ?

  • How to put FFmpeg ffplay frame into my own Java application ?

    3 décembre 2018, par Dennis QT

    I am getting live video feedback from Parrot AR.Drone 2.0. I am able to get the incoming video streams from drone(using command-ffplay tcp ://192.168.1.1:5555) and successfully output the live video for me. I notice that ffplay will display its own frame along with the live video.

    So, is that possible to "direct" or put the frame into our own Java frame in application ? How could I achieve that if I wish to implement that function in my own JCheckBox ? E.G. If I click JCheckBox, it should automatically get live video streams from drone and display for me in application instead of using ffplay frame ?

  • avcodec/mss2 : calculate draw region and revise split position

    18 octobre 2022, par Peter Ross
    avcodec/mss2 : calculate draw region and revise split position
    

    for videos with wmv9 rectangles, the region drawn by ff_mss12_decode_rect
    may be less than the entire video area. the wmv9 rectangles are used to
    calculate the ff_mss12_decode_rect draw region.

    Fixes tickets #3255 and #4043

    • [DH] libavcodec/mss2.c