
Recherche avancée
Médias (17)
-
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
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (104)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
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 (9737)
-
Running a project in QT Creator in Windows
1er avril 2013, par HwathanieI want to develop a video player using FFMPEG in QT Creator on Windows, but completely new to QT Creator environment.
I have downloaded a sample project from this link. When I opened in it QT Creator and ran it, it returned this error,
:-1: error: avutil is required, but compiler can not find it
.I have downloaded this (ffmpeg-20130322-git-e0e8c20-win64-static) FFMPEG file and extracted it to a folder in C partition. I think I get that error since QT cannot find where the FFMPEG is, but still don't know how to link it. Could you please kindly help me to solve this out.
-
Install ffmpeg in windows 7 x64
9 avril 2013, par Bruno RibeiroI have a problem to install ffmpeg, I tried several tutorials but did not.
I tried using the dll and executables but could not get the result is always."Fatal error: Call to undefined function dl ()"
I went on the official website and downloaded the dlls did the procedure in playing in system32 and php / ex and declared the extension in php.ini but does not work.
I am using the version of php 5.3.13.
I was thinking it was the version of php what do you think ? I'm using WampServer observation -
FFmpeg on windows 7, encode video in mp4 for HTML 5 video fail
14 avril 2013, par manonthemoonI try to encode my video with FFmpeg, to convert to mp4.
But the video doesn't work on html 5. I don't understand why.I found this command on the web and I tried it :
ffmpeg.exe -i wildlife.wmv -b 1500k -vpre slow -vpre baseline -vcode libx264 \ -g 30 wildlife.mp4
But it fails, and I have this error :
File for preset 'slow' not found
I check the folder "presets" and the preset is on the folder, so I don't understand why it's telling me this error.
I tried with the complete path, it fails too.