
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (11)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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.
Sur d’autres sites (2825)
-
sdl 1.2 & ffmpeg 1.09 flickering when overlays a picture during a video is playing
29 septembre 2014, par Alberto MartínIḿ developing a media player using SDL1.2 & ffmpeg 1.09.(C programming over VS2010, win7)
I have flickering when i try to overlay an image in the screen during the video is playing.(Like full screen buttons or an ad).
To display the video i’m creating overlay using SDL_CreateYUVoverlay function. Then I set the rectangle and call SDL_DisplayYUVOverlay.
I’m trying to show a picture while the video is playing.
For showing the picture i tried YUV overlays(SDL_CreateYUVoverlay + SDL_DisplayYUVOverlay ) and also with surfaces(SDL_BlitSurface + SDL_UpdateRect or SDL_Flip) but it always flickers.I use ffplay.c as an example.
I read something about merge two YUV overlays in one (2 input to 1 output), but i could not found information or examples about that.
Does anyone knows how to do this ?
-
Files of ffmpeg after installation on mac
31 janvier 2018, par HélderWhile reading this post on motion vector on SO, I went to my mac system files and tried to find the vf_codecview.c and frame.c files but without success.
Does anyone know where they are located after we install ffmpeg ?
-
How to change the size of audio visualisers in ffmpeg ?
3 juillet 2017, par Meme StreamI have this command in ffmpeg :
echo shell_exec("$ffmpeg -i test.aiff -y -filter_complex '[0:a]showfreqs=s=1920x1080:mode=bar:ascale=log:fscale=lin:win_size=w1024:win_func=poisson:colors=blue,format=yuv420p[v]' -map '[v]' -map 0:a output2.mp4 2>&1");
I want to make it so that the video dimensions are still 1080p but the showfreqs graph is squashed and located near the bottom of the screen. How do I do this ? Thanks.