
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (106)
-
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
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) (...)
Sur d’autres sites (8471)
-
embed FFplay player in Qt application
27 juin 2014, par AshishHello Guys,
I want to use the FFplay player in my Qt application. I am working on Mac OS and Qt 4.7. I am using FFplay command line exe for playing video files. When i run command for playing videos in ffplay the player creates its new widget as player. i am using this command for playing videos :
/user/local/Cellar/ffmpeg/2.2.1/bin/ffplay /users/dev/Desktop/video/1.mp4
I want to embed that new widget on my own widgets. Can any one tell how could i do it ? your help will really appreciate.
Thanks
Ashish
-
How to run the CLI in my application resource on OS X ? I use Objective-C and Xcode
24 novembre 2014, par SuperBerryHow to run the CLI in my application resource on OS X ? I use Objective-C and Xcode. Now I am using the ShellWrapper and Pipe. I have placed FFMpeg(CLI) on /Volumes/Work and run "/Volumes/Work/FFmpeg" and the result is no problem. But I don’t know if I place the ffmpeg into my project resource, how can I run it ?
Thanks a lot.
-
FFmpeg interlace / zoom in when launch another application
23 avril 2017, par etangI’m running ffmpeg 3.3 on osx, and running into this problem :
I’m trying to grab my webcam and stream it to a RTMP endpoint with this command
ffmpeg -f avfoundation -framerate 30 -pixel_format uyvy422 -i "0:0" -vcodec libx264 -tune zerolatency -x264-params keyint=30:no-scenecut -f flv rtmp://localhost:1935/
The video looks fine until I launch another application that uses the camera (say OBS or a webrtc camera application like google hangout) - at which time the picture seems to zoom into the top left corner and becomes interlaced incorrectly. Here are 2 screenshots to compare.