Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (78)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (9536)

  • Trying to download Fragmented MP4 video [closed]

    26 janvier 2021, par Aryan Agarwal

    i want to download a course that I have purchased for my personal use because my access will be removed by 28th Jan.

    


    I was trying to download the video from the dev tools network tab and encountered that the video is fragmented in multiple MP4 files and not TS or M4s.

    


    The most peculiar thing is that it is the exact same link for the download but I am not able to download the video.

    


    This is the network tab feed

    


    This is the link if somebody wants to check it out https://d1z78r8i505acl.cloudfront.net/media/Ubr3VhTyJD5NW/7c71af39/video_1630_1080_1372.mp4

    


  • How to use AVCodecContext::skip_frame ?

    28 mai 2012, par Denis Loh

    I am developing a Video over IP telephone client which is using ffmpeg libavcodec to decode h.264 video streams. I am facing the issue that audio and video are getting asynch during high network load (due a parallel upload or something similar) or short network interruptions.

    I get the following message by ffmpeg : Increasing reorder buffer to 16.

    This message comes very seldom and when it comes, I get a high delay of approx. 1 second after the appropriate audio. I googled hours and days and only found that the decoding performance is much too low to decode the frames in time. However, the CPU load is not that high and the issue occurs at any frame rate and any frame resolution. Always with the same effect.

    The only thing I believe could solve the problem is to tell the decoder to speed up by dropping some framess.

    Can this be done by using AVCodecContext::skip_frame ? If so, how does it work ? How do I avoid the message above or better how do I react on that ?

    Thank you for your help !

  • Syncing RTSP Audio and Video

    10 juin 2020, par user4208878

    I am using command line ffmpeg for windows. I have an Axis IP camera and an Axis Network I/O Module. https://www.axis.com/nl-nl/products/axis-p8221

    



    The IP camera sends video stream over RTSP. While the Axis Network I/O module sends audio over RTSP. The video and audio are not synchronised. Any ideas how I can get the audio and video synchronised ?

    



    Thanks in advance.