
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
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)
-
Revision 683b5a3161 : vpx_subpixel_8t_ssse3 : fix reg counts/access fixes build on windows x64 ; previo
17 septembre 2015, par James ZernChanged Paths :
Modify /vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm
vpx_subpixel_8t_ssse3 : fix reg counts/accessfixes build on windows x64 ; previously ’heightq’ i.e., the 64-bit register
was accessed when only the 32-bit value was needed. given this is from a
stack variable the upper bits were undefined.+ bump register/xmm counts ; users of SETUP_LOCAL_VARS touch xmm13 in
64-bit builds and filter_block1d16_v* uses one extra temp variableChange-Id : I9c768c0b2047481d1d3b11c2e16b2f8de6eb0d80
-
How install ffmpeg packages in Xampp 3.2,php 5.5.9 and windows 7 64 bit [on hold]
19 septembre 2015, par Sandeep Design DaysI need to install FFMPEG packages for my PHP server and tell me where i’ve to download the ffmpeg files.
-
Python ffmpeg on Windows
30 septembre 2015, par 吴雨羲I had installed ffmpeg in WIN7 64bit. When I use
os.system("ffmpeg -i rtsp://218.204.223.237:554/live/1/66251FC11353191F/e7ooqwcfbqjoo80j.sdp -c copy dump.mp4")
in my program by the PyCharm,it can also run but I can`t play the dump.mp4. I can run the same command in CMD or Python(command line) and get the dump.mp4 successfully.Why ? How can I solve this problem ?Can you help me ? I just use Python not long before.