Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (35)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (5238)

  • Streaming jpegs live to iphone app

    14 février 2012, par Raven

    Im progressing through taking the depth camera feed from my kinect and streaming it to my iphone app. I have got to stage of being able save jpegs for every frame created from the kinect depth image (30 fps) and save them to the local disk. I have than been able to convert this to mpeg with ffmpeg.

    My question is now how can I view this live on my iphone ? Basically I want to view it live on the iphone as you are seeing it coming from the kinect.

    Should I use http live streaming and use the segmenter to use apples HttpLiveStreaming functionality ? Or can I stream the raw jpeg image files up in some way as they are saved to disk and than just cycle the images on the phone as they go ?

    Im wondering how video conferencing is achieved on the iphone (facetime/skype etc) ? because I'd prefer that it wasnt played inside the video player, just want to display live content on the screen as it happens.

    Any ideas ? Thanks in advance

  • Core : Cast NaN value attributes to undefined for Opera Mini

    16 juin 2015, par marek-saji
    Core : Cast NaN value attributes to undefined for Opera Mini
    

    Closes #1470

  • No bluetooth audio input with ffmpeg on macOS

    4 août 2020, par Nicholas Yang

    I'm trying to screen record using ffmpeg 4.3.1 on macOS Catalina. I'm using the following command :

    


    ffmpeg -f avfoundation -i "1:0" -r 24 -t 30 out.mkv


    


    With the following devices :

    


    AVFoundation video devices:
[0] FaceTime HD Camera (Built-in)
[1] Capture screen 0
AVFoundation audio devices:
[0] Bose QuietComfort 35 Series II
[1] ZoomAudioDevice
[2] Built-in Microphone


    


    What's interesting is that audio input works fine with the built in microphone (albeit weirdly choppy), but it doesn't seem to work with the Bose headphones. Is there a particular reason why ? And is there a potential workaround ?

    


    Thanks,
Nicholas