Recherche avancée

Médias (91)

Autres articles (111)

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (6357)

  • Capture desktop with ffmpeg on Windows virtual machine [closed]

    1er octobre 2020, par Lirium

    I’d like to record what happens on my virtual machine with ffmpeg. My command is the following :

    


    ffmpeg -draw_mouse 1 -r 10 -f gdigrab -i desktop -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -y -an myfile.mp4

    


    My machine is Windows Server 2016 and it runs in the cloud. It works only with RDP connection. Is there any way to fake it ?
I thought about PyVirtualDisplay, but it seems to be a tool for Unix-like OS.

    


  • How install ffmpeg on wamp server (windows 7 - x64)

    15 avril 2015, par MoonLight

    Please take a look at all these depricated links :
    http://stackoverflow.com/search?q=Install+ffmpeg+in+windows

    i installed wamp server on my windows 7 (x64) machine and want to install ffmpeg on it.

    here is my wamp server version :
    wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64b

    wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64b

    here is the official web site of ffmpeg :
    http://ffmpeg-php.sourceforge.net/

    i am really confused where can i download ffmpeg extension for php5.5.12 and how install it ?
    in their official web site there is only one link for download :
    http://sourceforge.net/projects/ffmpeg-php/

    and those downloaded files need perl to run and there is no dll files inside them.
    would be really appreciate to help me step by step to install ffmpeg in my wamp server.

  • ffmpeg mov to mp4 plays fine on linux no video on windows

    26 février 2018, par scopa

    I am using the cmd ffmpeg -i MAG.mov -c:a aac -strict -2 MAG.mp4

    On my linux box playback video & audio is fine. On Windows there is audio only. Any idea how to fix ?