Recherche avancée

Médias (91)

Autres articles (71)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (7141)

  • change to use fast ssim code for internal ssim calculations

    3 mai 2011, par Yaowu Xu

    change to use fast ssim code for internal ssim calculations

  • aacenc : add a faster version of twoloop as the "fast" coder

    7 août 2016, par Rostislav Pehlivanov
    aacenc : add a faster version of twoloop as the "fast" coder
    

    Does nothing fancy but still sounds very decent at 128kbps.
    Still room to improve by bringing in the low pass and PNS management
    from the main big twoloop which should improve its quality but not
    sacrifice that much speed.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aaccoder.c
  • How to switch between rtsp streams of an ip camera without disconnecting from the server for fast switching ?

    16 avril 2021, par MAh2014

    Is there any way to switch between different channels (streams) of an IP camera without disconnecting from the RTSP server on the camera ? Since the URI of each channel is different using VLC or FFmpeg you need to stop the first channel and then using the URI corresponding to the second channel establish the connection once again and start streaming. This seems to be inefficient and incurs switching delay. I was wondering if there exists any way around this ?

    &#xA;