
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
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 (9470)
-
Add Windows resource file support for shared libraries
5 décembre 2013, par James AlmerAdd Windows resource file support for shared libraries
Originally written by James Almer <jamrial@gmail.com>
With the following contributions by Timothy Gu <timothygu99@gmail.com>
* Use descriptions of libraries from the pkg-config file generation function
* Use "FFmpeg Project" as CompanyName (suggested by Alexander Strasser)
* Use "FFmpeg" for ProductName as MSDN says "name of the product with which the
file is distributed" [1].
* Use FFmpeg’s version (N-xxxxx-gxxxxxxx) for ProductVersion per MSDN [1].
* Only build the .rc files when —enable-small is not enabled.[1] http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058.aspx
Signed-off-by : James Almer <jamrial@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>- [DH] Changelog
- [DH] Makefile
- [DH] common.mak
- [DH] configure
- [DH] libavcodec/Makefile
- [DH] libavcodec/avcodecres.rc
- [DH] libavdevice/Makefile
- [DH] libavdevice/avdeviceres.rc
- [DH] libavfilter/Makefile
- [DH] libavfilter/avfilterres.rc
- [DH] libavformat/Makefile
- [DH] libavformat/avformatres.rc
- [DH] libavresample/Makefile
- [DH] libavresample/avresampleres.rc
- [DH] libavutil/Makefile
- [DH] libavutil/avutilres.rc
- [DH] libpostproc/Makefile
- [DH] libpostproc/postprocres.rc
- [DH] library.mak
- [DH] libswresample/Makefile
- [DH] libswresample/swresampleres.rc
- [DH] libswscale/Makefile
- [DH] libswscale/swscaleres.rc
-
tools/ : Add gen-rc tool for generating Windows resource files
11 décembre 2013, par Timothy Gu -
Windows phone 8 neon inline assembly ffmpeg [duplicate]
5 février 2013, par user2036635Possible Duplicate :
windows phone8 wp8 arm neon assemblyI am about to transplant a project just like ffmpeg onto wp8(ARM). Unfortunately, most part of the project was written by arm neon inline assembly code (NEON inline assembly) with AT&T format..
Any suggestion about tools or methods to quickly doing that ? Or what should I do for that ?
I asked this question before but closed for the reason which is not constructive but I do not think so because what I mentioned is INLINE assembly with AT&T.
Any suggestion would be appreciated.