Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (22)

  • 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

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (6750)

  • video preview from remote mp4 [h264] file

    20 novembre 2015, par sathia

    I was trying to make a video preview from a remote video (smaller size, short clip and no audio. you get the idea)

    By knowing the video duration, and bitrate (constant) is rather easy to make several byte-range requests in order to fetch chunks of it.

    Once all the needed chunks are downloaded I use the "concat" method of ffmpeg to make a single video (this is in order to avoid to download all the video locally)

    well, technically it all works perfectly the problem is that most of the chunks I download have pretty severe aberrations, and I mean, it’s usually all green and pixelated, rubbish.

    Is this a limit on the h264 protocol or I should maybe find the first keyframe and start from there (on each chunk of course) ? thanks

  • RTP-Server in Android 4.0 and above

    9 juin 2013, par PowerPC

    Working on Android 4.0+ above.

    I am in process of analyzing ways to live stream my camera video to Window PC using RTP , encoding MPEG-2.

    1. Is there readily available "rtp-server" in android 4.0+ ?

    2. Is following true: : "The Android platform lacks support for
      streaming protocol, which makes it difficult to stream live audio /
      video to Android enabled devices." extracted from website

    3. Currently I analyzed used the ffserver from the ffmpeg
      libraries, but the FPS is < 5. which is far slow. Did any one
      explored other solution which has more FPS ?

    4. Did anybody tried using StageFright for same ? Capturing raw data
      from camera and sending it to stagefright framework for encoding and
      then streaming the same using RTP ??

    Many Thanks.

  • avformat/mp3dec : optimize mp3_seek() for dir 0

    2 mars 2014, par Michael Niedermayer
    avformat/mp3dec : optimize mp3_seek() for dir < 0
    

    this minimizes the amount of protocol seeks and reading needed in that case

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mp3dec.c