Recherche avancée

Médias (91)

Autres articles (96)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

  • ffmpeg gets slow after a while

    19 février 2014, par user3329033

    I have installed ffmpeg on my win r2 server and it gives me headache with rendering videos !
    When i have installed ffmpeg and have started to render videos (700MB mp4 video into 3 clips of 7:00 minutes mp4 videos) it worked pretty good, an 700MB video was rendered in 3 clips in 10 minutes !

    After rendering 30-40 videos in clips it started to slow down, now 1 clip takes 10-20 minutes !

    I have rebooted my machine but it does not change anything, it renders a clip in 10-20 minutes instead of 3-4 minutes !

    I have reinstalled OS and installed ffmpeg again and it works great, it does the rendering in 3-4 minutes but after a couple of videos it slows down again to 10-20 minutes per clip !
    Do you have simillar experience or any suggestions how to avoid the slowdown ?

    My server details are :

    6GB RAM
    4 Cores
    500GB HDD
    Windows Server 2008 R2 Standard OS

  • how to make rtmp streaming player on windows phone 8

    9 avril 2014, par user3334845

    i am making basic online live tv program on wp8.I'am use to Microsoft.Web.Media.SmoothStreaming framework and Microsoft Player Framework (Microsoft.PlayerFramework.WP8.Core, Version=1.8.2.2). My app is play http mms and rtsp with this framework. But not play rtmp live streams :S. I'm stucked. I'm search about how play rtmp on wp8. And i am found two thinks :
    1-) ffmpeg core (librtmp) (https://code.google.com/p/rtmp-mediaplayer/)
    2-)FluorineFx (http://www.fluorinefx.com/download.html)

    i am trying first librtmp but this code is so complex for me:S
    and i am trying B plan FluorineFx, install it and trying add dll wp8 reference but program get error "this dll is making for visual studio 2008", and trying FluorineFx samples in programfiles directory, but same error vs2008 works not current:S.

    I'm stuck here please help me.

  • How to build FFmpeg.NET .dll ?

    1er mars 2014, par user2656632

    I need to use some FFmpeg functions in C# (to be precise, in GTK#). So I downloaded wrapper FFmpeg.NET. After that I try to build FFMpeg.NET.2008.sln(reference : I will build dll in Visual Studio 2008, but will use in GTK#), then get the following errors :

    Error 1 error PRJ0019 : A tool returned an error code from "Performing
    Makefile project actions" FFMpeg.NET
    Error 2 The referenced assembly
    "C :\Users\Zhenya\Documents\ffmpegdotnet-94877(CLEAR)\bin
    (debug shared)\ffmpeg.net.dll" was not found. If this assembly is
    produced by another one of your projects, please make sure to build
    that project before building this one.

    How to fix these issues ?

    Or how to correctly build this wrapper to get .dll ?

    Thanks !