
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 (8882)
-
android : ffmpeg implementing and video to H264 decoding
30 janvier 2014, par Rikki Tikki TaviI use this tutorial for implement ffmpeg converter in android application to decode video ti H264 format.
I built build_android.sh script and run it and got an error
/.configure : line 380 : pr : command not found
Can someone tell me easy way to decode video to H264 format, because this way seems me quite complicated.
-
Video Compression in Android
4 avril 2017, par MontyI want to compress and decompress a video File in Android.I tried with zipping and unzipping it and it was successful :)
But what I need is compress and decompress it like how it happens in Watsapp. Also, zipping could only compress the video by 2.5% .
I also tried looking for FFmpeg in android, but I was not able to get though it
Could anyone provide and good reference/help/CODE EXAMPLE where a .mp4 file could be easily compressed ?
Thanks !!
-
Execute Run Command In Android Programmatically
3 février 2014, par user3264433The way when i execute command in run window in window 7 like :-
C :\Users\Nitin\Desktop\pradeet t\bin> ffmpeg -y -threads 4 -i input_file -map 0 -acodec copy -vcodec copy D :\ad.mp4Now i want to execute this in Android Programmatically. but i am unable to execute this command.
Please give my any suggestion.