Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (89)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (12264)

  • How can I really pick up the correct format when storing incoming stream ?

    3 février 2016, par Nyaruko

    I want to re-mux a incoming h264 stream. But how could I pick the correct AVOutputFormat for the AVFormatContext ?

    Currently I used :

    AVOutputFormat* fmt = av_guess_format(NULL, "xxx.avi", NULL);

    // Open the context
    //---------------------------------------------------------------------
    outFormatCtx = ffmpeg::avformat_alloc_context();

    //Set the output format
    //----------------------------------------------------------------------
    outFormatCtx->oformat = fmt;

    And everything works fine.
    However, if I change the first line to :
    av_guess_format("h264",NULL, NULL) ;
    the recorded stream cannot be played because of bad header/tailer.

    Is there a more smart way of picking the correct AVOutputFormat to be used ?

  • 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