Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (104)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (12530)

  • How to stream my video via websockets

    3 juillet 2015, par Andrew Simpson

    I am using Windows 8.1 OS.
    I use ffmpeg to stream from my IP camera to my localhost.

    This is the command I use :

    ffmpeg  -i rtsp://admin:admin@192.168.0.12:554/video_4 -f mpeg1video -b 800k -r 30 http://localhost:8082/yourpassword/640/4800/

    How can I ’capture’ this stream in my IIS ASP.NET app ?
    Then how can I send the stream to my connected clients ? Do I have to use web sockets ?

    Is there working sample I can look at ?

    Thanks

  • regex for files recognition for ffmpeg command

    10 avril 2015, par Vishal Desai

    I’m trying to use ffmpeg command to create a time-lapse from a bunch of images in a folder. The images are named in the format -
    folder_number ;timestamp.jpg
    eg,
    0 ;1423116000.jpg
    0 ;1423137600.jpg

    I run the following command,

    ffmpeg -i %*.jpg -q:v 2 output.mpeg

    the video is getting formed but it is a 30seconds video with only the first image in the folder.

    I only assume the regex i’m using - %*.jpg is wrong. Please help.

    ps : I’m newbie to ffmpeg

  • rtmpproto : Send chunk size on the network channel

    13 octobre 2016, par Martin Storsjö
    rtmpproto : Send chunk size on the network channel
    

    This makes sure that e.g. Adobe FME actually reacts to it. As long
    as the value we’ve been sending is the default one (128), the bug
    hasn’t been noticed.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rtmpproto.c