Recherche avancée

Médias (91)

Autres articles (49)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • iPhone slow motion video transcode

    25 mai 2016, par coverboy

    I’m developing upload video (taken from iPhone) to my server.

    However, I have no idea how to implement.

    Any source code objective-c or swift will be welcomed.

    I have 120fps or 240fps video (It’s a slo-mo).
    When I playback these video on my iPhone6. I can see slo-mo effect.
    (I know playback frame rate is 30fps.)

    I want to convert that video before upload to my server, from 120/240 fps to 30fps video. (I mean not adjusting playback frame rate, it means video transcode to 30fps.)
    Additionally, I want to check slo-mo effect start-point and end-point.
    (Maybe iPhone record this information to video binary(it might be reside in file’s header.)

    Well, I guess if I use ffmpeg library, it should be easy(?).

    So any suggestions will be welcomed.

  • “Hook” libMMS to FFmpeg for iPhone Streaming

    8 novembre 2011, par Xie Xingwei

    These days, I was researching the software architechture for iPhone Streaming (Base on MMS protocol).

    As we know, in order to playback MMS audio stream, we should call libMMS to read wma stream data from remote media server, and then call FFmpeg to decode the stream data from wma format into PCM data buffer, and finally, enqueue the PCM data buffer into iPhone’s audioqueue to generate real sound.

    The introduction above just describe the working process of iPhone streaming. If we only need to implement this simple functionality, that is not difficult. Just follow the introduction above to call libMMS, FFMpeg and audioqueue step by step, we can achieve the streaming function. Actually, I have implemented the code last week.

    But, what I need is not only a simple streaming function ! I need a software architechture makes FFmpeg accessing libMMS just like accessing local filesystem !

    Does anybody know how to hook the libMMS interfaces like mms_read/mms_seek onto FFmpeg filesystem interfaces like av_read_frame/av_seek_frame ?

  • Using FFMPEG library with iPhone SDK for video encoding

    21 juin 2015, par user203349

    I need to encode several pictures shot by the iphone camera into a mp4 video file and I know FFMPEG can do this (the application TimeLapser and ReelMoments do it already). I plan to use this in my app iMotion (available in the appstore).

    I successfully install and compile the ffmpeg for the iphone SDK with this link :
    http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-October/076618.html

    But now I’m stuck here in my XCode project. What should I do next to use the FFMPEG library for video encoding ? The Apple documentation about external library using is very light and I just can find any tutorial on the web wich explain how to do this.

    If anybody can help me, I would be very grateful..`

    Thanks

    Aurelien Potier