Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (111)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

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

Sur d’autres sites (14337)

  • ffmpeg - transcode stream to play on flowplayer [on hold]

    7 janvier 2016, par arlind

    i have a streaming link and im restreaming it via ffmpeg

    -vcodec copy -c:a libmp3lame -ab 48k -ar 22050

    so if i play in flowplayer (web PLayer) i just listen audio perfect and video has problems
    "so i just see images instand of video" its slow and it block

    When i play that video on vlc is working perfect and in video codec i see

     H264 - MPEG-4 AVC (avc1)     MPEG Audyo layer 3 (mp3)

    so how to convert this stream so i can watch on web players like flowplayer or jw player

  • EmguCV and MP4 files

    24 février 2014, par ZarakiKenpachi

    I have a very simple program for Emgu CV calling :

           Capture mMovie = new Capture("movie.mp4");
           Image img = mMovie.QueryFrame();

    The problem is, that I get an exception for MP4 loading.

    'System.NullPointerReference' occurs in Emgu.CV.dll, and the application is unable to create capture from movie.mp4 file.

    I've read that adding file - opencv_ffmpeg242.dll - into x86 (or x64) folder helps, I've done so and I still get an error. Anyone has experience with this ? Why is this happening, when I have the opencv_ffmpeg library there ?

    Note that video was created using ffmpeg library and I'm able to play it in different players that use ffmpeg.

  • Encoder for FLV ffmpeg

    13 mars 2014, par user2171669

    I need to grab desktop and write it to FLV video using ffmpeg. I need low CPU usage, but also need text to be recognizable.

    Also I see, that many players (f.e. OSFLV) doesnt support H264 FLV.

    1. Which codec should I choose ?

    2. Which encoder should I use ?

    See please (http://en.wikipedia.org/wiki/Flash_Video, 'Support for audio and video compression formats in Flash Player and in Flash Video' TABLE).

    If I am wrong somewhere (I am newbie), forgive me please. Thanks in advance.