Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

  • 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 (9055)

  • How to combine 2 separate lines of ffmpeg into one

    9 décembre 2014, par Krisi

    Is there a way to concatenate these 2 lines for ffmpeg to a one liner ?

    # get from 7second to 11 second
    ffmpeg -i ../mp4.mp4 -vf scale=640x360 -an -ss 7 -t 4 output.mp4

    # convert to mpeg
    ffmpeg -i output.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts newoutput.mpeg

    thanks in advance !

  • Web Development Video Creation/Editing [on hold]

    22 mai 2017, par user799451

    Im trying to create a online video editing website where users can create a music video like video.

    Currently I created a website that calls a api which does ffmpeg commands for creating my videos but its kind of slow and very cpu heavy.

    Is their any tools that I can use that can do the functionality above ?. We are willing to use any solution paid softwares of free.

    Any suggestion will be helpful thanks in advance.

  • Web Development Video Creation/Editing [on hold]

    22 mai 2017, par user799451

    Im trying to create a online video editing website where users can create a music video like video.

    Currently I created a website that calls a api which does ffmpeg commands for creating my videos but its kind of slow and very cpu heavy.

    Is their any tools that I can use that can do the functionality above ?. We are willing to use any solution paid softwares of free.

    Any suggestion will be helpful thanks in advance.