Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (72)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (10799)

  • 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) ?

  • Convert and stream videos [on hold]

    26 septembre 2013, par user969068

    I am going to develop a php script on linux based server which will be used to upload videos on server and stream to users. I have seen many open source free/paid libraries available with flash,html5 etc players. After research I have decided to go with ffmpeg to convert videos and use jwPlayer with RTMP protocol to stream videos.

    I am not much familiar with streaming concept but I have researched a lot on this subject since few days, so last I thought to ask here if I am going the correct way to achieve my goals, which are listed below :

    1. My main concern is to start streaming videos as soon page is loaded.
    2. Convert videos after upload ( Found ffmpeg for this purpose is well suited )
    3. Seeking video should be faster (which after searching I found is good with RTMP protocol)

    Please can someone guide me if I am going in the right direction by choosing ffmpeg, jwplayer with RTMP protocol. Thanks a lot for any guidance.

  • Android simple video editor app [on hold]

    30 mars 2014, par gopgop

    I am working on a small android project..

    The goal of the app is to pull video files from the library or images and combine those into a video and save it into the library.

    I already have made the part where it pulls the images and videos, now I am stuck..

    How would you go about combining the images and videos to make one video file using java and android ?

    Can someone please guide me ?

    I have looked around and did not find any clear winner,
    I'd prefer not to use FFmpeg as its not pure java..

    Thanks.