Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (42)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (5396)

  • Revision 40915 : @ pour eviter un warning sous windows si le fichier existe deja

    20 septembre 2010, par real3t@… — Log

    @ pour eviter un warning sous windows si le fichier existe deja

  • How to install ffmpeg in xampp with php 7.0.13 on windows 7 64 bit ?

    25 janvier 2017, par Monik Dabheliya

    I am using xampp and windows 7 (64bit) and PHP Version 7.0.13

    I do all steps copy php_ffmpeg.dll file in ext folder & Other files in system32 folder & also i paste Other files in sysWOW64 folder.

    Add extenstion in php.ini file.

    And restart the xampp.

    It not worked for me on PHP 7.0.13

  • How to use ffmpeg.dmg on Mac same way as ffmpeg.exe on windows via bat files ? [on hold]

    25 janvier 2017, par EhabSherif

    I was wondering how can I use ffmpeg.dmg on Mac same way as ffmpeg.exe on windows via bat files ? without installing ffmpeg on the PC.

    For example if I wanted to create a thumbnial from video file I type this line in a text file and rename it to xxxx.bat and place it beside the exe

    ffmpeg.exe -i "input.mp4" -an -ss 00:00:02 -an -r 1 -vframes 1 -s 512x512 -y "output.jpg"

    anyway to do the same on mac ? I tried renaming ffmpeg.exe to ffmpeg.dmg and xxxx.bat to xxxx.command thought it was that simple :) but of course didn’t work.