Recherche avancée

Médias (91)

Autres articles (67)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

Sur d’autres sites (4069)

  • wait for node server to start up in php

    22 février 2015, par Ortix92

    I have a php script which does the following :

    1. Start peerflix (node server)
    2. Get PID
    3. FFProbe* the server (http://127.0.0.1:8888)

    All of this is done in PHP but there is a slight issue. It seems that after having received the PID, the server is not fully initialized yet, or so it seems. The problem is that FFProbe cannot probe the server. In other words, it’s not accessible at the time of probing.

    What are some possibilities to probe the server when it is actually initialized ? I don’t want to use the arbitrary sleep() method because waiting for 2 seconds on a slow vagrant machine is now the same as waiting for 2 seconds on a blazing vast server.

    FFProbe throws an exception when it can’t probe the server. Perhaps use a try-catch and return back to the try if an exception is thrown ? How would I implement that ?

    *FFProbe is a companion of FFMpeg to get the information of a video file such as duration and codec.

  • Change FPS when creating gif from pictures with ffmpeg

    11 avril 2017, par Ghost

    I’m trying to create a gif from a set of pictures with ffmpeg ; currently i’m using :

    ffmpeg -i <input images="images" /> .gif

    Which works perfect, but i would like to know how can i change the frame ratio of the created gif ? (meaning, how much time for the delay between two frames)

    Thanks in advance !

  • About objective metrics : Is the SSIM can be predicted by PSNR ? (PSNR vs SSIM)

    15 décembre 2017, par roberutsu

    I read some people saying that if you have a study that involve conclusion regarding PSNR you must repeat all again considering also SSIM.
    Since this meaning double work, time (and why not money), doing all simulations again (that already got using PSNR) using the SSIM parameter now ?
    Are SSIM and PSNR independent ?