
Recherche avancée
Médias (91)
-
Spoon - Revenge !
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
My Morning Jacket - One Big Holiday
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Zap Mama - Wadidyusay ?
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
David Byrne - My Fair Lady
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Beastie Boys - Now Get Busy
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (89)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 (4283)
-
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.