Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (102)

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

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

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

  • How to use ffmpeg to record audio from a video for first 10 seconds in Python

    13 novembre 2022, par S Andrew

    I have RTSP stream coming from a camera which also has audio. My goal is to save the audio. To do this, I have below code :

    


    import ffmpeg&#xA;ffmpeg.input("rtsp://john:<pwd>@192.168.10.111:5545/Streaming/Channels/291/").output("test.wav", map="0:a:0").run&#xA;</pwd>

    &#xA;

    When I terminate the Python script, it saves the test.wav file which has just the audio from the rtsp stream. Now I am trying to save the first 10 sec from the stream into 1 file and then the next 10sec in another file and then it keeps on going until terminated.

    &#xA;

    To do this, I have thought of putting the ffmpeg stream in a separate thread and to schedule that thread to run every 10 sec. This way a new stream will create which will save the audio for 10sec and will exit, and then this keeps on going. But to achieve this, I need to know how can we just save the initial 10 sec from the stream.

    &#xA;

  • avformat/mvdec : re-indent after last commit

    1er janvier 2022, par John-Paul Stewart
    avformat/mvdec : re-indent after last commit
    

    Signed-off-by : John-Paul Stewart <jpstewart@personalprojects.net>
    Reviewed-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    Reviewed-by : Peter Ross <pross@xvid.org>

    • [DH] libavformat/mvdec.c
  • avcodec/libkvazaar : Bump minimum version to 2.0.0

    2 octobre 2023, par John Mather
    avcodec/libkvazaar : Bump minimum version to 2.0.0
    

    0cd8769207f utilized the rc_algorithm member of the kvz_config struct, which
    was introduced in Kvazaar 2.0.0. This patch bumps the minimum version of
    Kvazaar to 2.0.0 so that FFmpeg compiles successfully.

    Signed-off-by : John Mather <johnmather@sidefx.com>

    • [DH] configure