Recherche avancée

Médias (0)

Mot : - Tags -/content

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (42)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • 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

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

Sur d’autres sites (7604)

  • How To send a RSTP stream with the newest FFmpeg(NOT BY COMMAND)

    21 juillet 2016, par GuardSkill

    Can any body give me a example or indicate to use FFmpeg library to capture the USB video (or capture the internet RSTP stream )and send the information to our own server by RTSP stream.Very Thanks your answer

  • ffmpeg DirectShow capture 2 pins

    21 décembre 2016, par Max

    Here is ffmpeg DirectShow options

    DirectShow video device options
     Pin "Capture"
      pixel_format=yuyv422  min s=720x480 fps=59.9402 max s=720x480 fps=59.9402
      pixel_format=yuyv422  min s=720x480 fps=29.97 max s=720x480 fps=29.97
      pixel_format=yuyv422  min s=720x576 fps=50 max s=720x576 fps=50
      pixel_format=yuyv422  min s=720x576 fps=25 max s=720x576 fps=25
      pixel_format=yuyv422  min s=640x480 fps=59.9402 max s=640x480 fps=59.9402
      pixel_format=yuyv422  min s=1920x1080 fps=29.97 max s=1920x1080 fps=29.97
      pixel_format=yuyv422  min s=1920x1080 fps=25 max s=1920x1080 fps=25
      pixel_format=yuyv422  min s=1920x1080 fps=24 max s=1920x1080 fps=24
      pixel_format=yuyv422  min s=1280x720 fps=59.9402 max s=1280x720 fps=59.9402
      pixel_format=yuyv422  min s=1280x720 fps=50 max s=1280x720 fps=50
     Pin "Audio"

    What ffmpeg command will capture both Pins ?

    Update

    My device name is 7160 HD Capture
    ffmpeg -f dshow -i video="7160 HD Capture" out.mp4

    Following command works fine :-

    ffmpeg -f dshow -s 1280x720 -i video="7160 HD Capture" -rtbufsize 2000M out19.mp4

    I tried

    ffmpeg -f dshow -s 1280x720 -i "video=7160 HD Capture:audio=7160 HD Capture" -rtbufsize 2000M out20.mp4

    it does not work and returns error :-

    [dshow @ 000000000250b540] Could not enumerate audio devices. video=7160 HD Capture:audio=7160 HD Capture: Input/output error

    I seen that audio Pin has different names on different cards. May be I should explicitly name it.

    Update 2

    GraphEdit

    I do not have Audio capture devices but Video Capture definitely has Audio.

    I am able to play that audio pin on default audio device

  • I am phasing a issue of " ffmpeg attribute 'error'" in my project which is a voice command assistant using GPT 3.5 Turbo and BING API [closed]

    2 mai 2023, par Rudraksh Singh Bhadauria

    I ma working on a pyhton project as want to make a program which can work as fluent as GPT and can also adapt latest news through BING API but after trying a lot I am stuck with a issue where "Error transcribing audio : module 'ffmpeg' has no attribute 'Error'" I have tried installing these ffmpeg files again and again in the way already mentioned in stack overflow but for me its not working.

    


    I have tried using :
installing ffmpeg-pyhton in my terminal and also ffmpeg module and also I have reinstalled the whole files and also have put them in my environment variables.
If anyone could help me to sort this problem out then it will be great help.