Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (60)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

Sur d’autres sites (9437)

  • ffmpeg : real time buffer full frame dropped

    10 mai 2015, par Nyaruko

    I am using ffmpeg to write a simple program to read the webcam.
    However, in some case I get the printing said :

    real time buffer 80% full frame dropped

    But the program still keeps running.
    I’ve checked the internet and the reason is due to the limited buffer size.
    My question is : will this cause any problems ? should I write code to deal with it ?
    For my application, I am just viewing the frames and loss some frames are totally fine.

  • Streaming full HD using lighttpd streaming

    2 juin 2015, par HD Quality

    We have 1000 of HD full length movies and streaming using lighttpd all the files are converted using FFMPEG .FLV format, and we got VPS(Cent OS) 2TB storage & CPU : 6 cores & 30 GB RAM & 1 Gbit/s port.

    when we get traffic player buffering very long time means 10min to start play,i spend searching google and tried all the possible way to improve but no luck.

    can any one suggest how other sites are running without buffer issue,

    1.http://cloudy.ec

    3.http://putloader.com

  • Images and audio to slideshow movie

    16 juin 2015, par Terji Petersen

    I’m trying to get FFmpeg to generate a slide show mp4 movie using an mp3 audio track and several jpg images. Having trouble getting the length of the movie to match the length of the mp3 file and the images evenly spaced.
    Following is the closest I’ve gotten :

    ffmpeg -framerate 1/5 -i img%02d.jpg -i input.mp3 -c:v libx264 -r 30
    -shortest -t 19 output.mp4

    The output here is a 15 second movie, 5 seconds per image but the mp3 file is 19 seconds long.

    Any ideas ?