Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (76)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

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

  • How to generate video from photos with animation on server ?

    13 janvier 2014, par user1953063

    Good day !

    I create programm for server, which should generate a video clip of the photos. The user sends photos to the server and the server generates a video with animation and sound track from this photos. I use ffmpeg for creation video, but how to create animation ?. I need different (difficult) animation : transitions (fade in, fade out, scroll), zooming, animations numbers etc.

    This example explains what I need.

    Thanks

  • Creating an RTSP server using Node.js

    3 juin 2020, par Maoration

    What would be the easiest, yet most reliable way to deploy my node.js server as an RTSP server :
Gstreamer ? some node Gstreamer wrapper ? some other code package ?

    



    I'm using ffmpeg to process incoming security camera videos. I'm looking for a solution that would make it possible for me to output from ffmpeg to my rtsp server (on rtsp ://localhost:port/STREAM_NAME *probably something like this) so that clients would be able to play the live video using vlc or equivalent RTSP players (on rtsp ://my_server:port/STREAM_NAME)

    



    And most importantly, I'm looking for an MIT licensed code to use, or something open-source or for free commercial use.

    



    So, any suggestions ?

    


  • IP camera livestream on server

    1er juillet 2015, par kunsti

    i have written an ASP.NET MVC Application.
    On the website is there are some ipcameras streams.
    They are inbounded with an image tag

    <img height='169' width='300' style='border:1px solid' src="http://xx.xx.xx.xxx/nphMotionJpeg?Resolution=320x180&amp;Quality=Standard" alt="Kamerastream" />

    Because of some changes of the accesslist it is not possibile for some users to see these streams anymore.

    The Windows server (a virtual machine) can proceed to this camera streams.
    The users which are not able to see the streams can reach the server.
    So my idea was to provide the stream by server instead of front end.
    I tried to do it via iis live smooth streaming.

    But I wasn’t able to find an introduction which I was able to understand.
    The one I unterstand is with Expression Encoder pro, which is not available for download anymore.

    I have also found FFMPEG but I do not no how tow ork with it.
    Is anyone out there who could explain it to me, knows a good tutorial or knows a better way to do what I want.