Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (72)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

  • 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 ;

Sur d’autres sites (10292)

  • DirectShow IVideoWindow can't be wider than 4096px

    25 mars 2019, par ulvesked

    I have a C# application which uses DirectShow to show play video clips. We recently tried to play a video that is 9600x1080 px and it would not show. DirectShow emits events that everything.

    We use K-Lite codec pack (1295) and utilise ffdshow libx264 as codec and video renderer. Media Player Classic using the same renderer can play the clip just fine. The latest version of our application use DirectShow.NET while the older versions call DirectShow interfaces directly. Both old and new versions of our application have the same issues.

    After some experimentation we have found out the following :

    • If the video window width is 4096px or narrower it will render video. If it is 4097 or wider it will not render any video. We tried playing a HD-clip and a 720-clip with the same results. They will play when the video window is 4096x1080 but not when the window is 4097x1080 or wider.

    • When changing resolution or graphic settings there are some flashes (a few frames) of the video when the settings is applied, so that would suggest that it is in fact playing the video but it displays only black.

    Tested on Windows 10, 64 bit.

    Any ideas of what the we can do to fix this ?

  • How to encode Live Streaming using NReco.VideoConverter ?

    11 janvier 2016, par Siva Prasanna

    I’m developing an application to encode a live stream using NReco.VideoConverter component. I’m getting a live video stream from one of my IP cameras, and it uses rtsp. The url is "rtsp ://test.vaprtech.com/vid/show.sav ?[PARAMETERS]". Now the code I use is given below.

    private void button1_Click(object sender, EventArgs e)
    {
           String path="rtsp://test.vaprtech.com/vid/show.sav?[PARAMETERS]";
           String pathToSave="C:\\Videos\\LiveVideo.mp4";
           var ffMpeg = new NReco.VideoConverter.FFMpegConverter();
           ConvertLiveMediaTask task=ffMpeg.ConvertLiveMedia(path, Format.mp4, pathToSave, Format.mp4, new ConvertSettings(){VideoCodec="h264"});
           task.Start();
    }

    But I’m getting an error saying

    "The best overloaded method match for
    ’...ConvertLiveMedia(string,string,System.IO.Stream,string,ConvertSettings)’
    has some invalid arguments".

  • Roadmap #3581 : Nettoyer les fonctions désuettes de ecrire/inc/presentation.php

    26 février 2016, par b b

    J’ajoute cadre_depliable() à la liste des fonctions à remiser au grenier.

    Je n’ai trouvé aucune occurrence des fonctions listées dans les plugins-dist, ça semble clean de côté.

    Par contre, cela implique virer d’autres vieilleries comme celle-ci qui est dépréciée :

    https://core.spip.net/projects/spip/repository/entry/spip/ecrire/exec/fond_monobloc.php

    Et de passer en squelettes certaines pages présentes dans :

    https://core.spip.net/projects/spip/repository/show/spip/ecrire/exec