Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (46)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (8407)

  • Capture cctv camera with iphone application using IP

    3 juin 2014, par Bittu

    I want to develop a cctv camera app and I don’t know what steps I need to take.
    i have the data below for connecting cctv camera :

    • Ip address
    • port ID
    • user name
    • password

    i checked live555 and RTMPStreamPublisher demo from here, but i don’t know where I should start. i also read that i should use the ffmpeg framework.

    What I want is an app similar to kView on itunes. This app is able to stream a cctv camera feed with the above configuration detials

    Does anyone know what direction I need to go in ? Is there a demo or open-source app that accomplishes this ?

  • SNAP : Simulation and Neuroscience Application Platform

    2 décembre 2014, par Sumit

    Is there any documentation/help manual on how to use SNAP (Simulation and Neuroscience Application Platform)1.

    I wanted to run the Motor Imagery sample scenario with a .avi file for the stimulus instead of the image. How can that be done ?

    The following error is obtained when using the AlphaCalibration scenario which gives code to play an avi file.Any help appreciated

    :movies:ffmpeg(warning): parser not found for codec indeo4, packets or times may be invalid.
    :movies:ffmpeg(warning): max_analyze_duration 5000000 reached at 5000000
    :movies(error): Could not open /e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi
    :audio(error): Cannot open file: /e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi
    :audio(error): Could not open audio /e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi
    :movies:ffmpeg(warning): parser not found for codec indeo4, packets or times may be invalid.
    :movies:ffmpeg(warning): max_analyze_duration 5000000 reached at 5000000
    :movies(error): Could not open /e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi
    :gobj(error): Texture "/e/BCI_Feb2014/SNAP-master/src/studies/SampleStudy/bird.avi" exists but cannot be read.
    Traceback (most recent call last):
     File "E:\BCI_Feb2014\SNAP-master\src\framework\latentmodule.py", line 458, in _run_wrap
       self.run()
     File "modules\BCI\AlphaCalibration.py", line 30, in run
    Exception during run():
       m = self.movie(self.moviefile, block=False, scale=[0.7,0.4],aspect=1.125,contentoffset=[0,0],volume=0.3,timeoffset=self.begintime+t*self.awake_duration,looping=True)
    Could not load texture: bird.avi
     File "E:\BCI_Feb2014\SNAP-master\src\framework\basicstimuli.py", line 348, in movie
       tex = self._engine.base.loader.loadTexture(filename)
     File "E:\BCI_Feb2014\Panda3D-1.8.0\direct\showbase\Loader.py", line 554, in loadTexture
       raise IOError, message
    IOError: Could not load texture: bird.avi
  • How to use MSFT Message Queue to run a batch file in MVC3 application ? [on hold]

    11 juillet 2013, par kheya

    I need to run FFMPEG command (batch file) to processes video files (to convert), extract thumb etc.

    This needs to run periodically OR when there is an upload.

    I am using C# in MVC3 app. I have a console app to run as a schedule job.

    But the console app seems making to many database calls to update during the process.

    Any pointers regarding MSMQ will be appreciated.