Recherche avancée

Médias (91)

Autres articles (59)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (8175)

  • 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

  • How to start live streaming on Mac using FFMPEG ?

    3 août 2014, par Alexandra Chis

    I am working on a MAC OS X Lion 10.7.5.

    How to properly install FFMPEG ?

    What I did :

    ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
    brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools

    and even (I think this should work, but it doesn’t)

    brew install ffmpeg

    Nothing works...I can’t list the inputs, I can’t start the streaming from the USB camera, I can’t do anything.

    ffmpeg -f video4linux2 -s 320x240 -i video="USB cam":audio="USB mic" -f oss -acodec libvorbis -vcodec libvpx -f webm http://localhost:1234/streaming

    The errors I get look like this :

    unknown input format 'video4linux'

    and the same happens for alsa, openal, vfwcap etc.

    So did anyone try live streaming with FFMPEG from MAC ?
    How to install FFMPEG so that is supports video4linux2 or v4l2 or any input format at all ? How to list the devices (USB webcams or integrated webcams) ?

  • How to start live streaming on Mac using FFMPEG ?

    22 mars 2018, par Alexandra Chis

    I am working on a MAC OS X Lion 10.7.5.

    How to properly install FFMPEG ?

    What I did :

    ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
    brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools

    and even (I think this should work, but it doesn’t)

    brew install ffmpeg

    Nothing works...I can’t list the inputs, I can’t start the streaming from the USB camera, I can’t do anything.

    ffmpeg -f video4linux2 -s 320x240 -i video="USB cam":audio="USB mic" -f oss -acodec libvorbis -vcodec libvpx -f webm http://localhost:1234/streaming

    The errors I get look like this :

    unknown input format 'video4linux'

    and the same happens for alsa, openal, vfwcap etc.

    So did anyone try live streaming with FFMPEG from MAC ?
    How to install FFMPEG so that is supports video4linux2 or v4l2 or any input format at all ? How to list the devices (USB webcams or integrated webcams) ?