
Recherche avancée
Autres articles (43)
-
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 (...)
-
Les statuts des instances de mutualisation
13 mars 2010, parPour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)
Sur d’autres sites (8942)
-
ffmpeg integration with Codeignitor [on hold]
14 novembre 2016, par NomiI am working on a project which have the following requirements...
- It should upload a video .
- then it should verify what type of video file it is i.e flv ,mp4
etc. - it should also configure its resolution according to our needs.
- and then finally save it into a database.
I have been searching the possible solution for this and learned that ffmpeg could be a solution.But i haven’t been able to learn how to code it.
Can Somebody please guide me on how to install ffmpeg with Codeignitor from scratch OR some other library which could serve the same purpose . -
How to accquire the real size(rendering size) of a video through ffmpeg
3 décembre 2024, par Lin XingHere is the video video, when i use the ffmpeg command line tool to read it's basic information(via : ffmpeg -i xxx.mp4), i get the size "720x1080", but when i open this video through chrome or VLC, i got the size "720x1271". why the rendering size is 720x1271 ?
chrome browser :
enter image description here
ffmpeg -i :
enter image description here


When i extract the h264 format data out of this video, i still get the size of height 1080. But when you play it with chrome browser or VLC, it's height is 1271, It confuse me.


-
Convert Number of bitmaps into a single Video Android
17 mars 2016, par Haider AliI have some images and i want to make a single video of them but dont give Pure Java Solution of JCodec with Buffered Images and ImageIO because they are not supported in Android. and I also dont want to use FFMPEG. Is there any solution from Mp4Parser