Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (47)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (8506)

  • ffmpeg windows av_interleaved_write_frame() : Operation not permitted failure

    26 janvier 2021, par Purgoufr

    I'm trying to share my computer's camera with the remote computer. Local machine is linux(ubuntu 20.04.1) and remote machine is windows 10. I created virtual camera in windows machine with use OBS virtual cam and I want to share camera from local to remote machine. I could start stream from local linux machine and I got stream via windows machine. But when I try to write the stream into the virtual camera(output device), I get the error av_interleaved_write_frame (): Operation not permitted.

    


    The command I wrote on the Windows side is as follows :

    


    ffmpeg.exe -f mpegts -i udp://192.168.5.5:5010 -c:v rawvideo -r 30 -pix_fmt yuyv422 -s 1280x720 -f sdl "OBS-Camera"


    


    The error message is as follows :
enter image description here

    


    Extra Info1 : In my experiments, if both the local and remote machines are Linux, it works successfully.

    


    Extra Info2 : I can view the stream that I received on windows side(remote) with the command ffplay.exe udp: //192.168.5.5: 5010.

    


    Do you have any suggestion ?

    


  • Running ffmpeg command from within python on windows

    15 octobre 2020, par Cheezy

    I am running python 3.8 on windows. I have a ffmpeg command that works within bash, but not within the command prompt. It gives me an error :

    


    


    No such filter : '[0:v]scale=ih16/9 :-1,boxblur=luma_radius=min(h,w)/20:luma_power=1:chroma_radius=min(cw,ch)/20:chroma_power=1[bg] ;[bg][0:v]overlay=(W-w)/2 :(H-h)/2,crop=h=iw9/16,scale=1920x1080'
Error initializing complex filters.
Invalid argument

    


    


    The command :

    


    ffmpeg -y -i input.mp4 -lavfi '[0:v]scale=ih*16/9:-1,boxblur=luma_radius=min(h\,w)/20:luma_power=1:chroma_radius=min(cw\,ch)/20:chroma_power=1[bg];[bg][0:v]overlay=(W-w)/2:(H-h)/2,crop=h=iw*9/16,scale=1920x1080' -vb 5m output.mp4


    


    I am trying to run this command from within python - I've tried with os.system() and subprocess.call(). It appears that it is using the windows shell instead of the terminal, as I'm getting the error message that I found on command prompt.

    


    How do I run bash commands from within python on windows ?

    


  • ffmpeg send live stream from dshow Windows [on hold]

    1er octobre 2015, par Thiago Adriano

    How Can I send live stream from my placa Osprey on windows ? I need to play a video in HTML, but I don’t know How Can I do this ... Anybody help me ?