Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (23)

  • 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

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (4074)

  • PHP generate thumbnail from uploaded video

    6 mars 2016, par Matt9Atkins

    I have a basic script that uploads a video on to my server. However I also want to grab a thumbnail for the video, which is what the user will see before downloading the video.

    Is there any way I can generate a thumbnail from the video on the server side ? I have looked at FFMPEG but was really confused as it did not seem like a general php library where you include it in your scripts.

    If FFMPEG is still considered to be the best way then how can I use it in my script ?

  • Revision 42558 : Certains samplerates ne fonctionne pas avec libfaac On améliore également ...

    28 novembre 2010, par kent1@… — Log

    Certains samplerates ne fonctionne pas avec libfaac
    On améliore également les appels de scripts qui de temps en temps cassaient le changement de samplerate

  • How can i reduce CPU usage when I'm using libavformat and libavcodec libraries in C library on Linux (ubuntu) ?

    26 avril 2021, par zimopisec

    My application is using ffmpeg libraries( libavformat, libavcodec,libswscale etc) for obtaining video stream from webcam, decoding each video frame and sending resulting bitmap buffer to callback function that display it. All works excellent, but take huge CPU resources. Is CPU usage can be reduced ? ( I'm not using directly FFMPEG in scripts- my library is native part of .net framework project that run with Mono)