Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (36)

  • 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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

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

  • ffmpeg make thumbnail and compress in one command

    9 juin 2021, par chris227

    I want to compress a video and make thumbnail on same command but it's not working. It makes compression, it creates the log file but not the thumbnail, here is my php command :

    


     $command = "/usr/bin/ffmpeg -i $targetFilePathPrefix -b:v 700k -bufsize 700k /home/etwow8083/public_html/worldconnect.me/community/uploads/$idUser/$fileNameConvert -ss 00:00:01.000 -vframes 1 $thumbnail 1> /home/etwow8083/public_html/worldconnect.me/community/uploads/$idUser/$fileOutput 2>&1 &";
exec($command);


    


  • Installing php_ffmpeg in xaamp with php 5.6 above

    11 janvier 2018, par Ali Abbas

    How do I install the ffmpeg on xaamp with php version 5.6 ?

    It is installed on the local machine and converting videos format through CMD, but not coordination with the local server.

  • What is the difference between av_register_all() vs avcodec_register_all() in ffmpeg c api ?

    3 août 2018, par Nani

    I am a beginner to ffmpeg and libavcodec in c programming on a linux machine. I want to know the difference between these API’s.