
Recherche avancée
Médias (91)
-
DJ Z-trip - Victory Lap : The Obama Mix Pt. 2
15 septembre 2011
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (75)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...)
Sur d’autres sites (10529)
-
ffmpeg webm to lossless h264 or avi
11 septembre 2016, par user1170540I have a webm video file with VP9 60fps video and Opus 160kbps audio.
I need to convert it into Cineform for editing in Adobe however, I know there might not be a direct route available so I want to convert it to a lossless format before I can convert it to cineform with Adobe Media Encoder.There is no specific requirement for this intermediate file and anything except uncompressed YUV 4:2:0 is acceptable. I tried ffmpeg to lossless h264 and it seems to work fine however I cannot get lossless audio output from ffmpeg. I tried PCM 16-bit but the output file is buggy !
Can someone please suggest a command line that outputs webm to lossless avi (huffyuv/lagarth/UtVideo/or_anything_else) with PCM audio or seperate commands for lossless h264 and lossless PCM (since mp4 container does not supports PCM).
-
Connect to nginx server over RTMP with session id using FFmpeg
5 janvier 2023, par SkroopaIs it possible with FFmpeg ?
For example, if I use
NetConnection.connect()
method from Adobe ActionScript, I can send session id with following command :

connection.connect(_server, _sessionId);



I use this string to publish stream with FFmpeg :


ffmpeg -re -i D:\input.mp4 -c:v h264 -c:a aac -ar 8000 -ac 2 -f flv "rtmp://stream138.loadup.ru:443/broadcast/12950324_9893717_05515b7ad41d7e58005c14d3ff2c7947"



and I get error :


RTMP_ReadPacket, failed to read RTMP packet header:
rtmp://stream138.loadup.ru:443/broadcast/12950324_9893717_05515b7ad41d7e58005c14d3ff2c7947: Unknown error occured



Is it possible to do the same, when I used Adobe ActionScript, but with FFmpeg ?


-
Connect to nginx server over RTMP with session id using FFmpeg
23 novembre 2015, par SkroopaDoes it possible with FFmpeg ?
For example, if I useNetConnection.connect()
method from Adobe ActionScript, I can send session id with following command :connection.connect(_server, _sessionId);
I use this string to publish stream with FFmpeg :
ffmpeg -re -i D:\input.mp4 -c:v h264 -c:a aac -ar 8000 -ac 2 -f flv "rtmp://stream138.loadup.ru:443/broadcast/12950324_9893717_05515b7ad41d7e58005c14d3ff2c7947"
and I get error :
RTMP_ReadPacket, failed to read RTMP packet header:
rtmp://stream138.loadup.ru:443/broadcast/12950324_9893717_05515b7ad41d7e58005c14d3ff2c7947: Unknown error occuredIs it possible to do the same, when I used Adobe ActionScript, but with FFmpeg ?