Recherche avancée

Médias (0)

Mot : - Tags -/albums

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (74)

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

  • vf_pixdesctest : make config_props work properly when called multiple times.

    18 mars 2013, par Anton Khirnov
    vf_pixdesctest : make config_props work properly when called multiple times.
    
    • [DH] libavfilter/vf_pixdesctest.c
  • Pseudo-streaming mp4 files does not work with flash player

    11 mai 2013, par faridv

    I've got a problem with streaming audio on my website. I thought I could put the MP3 file inside an MP4 container with h264 codec, so I can use pseudo-streaming ability of mp4 codec.

    The code I'm using to convert my files is :

    ffmpeg -i 1.mp3 -y -b:a 32K -vn 1.mp4

    Pseudo-streaming (seeking in not-loaded parts of media) now works in HTML5 player but not in any Flash media players such as JWPlayer or FlowPlayer.

    I've tested my files on both Apache server with h264 module enabled and Nginx with mod_mp4 enabled, but without any lucks.

    I tried MP4Box, QTIndexSwapper and even creating a real video file by mixing of an image loop and my audio file.

    ffmpeg -y -i joojoo.png -i 2.mp3 -vcodec mjpeg havij.mp4
    MP4Box -add havij.mp4 -isma havij_new.mp4

    What am I doing wrong ? What can I do to make it work ?

  • Make telemetry work with striped decoding.

    2 mars 2012, par Tim Terriberry
    Make telemetry work with striped decoding.
    

    This allows it to be used from dump_video without having to disable
    striped decoding there.

    git-svn-id : http://svn.xiph.org/trunk/theora@18218 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] examples/dump_video.c
    • [DH] lib/decode.c