Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (96)

  • Les sons

    15 mai 2013, par
  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • 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 (...)

Sur d’autres sites (9957)

  • 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