Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (68)

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

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

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

Sur d’autres sites (13747)

  • What is the best program to convert AVI to MP4 for playing online [on hold]

    8 avril 2016, par D3F4ULT

    I got several files into AVI movies, videos and more, and want to convert all MP4 so that it is playable on players like jwplayer, is there any ready tool for this task, which would be the best way for me to do this, the goal is :

    1 - Keep the collection of videos I have on HD in MP4 format playable online
    2 - Keep the same quality or same quality and most faithful possible
    3 - If possible to maintain the same quality, make the MP4 file have the same size or very close to the original file in AVI

  • Ffmpeg or avconv tool stops live streaming video stops after 10 mins

    21 janvier 2014, par Yuvraj Kakkar

    A RTMP live streaming video is being send to FMS server via ffmpeg or avconv tool.But when it is played by command line using Java programming language as follows -

    avconv -async 15 -timelimit 4000 -i  rtmp://IP/live/file-name -shortest -s 176*144 -r 10 \
    -b:v 56k -ab 12k -ac 1 -ar 22050 -f flv  rtmp://IP/live/file-name2

    But avconv stops encoding live video stream after 10 minutes when i run command via Runtime Environment in Java. Where as command directly executed on command prompt properly runs properly in Ubuntu (Linux OS).

  • wowza ffmpeg add watermark video on demand [on hold]

    21 janvier 2014, par kalafun

    I would like to create a VOD stream in which I would embed a watermark. The watermark would be different for every user the stream would go to. I tried to use ffmpeg to insert the watermark into the video but on my mac its taking too long to do that, I don't know how long will it take on the server but to simplify the solution I would rather access like every fifth or sixth 10sec transport stream file and embed the watermark there.

    Is it even possible in wowza to get into separate transport stream files and do something with them ? And after that send them to the user ?

    Is there any other possible solution to do that ?

    Thank you in advance.