Recherche avancée

Médias (91)

Autres articles (52)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • 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

Sur d’autres sites (8524)

  • Is there any way to use ffmpeg to download the video url and sync the video and audio without encoding ?

    20 juin 2023, par Daniel Lee

    I downloaded a video URL with audio, but the duration of the video and the duration of the audio are different and I want to match them.

    


    I want to use the shortest option, but I can only do that by extracting the audio separately and taking two inputs, audio and video.

    


    Is there an easy way ?

    


      

    1. used apad option
    2. 


    


  • regainplay_analysis : Work around GCC optimizer bug.

    15 juin 2014, par Erik de Castro Lopo
    regainplay_analysis : Work around GCC optimizer bug.
    

    Discussion : http://lists.xiph.org/pipermail/flac-dev/2014-June/004720.html
    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/share/replaygain_analysis/replaygain_analysis.c
  • bindProcessToNetwork does not work for live555's rtspclient

    19 février 2020, par apan

    When my phone is connected to the WiFi camera, the Android system will recognise the WiFi network as an unavailable network, and then automatically switch to mobile data, so I use bindProcessToNetwork to bind the network to the WiFi connection. When I use ffmpeg’s rtsp module to connect to the WiFi camera, bindProcessToNetwork works well, but when I port live555 to the android platform, bindProcessToNetwork does not work when using rtspclient, it looks like rtspclient is still using mobile data connection instead of WiFi connection. How should I solve this problem ?