Recherche avancée

Médias (91)

Autres articles (58)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (7373)

  • HTML5 Media and Accessibility presentation

    23 février 2010, par silvia

    Today, I was invited to give a talk at my old workplace CSIRO about the HTML5 media elements and accessibility. A lot of the things that have gone into Ogg and that are now being worked on in the W3C in different working groups – including the Media Fragments and HTML5 WGs – were also (...)

  • how does decoder handle media packet lose/out of order/repeat ?

    20 mai 2021, par woder

    this might not be a good question, because it is big, but sincerely, I want to get the overall knowledge of Quality guarantee of video communication:

    


    we know it media packet will lose or out of order or repeat in network realtime communication :

    


    In transport layer, assume that we use rtp to transport media and rtcp to control and feedback ; we can use a buffer to save rtp packets, so we can reorder packets by rtp sequence to solve problem out of order, and filter repeat packets to solve repeat, use rtcp packet to tell the sender that I have lost rtp packet of sequence xxx to solve lose ;

    


    But I have a lot of confusions on decode layer, assume that we have got media packets now and start decoding packets :

    


    Question 1 : We know what if we lose a I frame, the subsequent P/B frames will fail to decode, but what will hapen if we lose a P/B frame ? In h.264, there are inter-predict, what if the lost P/B frame was referred by subsequent frames, does subsequent frames will totally fail to decode ? Or just the inter-predict macroblocks of subsequent frames will fail to decode while intra-predict macroblocks can be decoded then the decoder still can generate a broken frame to us ?

    


    Question 2 : one frame might be consisted of multiple packets, what if we lose a packet, does this frame will totally fail to decode ? Or we can get a broken frame ?

    


    Question 3 : Do media decoders like x264/openh264 will handle packets repeat and out of order ?

    


  • Seeking while Transcoding videos from Windows Media Player

    3 juillet 2015, par prakharsingh95

    I am using Windows Media Player’s default DLNA server and the streaming is great.

    However, when I try to stream AC3 to VLC for iOS, on iPad Air 2, it converts it to a large number of available formats :
    enter image description here

    If I try AVC_MP4_BL_L31_HD_AAC, this provides the untranscoded media, which I can stream and SEEK. However, AC3 is not playable.

    However, AVC_MP4_MP_HD_720p_AAC is transcoded by Windows Media Player on the fly, but is NOT SEEKABLE.

    How do I add support for seeking transcoded media from Windows Media Player ?

    I can convert using ffmpeg, but I would prefer the above solution.