
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (111)
-
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (5028)
-
ffmpeg extract audio from streaming mp4
3 septembre 2016, par user6791548I am trying to extract audio from streaming mp4,it succeeds on
ffmpeg -i http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.mp4 out2.mp3
But it fails on this facebook mp4 streaming video.(Hot girl alert)
It throws error :
out2.mp3: command not found
I suspect if ffmpeg forces I to have file extension ?
-
avconv http audio streaming from mic instead of RTP
11 juillet 2014, par user3764830AVCONV http audio streaming instead of RTP in mp3 format..
I tried all RTP but i need to access the server by HTTP.
So that i can stream it in android media playerCan any one help me please. I am struggling hard here...
I tried
avconv -f alsa -ac 1 -i hw:1,0 -acodec mp2 -b 64k -f rtp rtp://192.168.1.111:1234
RTP files cannot be played in android. it shows prepare failed in media player.
If i get a streaming in HTTP i will be happy proceed.. Please Please Please
-
Screen recording and live streaming (Windows DXGI) - C++
16 mai 2020, par NewbieCoderI am using the Desktop Duplication API in Windows to obtain images of the screen. I know to obtain the bitmap image of the screen by using the API but I am stuck after this. To stream it to the server I thought of encoding it into H264 and then encoding that again to RTMP and then streaming it to the server. Is there a better and faster way ?



I searched many times and most of the answers are using FFmpeg and just finishing the whole task of screen recording to streaming in a single line. Please tell me a way to do this programmatically !!



How do I encode to H264 and then to RTMP ? If the video is being double encoded, will this result in a loss of performance in both streaming side and receiving side ?



Please point me in the right direction. Any hints or links will be very helpful.