
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 (41)
-
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. -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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 (...)
Sur d’autres sites (7319)
-
Revision 94883 : Notice PHP en moins lors de l’utilisation de creer_user_base = true
2 février 2016, par marcimat@… — LogNotice PHP en moins lors de l’utilisation de creer_user_base = true
-
Is there a way to use ffmpeg for RGB to true YUV (not YCbCr) conversion ?
31 mars 2017, par haidahaidaAs far as I can see in the documentation, all conversions involving YUV actually use YCbCr. There are slight differences though, and I would like to convert to the actual YUV format. Is there any way at all using ffmpeg ? As an afterthought, is there any other way that is as fast as ffmpeg ?
-
ffmpeg video duration not true
9 juillet 2017, par MOHAMMAD BALADIi have a problem with ffmpeg in php
i need export a trailer from uploaded video in php,and for it try this cod :exec( "ffmpeg -i $vidpath -vf select='lt(mod(t,60),5)',setpts=N/FRAME_RATE/TB -af aselect='lt(mod(t,60),5)',asetpts=N/SR/TB $trailer 2>&1")
this code generate trailer from video as every 60 second 5 second but trailer file duration is equal original file !
for example if target video time is 4:00 minutes, trailer file time will be 4:00 minutes but only show 20 seconds video !
can every body help me ?
thanx