
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 (109)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (7789)
-
FFMPEG live webcam output on VLC, getting delay of 7-8 seconds output on VLC [on hold]
6 juin 2016, par Smtiesh TamboliI am new to FFMPEG, I am trying to render webcam output on VLC using FFMPEG.
I used below command
ffmpeg -re -f dshow -i video="Integrated Webcam" -c:v copy -bsf:v h264_mp4toannexb -vcodec libx264 -f mpegts udp ://127.0.0.1:9000
On VLC, I am using Network Stream to play video
udp ://@:9000
While playing I am getting delay of 7 to 8 seconds on VLC.
how to view live webcam output using FFMPEG on VLC without delay ?
Thank You.
-
How to Create A Silent Mp3 File that have a duration of 'x' seconds in android
18 mai 2016, par Lins LouisI want to Merge two mp3 files with a silence in between two mp3 files. I can now merge Songs with my code, but i need to add silence of ’x’ seconds between songs. and the ’x’ needed to be a value user can change..
So the only thing i needed is a code to Create a silence mp3 file that have a duration of ’x’ seconds ... -
Add 2 seconds of blank/black video with ffmpeg
22 avril 2016, par user3076099Let’s say I have two videos I want play simultaneously. movieA.mp4 is 38.6 seconds duration, and movieB.mp4 is 31.14 seconds duration. Using ffmpeg is there an easy way to fill the end of movieB.mp4 with black silence so that it is exactly 38.6 seconds (matching movieA.mp4). There’s a very niche technical reason I want to do this, so don’t ask haha !!
Also if possible, but less important, a way to remove this afterwards.
Been searching for 2 days for any sort of easy way around this without luck !!!
Thanks so much in advance !