Recherche avancée

Médias (0)

Mot : - Tags -/logo

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (55)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (9895)

  • Live Video Broadcasting in ios [on hold]

    7 novembre 2015, par Bittoo

    I am making an app based on broadcasting so i just read about FFMPEG for flv files but I don’t know how to start and where to start can any body tell me how to implement Broadcasting in ios

  • how to do rtsp live streaming in C program using ffmpeg [on hold]

    18 novembre 2015, par Priyesh Karatha

    i want to write a c program using ffmpeg which does same function of following command .

    ffmpeg -i "rtsp://localhost:8554/stream" -vcodec libx264 -vb 150000 -g 60 -vprofile baseline -level 2.1 -acodec aac -ab 64000 -ar 48000 -ac 2 -vbsf h264_mp4toannexb -strict experimental -f rtsp rtsp://user:password@host:1935/live/stream

    How can i start ? Please suggest some tutorials .
    I have gone through FFMPEG to send RTSP encoded stream C++ .But i am not aware of the functions and data structures used here .

  • Android Live Streaming with MediaCodec and ffmpeg ? [on hold]

    15 mars 2016, par Chuong Nguyen

    I’m using Android MediaCodec to record video and audio into ByteBuffer (H264, AAC). All I need now is how to use ffmpeg (or librtmp) to send data to server using RTMP protocol.

    Is there any clear document how to use these API or an example about ffmpeg rtmp ?
    I’ve searched for days but found nothing. Anyone can help me ?

    Thank you !

    P/S I’m looking for example or document about RTMP in ffmpeg, not JavaCV