
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 (24)
-
MediaSPIP Init et Diogène : types de publications de MediaSPIP
11 novembre 2010, parÀ l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (4511)
-
How to add image in Video using ffmpeg ?
6 février 2014, par Sanket990How to add image overlay in video using ffmpeg ? I am using this command showing black pixel but i want to showing image in video
libffmpeg.so -y -i /storage/sdcard0/e.mp4 -vcodec libx264 -b 300k -s 480x360 -r 15 -acodec copy 3gp -vf redact=/storage/sdcard0/output-913723741.3gp.txt /storage/sdcard0/output-913723741.3gp
-
omxplayer : audio out of sync
31 janvier 2014, par Jan PulpanWe build simple web controlled video player based on Raspberry Pi and omxplayer. The problem we have is any file which is transcoded with ffmpeg has an audio out of sync. The video file produced at iPad and uploaded directly to Pi plays fine. The same file transcoded with simple ffmpeg command like this doesn't and audio is about 1s delayed :
ffmpeg -i input.mp4 output.mp4
The audio out of sync problem shows at Raspberry/omxplayer only. If I play the same file at computer it's perfectly fine. The input file is 720p h264 aac one.
Anyone has solved something like this before ?
Thanks !
-
Landscape video from portrait images using ffmpeg
19 janvier 2014, par XXXI have a series of pictures taken in portrait mode with a resolution of 480x800. I made video using ffmpeg command
ffmpeg -r 1 -y -i image%d.jpeg out.mp4
And I get video in landscape mode with a resolution 480x800 and 4:3, and therefore the image of video is stretched laterally. How to make that video is not stretched and the sides were black stripes ?