Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (59)

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

  • lavf/mpegts : SCTE-35 extraction from mpegts

    19 octobre 2016, par Carlos Fernandez
    lavf/mpegts : SCTE-35 extraction from mpegts
    

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Acked-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Carlos Fernandez <carlos@ccextractor.org>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mpegts.c
  • Open sourced library on video analysis and key frame extraction

    9 décembre 2015, par sunzhida

    I am new in multimedia analysis area.

    Recently, I am working on a project which is built on AngularJS and Flask framework and I want to realize the following functions in our website :

    • user can cut the video into segments and the website can merge all
      the selected segments into one new video ;
    • the website can extract key frames of the new video which is
      generated by the first step ;
    • the player can get a ’start time’ parameter and a ’end time’ parameter
      (or a ’duration’ parameter) given by user and play the clips based on
      the user input parameters.

    For now, I have searched several tools like JWPlayer, FFMpeg. But I really have no idea on how to use them and whether they are the best tools for these requirements. I was wondering if you might be able to give me some advice.

    Thank you.

  • Mjpeg text based subtitle extraction/replay

    2 décembre 2013, par user3058117

    I have an MJPEG based avi file that I cannot replay satisfactorily.

    The video I can correctly replay in FFPlay but i cannot replay or demux the text based subtitle stream.

    The file contains time/date stamps in the subtitles embedded as ascii text which i can see between the video packets (when viewed in a hex reader).

    FFmpeg cannot identify the subtitle codec b7t can see that there is a subtitle stream.

    Ive tried a number of filter combinations using GraphStudioNext. I found a couple of working solutions (when previewed in GraphStudio when served to avisynth the subtitles had disappeared again. I checked the filtergraph and the pin out from the avi splitter had misteriously disconnected. I cannot find a way out of this.

    Does anyone have any suggestions on how i might demux the subtitle stream(short of writing a converter to extract the text to srt based on the packet timing) ?

    This is my first post so apologies if i havent observed etiquette.