Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (56)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (5153)

  • How can I record audio from output device using ffmpeg ?

    17 mai 2020, par Nimeth

    I'm building an app (Android and iOS) that user could sing MV Karaoke over HLS video streaming. To produce a final recording for a user, I use ffmpeg to mix the audio stream taken directly from the song with user's recorded vocal and video. But the big challenge is when there are silence periods during recording due to low internet bandwidth, there would be a significant lag time in the final mixed output which is not acceptable for users. How can I use ffmpeg to live record audio being played by another player and use it to mix with user's vocal ?

    


  • Python ffmpeg 5_second_video.mp3 : No such file or directory Conversion failed

    10 septembre 2017, par blacklight

    Here is my python code :

       call(['ffmpeg', '-loop', '1',  '-y', '-i', '5_second_video.jpg', '-i','5_second_video.mp3' , '-acodec', 'copy', '-vcodec', 'libx264', '-shortest', song +'.mp4'], shell=False)

    There is a file called 5_second_video.mp3 in my desktop but it is returning me this error

    5_second_video.mp3 : No such file or directory
    Conversion failed !

  • Discord music Bot Python starts ffmpeg, green light appears around bot but no audio plays [closed]

    27 avril 2023, par QuestionHaver99

    I've tried using FFmpegOpusAudio and FFMPEGPCMaudio instead, but it gives the same issue. FFMPEG starts and the green light of the bot in the channel shows, but no audio plays, and then the bot exits the channel when the song should be over and FFMPEG terminates. I've tried streaming the audio and playing from a local file, and the same issue.

    


    and just as a quick checklist of confirmed not the issues : the volume is fine and the permissions are fine and ffmpeg is in environment variables and set up correctly.

    


    any advice would be greatly appreciated