Recherche avancée

Médias (91)

Autres articles (79)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Is there any simple and convenient object oriented C++ api wrapper for ffmpeg library ? [on hold]

    3 novembre 2015, par Steel FedeX

    I not found any. Looking only for C++ api wrapper - commandline ffmpeg program not suitable for my needs. Something simple for manipulation with video/audio streams, filters, including custom processing steps, getting low level data etc... I started writing my own wrappers, but it is so painfully and slow.

  • Generate gif from jpeg images using ffmpeg

    3 juin 2017, par wojttaa

    I want to create a gif image from a jpeg image list, everything works fine, but how can I slow the animation ?

    Here is my code :

    <?php
    exec('ffmpeg -f image2 -i thumb/%001d.jpg -vf scale=480x240  out.gif');
    ?>
  • How to Transcoding and Streaming on the fly in HTTP using FFmpeg c#

    7 juin 2017, par krish

    Here i tried with this command but not working

    ffmpeg -i E:\TEST-VIDEOS\video.avi -c:a copy -c:v libx264 -vpre slow -f "http://localhost/video.mp4"

    please help me for this problem, i am trying to find a solution for this one from last 20 days till now no proper result i get.

    thanks in advance