Recherche avancée

Médias (91)

Autres articles (76)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (6775)

  • Anomalie #4220 : Articles qui changent de langues

    12 novembre 2018, par denis -

    Salut, voici déjà plus d’infos sur un site où ça survient régulièrement. Je ne sais pas d’où vient le bug, directement de spip où d’un des plugins listés ci-dessous. C’est évidemment difficile de reproduire le bug dans un site nu vu qu’il ne survient sans doute après une opération spécifique qui ne se produit que tout les x semaines.

    Est-ce qu’il serait possible dans un premier temps de logger toutes les requêtes sql ? Pour pouvoir tracer l’origine du problème.

    SPIP 3.2.1 [23954]

    Abonnement à des listes de diffusion 1.1.12 - stable
    Agenda 3.18.7 - stable
    Champs Extras 3.11.5 - stable
    Facteur 3.5.2 - stable
    Ma lettre 3.3.6 - stable
    MailShot 1.23.0 - stable
    MailSubscribers 2.7.1 - stable
    Menu de langues avec liens 1.3.3 - stable
    Metas + 1.2.8 - stable
    Métadonnées pour Open Graph, Duclin Core et Twitter
    Mini Calendrier 2.4.1 - stable
    Newsletters 1.5.3 - stable
    NoSPAM 1.5.18 - stable
    oEmbed 2.0.5 - stable
    Saisies pour formulaires 2.24.3 - stable
    Sedna 1.3.5 - stable
    Agrégateur RSS
    SPIP Bonux 3.4.6 - stable
    Traduction d’articles autrement 1.4.3 - stable

  • Need help transcoding Red5 RTMP stream to MPEG2-TS

    5 février 2014, par reyniraron

    Me and my friend are going to make live shows and for that purpose I have set up a Red5 server on my old 2006 Intel Core Duo Mac mini running Mac OS X Snow Leopard Server 10.6.8.

    I use Flash Media Live Encoder to broadcast to Red5's oflaDemo application and the stream works great, except for the fact that I want the stream to work with iOS.
    I am developing an app for it, but I still need to convert my stream to Apple's HTTP Live Streaming protocol for it to work.
    Can anybody help me convert the RTMP stream to MPEG2-TS, because that's the format that mediastreamsegmenter supports ? I already have Apple's HTTP Live Streaming Tools installed on the server, so the segmenter's not a problem.

    FFmpeg doesn't work, at least not with the code I found here. With it a always get an "Operation not permitted" error. Xuggler doesn't work, not even with a Linux box.
    Can anybody please help me ? I'd really, really appreciate it.

    -Reynir Aron

  • ffplay shows no video from Grass Valley KMX in HDMI input even though HDMI from scope bars displays just fine

    14 juin 2023, par Scott Wilkerson

    I'm trying to replace an unsupported video input player that uses a Decklink card to superimpose video on an iControl widget. I was able to get this to work with a Decklink Mini Recorder 4K card with ffplay using this command :

    


    ffplay -f dshow -video_size 1280x720 -left 631 -top 19 -rtbufsize 702000k -framerate 59.94 -i video="Decklink Video Capture":audio="Decklink Audio Capture" -noborder -hide_banner -alwaysontop

    


    I used bars and tone from a handheld scope to test the video window and it worked great. When I put it into production with input from a Grass Valley KMX it only displays black. I can see the video, chroma, audio etc in the video window stats. The KMX video can display just fine with the Black Magic Media Express app. Any ideas what might be tripping it up ?

    


    I tried -videoinput HDMI, which did not work.