
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (55)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (...)
-
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...)
Sur d’autres sites (9291)
-
IOS desktop streaming
13 mars 2014, par user3415469I understand that you can use AirPlay to wirelessly stream your iPad desktop to an AppleTV. Also, there is a method to use a Raspberry PI and "rPlay" to do the same. I am not trying to reinvent the wheel, but I want to explore if there are other options to capture the iPad screen (a classroom full of iPads actually) and send it WIRELESSLY to an "aggregator" attached to an overhead projector.
My thoughts would be to use ffmpeg or .h264 somehow and send it to the "aggregator". I apologize in advance if this is a silly or uninformed question. It is important the iPad not be jailbroken...
-
ffmpeg overlay duration issue
9 septembre 2014, par umamiMikeI am making a setting (using anothergui) to burn in an overlay movie :
-i "<sourcefilename>"
-i "Pathto\overlay1080.mov"
-filter_complex overlay=shortest=0
-y
-vcodec prores -profile:v 3
-qscale:v 1
-acodec pcm_s16le -ar 48000 -ac 2
"<outputpath>\forCompFolder\<outputfilename>.mov"
</outputfilename></outputpath></sourcefilename>The compositing is fine, but the overlay video is 999 frames long and the first input video is shorter. When I render it opts for the length of the overlay video. What am I doing wrong ?
Thanks in advance.
-
FF-MPEG Running Commands through Jni
13 septembre 2012, par Ravi K. SharmaI read and followed all instructions http://bambuser.com/opensource
but i am puzzled around how to generate ffmpeg .so file using cygwin and ndk-r7 ? I appreciate if Some one could provide me better links/Solution to integrate FFPMEG for my Android Application.I switched to ubuntu, now i am able to build it and got .so files. Could some one help me on how can i change ffmpeg.c file's main function and use it directly from jni to run ffmpeg commands.
Thanks in Advance.