Recherche avancée

Médias (91)

Autres articles (61)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (10354)

  • How to install FFMPEG on windows server..?

    14 août 2012, par Praful Zaru

    Thanks in advance..

    I would like to install ffmpeg on my windows server.

    My php version is 5.2.3.

    i followed and copied the avcodec.dll and
    avformat.dll files to system32 folder.and i copied ffmpeg file into php5\ext folder.Then i added tha extension php_ffmpeg in ini file extension.

    and also ffmpex.exe in c :/ffmpeg folder.

    i give the full rights of that all files.

    But ffmpeg still not working.

    Anyone guide me which thing i missed.....

    Thanks...

  • Fix install/uninstall shared libs if SYS is WINDOWS/CYGWIN

    5 septembre 2011, par Oka Motofumi

    Fix install/uninstall shared libs if SYS is WINDOWS/CYGWIN

  • Capture Windows screen with ffmpeg

    26 juin 2015, par kamae

    The ffmpeg is cross-platform and very powerful software to handle video/audio or to stream it.
    On Linux ffmpeg can capture X11 screen with a command below :

    ffmpeg -f x11grab -r 25 -s cif -i :0.0 out.mpeg

    But is it possible to grab Windows Desktop with ffmpeg ?