
Recherche avancée
Médias (3)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (23)
-
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 -
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. -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (4692)
-
Live downscaling of video to memory
4 juin 2013, par Paul KnopfI have some very large videos in 1080p with high bitrates. Needless to say, streaming these files (using HTTP partial content streaming) will require a great deal of buffering on the client.
I need a way to compress/download/de-grade the quality on demand, starting from a certain byte (for range requests). I know I can use FFMpeg to shrink the video for low-resolution playback, but I can't wait for the entire video to be done downscaling before the client can playback. I need to downscale to an in-memory buffer so that I can output straight to the HTTP requests.
How would I do this ? Any libraries out there ? Is this even possible ?
Note : I am using c#/.net, however, I could use some c++/c libraries if any are available and marshal them into c#/.net.
-
Apply effects using ffmpeg [on hold]
11 décembre 2013, par bindalI have used ffmpeg recorder for recording video in my application,
Through ffmpeg commnad i can trim , rotate and concate my videos but i want to apply some effects like :Black & White
Sepia
Old Movie
Noise
Brightness
Thermal
Xray
Pencil
Gamma
Contrast
Saturation
EmbossPlease suggest me any documentation of ffmpeg,
Thanks
Bindal -
Set Target-duration ffmpeg for hls webcam live streaming
18 décembre 2013, par ShoxSpartanI want to do a hls webcam live streaming with ffmpeg.
But when i try to use -hls_time, the target duration is always set at 17.I have to get a 5s target duration, how to set this item with ffmpeg ?
My command is : ./ffmpeg -f v4l2 -i /dev/video0 -c:v libx264 -c:a libvo_aacenc -flags -global_header -hls_time 5 -hls_list_size 2 /video/result/path.m3u8