Recherche avancée

Médias (91)

Autres articles (6)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

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

Sur d’autres sites (3574)

  • what x264_reference_hierarchy_reset means in x264 encoding

    7 juin 2018, par MSD Paul

    What x264_reference_hierarchy_reset( h ) - this means ?

    I have noticed other than B-frames for I, P, B-ref frames this is used ?

    Does it signify that this is not a reference frame ? Can anyone please explain this in detail ?

  • i need execute root command in PHP

    21 novembre 2013, par Olaf Erlandsen

    First, my php own user is : wwwhaber

    Second, i need execute a root command with php.

    My root command is :

    /root/bin/ffmpeg

    i tried append this code in sudorders :

    wwwhaber ALL=NOPASSWD: /root/bin/ffmpeg

    And, comment this :

    # Defaults    requiretty

    But still does not work.

    My PHP Script :

    exec( "/root/bin/ffmpeg" );

    And result :

    sh : ffmpeg : command not found

    But if I run the command from SSH, it works.

    I tried with the nexts commands :

    /root/bin/ffmpeg

    return sh : /root/bin/ffmpeg : command not found

    /usr/bin/sudo /root/bin/ffmpeg

    return sh : /usr/bin/sudo : command not found

    sudo /root/bin/ffmpeg

    return sh : sudo : command not found

    sudo ffmpeg

    return sh : sudo : command not found

    ffmpeg

    return sh : ffmpeg : command not found

    It does not work...

    My OS :

    Linux 2.6.32-458.18.1.lve1.2.39.el6.x86_64 #1 SMP
    Mon Sep 16 12:10:28 EEST 2013 x86_64 x86_64 x86_64 GNU/Linux

    My PHP version :

    5.4.21

    And, Please take note that only want to use command line PHP.
    I do not want to use SSH, FFmpeg-PHP, etc.. I just want to use the commands from PHP as user root.

    Any idea that I have to do ?

  • log : Do not assume the TERM variable is always set

    3 avril 2014, par Luca Barbato
    log : Do not assume the TERM variable is always set
    
    • [DH] libavutil/log.c