Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (91)

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

  • libFLAC/stream_decoder : Fix double free

    22 août 2015, par Erik de Castro Lopo
    libFLAC/stream_decoder : Fix double free
    

    The american-fuzzy-lop fuzzer found a couple of instances of double
    free() resulting from commit 15a9062609.

    The problematic free() were the ones associated with use of the
    safe_realloc_mul_2op_() function which can call realloc(ptr,0) which
    according to the realloc manpage is already an implicit free().

    • [DH] src/libFLAC/stream_decoder.c
  • Can't list_options for capture card in ffmpeg : "Unable to BindToObject"

    11 novembre 2023, par Tibor BERNARD

    I'm trying to list the options of a "AJA Kona3G Quad" device on Windows 10 using ffmpeg.

    


    


    [dshow @ 000001343e7d9740] DirectShow video devices (some may be both
video and audio devices) [dshow @ 000001343e7d9740] "AJA S-Capture
Kona3GQuad - 0"

    


    [dshow @ 000001343e7d9740] Alternative name
"@device_sw_860BB310-5D01-11D0-BD3B-00A0C911CE8689BB1170-565C-49B6-9DED-D6D2DFCA06A8"

    


    [dshow @ 000001343e7d9740] DirectShow audio

    


    [dshow @ 000001343e7d9740] "AJA S-Capture [Audio] Kona3GQuad - 0"

    


    [dshow @ 000001343e7d9740] Alternative name
"@device_sw_33D9A762-90C8-11D0-BD43-00A0C911CE8689BB1190-565C-49B6-9DED-D6D2DFCA06A8"

    


    


    Listing the devices seemsok, but once I get my device name and try to list it's options ffmpeg returns the following

    


    


    [dshow @ 000001aeac2a96c0] Unable to BindToObject for AJA S-Capture Kona3GQuad - 0

    


    [dshow @ 000001aeac2a96c0] Could not find video device with name [AJA
S-Capture Kona3GQuad - 0] among source devices of type video.

    


    video=AJA S-Capture Kona3GQuad - 0 : I/O error

    


    


    Have any of you already encountered this issue, and if so could you point me in the right direction

    


  • Linux - Generate a video from pictures and text [on hold]

    29 avril 2017, par lluisu

    I’m developing a server with AWS Elastic Beanstalk. I have a project that is programmed in Django (Python) and I have to generate a video from an array of user images. If possible, I have to append text on the images too.

    I took a look at ffmpeg and using lambda functions from AWS, but I can’t see if I can paint text on the images. It seems like there’s a library that lets lambda execute ffmpeg : https://github.com/binoculars/aws-lambda-ffmpeg/