Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (5114)

  • FFMPEG mp4 to multi-bitrate hls m3u8 file

    17 décembre 2014, par Markus Gray

    I am new to the world of ffmpeg and video conversion and have been searching for the answer to my question for about 3 weeks now and to no luck. ffmpeg’s commands confuses me a bit. I am trying to have a user upload a video file and then have that file converted to multiple bitrates as a single hls m3u8 playlist file. Alot of the examples that I have found only dealt with one bitrate. Could anyone point me in the right direction ?

  • Merge commit ’9d2cee52d37c7340f85a5d41110282aac03e6855’

    27 septembre 2014, par Michael Niedermayer
    Merge commit ’9d2cee52d37c7340f85a5d41110282aac03e6855’
    

    * commit ’9d2cee52d37c7340f85a5d41110282aac03e6855’ :
    configure : Assume a standard-compliant default libc

    See : 170e2fd7c39c430b334ea80a1e4dfb10c6fd1e95
    Note, the change is not merged to avoid breaking netbsd and others.
    once the netbsd (and any other breakages are dealt with the
    else based solution could be used and 170e2fd7c39c430b334ea80a1e4dfb10c6fd1e95
    could then be reverted)

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

  • Accessing FFMPEG installed above public_html webspace

    18 janvier 2018, par dave

    On a shared server with ffmpeg installed above the webspace. Example : /home/username/ffmpeg/ffmpeg which is the full address all the way down to the executable.

    The problem is that php cannot find ffmpeg using the -verson option. We tried using mod rewrite to a php file in the public_html webspace which then includes the ffmpeg address above the webspace. But that did not work.

    I have never dealt with ffmpeg installed this way, its always been installed in /usr/bin/ or /usr/local/bin .

    1. is there a htaccess or php ini command to tell php where ffmpeg is installed ?
    2. how does php suppose to access ffmpeg installed in this way, it is installed as an alias ?

    Thanks so much :)