Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (69)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

  • Breaking a video into frames with python

    30 juillet 2012, par user1481112

    I am trying to write a program that deletes frames of a video that don't have a particular symbol in them. My general plan :

    1. Split the audio from the video
    2. Split the video into frames
    3. Run the frames through a subroutine that looks for the symbol, by checking the pixels where it should be for being the correct color, and logging the ones that don't.
    4. Delete those frames and corresponding audio seconds
    5. Splices it all back together.

    I need some help finding libraries that can do this. I was wondering if wxpython could do the detection of pixel color. I have no idea what library could split audio and video and which could edit audio. I know ffmpeg could split the video into frames but after two days of work I still have not been able to install it for python 2.7, so I either need a way to install it or a different library to do it. Any ideas ?

  • php and ffmpeg, how many converts can do, once ?

    19 mars 2014, par dleline

    php and ffmpeg, how many converts can do, once

    For exemple in a simple hosting plan

    I have a php script that read remote flv files, bad things is that seeking in flash player doesn't work, so if is posible i want to pull video from seeking position with ffmpeg..

  • Cannot find configure.ac file in ffmpeg

    23 février 2014, par Sudheesh

    Where can I find the configure.ac file of ffmpeg ?. I downloaded the latest version of ffmpeg from git, but couldn't find the configure.ac ( input for autoconf ).

    I am in the process of adding a new proprietary media encoding/decoding in ffmpeg. I plan to enable it via —enable-mylib ( like libfaac ). Hence the question.