Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (86)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (14286)

  • How to play local video using ffplay and nginx ?

    17 février 2016, par Bhoomi Loriya
    • I want to play video using ffplay.I store data in local machine.
      directory path is like :
      C:\ffmpeg\bin
    • Using this command i cant play this video.

      ffplay frlive.m3u8
    • Above code can’t work.
    • If i am play live video than they work fine this code is like :
      ffplay -i  <a href="http://media.webtvlive.eu/rtc/_definst_/mp4:live_720p.stream/playlist.m3u" rel="nofollow">http://media.webtvlive.eu/rtc/<em>definst</em>/mp4:live_720p.stream/playlist.m3u</a>
      - This code work properly.
  • How to play a video using an AVPacket ? [on hold]

    9 juin 2017, par Sanduni Wickramasinghe

    I am reading a mp4 (video) file stored in my local directory. Is there a method to play the video in separate window ?

    I can do this with opencv by creating a new window and display the video. But with ffmpeg I have no idea how to do that. I have only found command line arguments to do this which is not useful in my project

  • Alternate ways to play music on discord bot

    29 mars 2021, par Sathvik K S

    I am currently using youtube-dl along with ffmpeg to play songs from my discord bot. However, searching for the song, downloading the video and extracting the audio takes a long time.

    &#xA;

    So I wanted to know if there is any way to speed up the process so the music can be played almost instantaneously.

    &#xA;