Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (66)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

Sur d’autres sites (6926)

  • Problems with point to point streaming using FFmpeg

    16 février 2015, par UserOfStackoverflow

    I want to live stream video from webcam and sound from microphone from one computer to another but there is some problems.

    When I use this command line :

    ffmpeg.exe -f dshow -rtbufsize 500M -i video="Camera":audio="Microphone" -c:v mpeg4 -c:a mp2 -f mpegts udp://127.0.0.1:1234

    FFmpeg console starts filling with yellow color messages and stream becomes unstable : http://s16.postimg.org/qglcgr345/Untitled.png

    To solve this problem I have added new parameter to the command line to set the frame rate -r 25 :

    ffmpeg.exe -f dshow -rtbufsize 500M -r 25 -i video="Camera":audio="Microphone" -c:v mpeg4 -c:a mp2 -f mpegts udp://127.0.0.1:1234

    After I added -r 25 problem with yellow color messages disappears but then appears another problem. When I fresh start FFmpeg with this command line video and sound looks synchronous but after one or two minutes appears 25 seconds lag between video and sound, sound goes behind video. I have tried that with different protocols UDP, TCP, RTP but problems are the same. Please help me !

  • Split list of videos to chunks by silence in Python

    27 mai 2020, par JohnPython

    I have a list of 500 videos that I want split into small chunks by single words.

    



    I was thinking to split it by short silences between words.

    



    Process output is lots of short videos each contains one word.

    



    It would be great if silence length would be adjustable so it can extract words by various talking speech.
Process will run in Google Colab notebook
I tried FFMPEG with no success.

    


  • Mix the each audio track space with specific audio ?

    23 avril 2014, par Dhaval

    I have audio files and it contain some space.

    I want to fill thse space with specific word audio.

    Is it possible with FFMPEG ?

    Please share me command, how to fill each space (contain in audio track) with another audio ?

    Thanks
    Dhaval