Recherche avancée

Médias (91)

Autres articles (69)

  • 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

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

Sur d’autres sites (6484)

  • avfilter/x86/vf_atadenoise : add SIMD for serial too

    17 octobre 2019, par Paul B Mahol
    avfilter/x86/vf_atadenoise : add SIMD for serial too
    
    • [DH] libavfilter/x86/vf_atadenoise.asm
    • [DH] libavfilter/x86/vf_atadenoise_init.c
  • Streaming a video with serial port [on hold]

    23 août 2019, par kanki66

    I need an application which is streaming an video recorded by an webcam over the serial port in c#

    I opened an port and can send some data over the port. I have access to the webcam and have an picture/video on the screen. For the webcam part i used this tutorial :
    https://en.code-bude.net/2013/01/02/how-to-easily-record-from-a-webcam-in-c/

    void videoSource_NewFrame(object sender, AForge.Video.NewFrameEventArgs eventArgs)
    {
     //Cast the frame as Bitmap object and don't forget to use ".Clone()" otherwise
     //you'll probably get access violation exceptions
     pictureBoxVideo.BackgroundImage = (Bitmap)eventArgs.Frame.Clone();
    }

    How can i convert now this to an video as small as possible and send it over the serial port, without saving the video like directly to the serial port ?

    Thank you very much for the help

  • ogg : Provide an option to offset the serial number

    30 janvier 2015, par Luca Barbato
    ogg : Provide an option to offset the serial number
    

    The ogg serial number doubles as codec id and sequence
    value for concatenated samples.

    • [DH] doc/muxers.texi
    • [DH] libavformat/oggenc.c