
Recherche avancée
Autres articles (93)
-
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. -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
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.
Sur d’autres sites (6565)
-
Revision a9961fa819 : Merge "Code cleanup." into experimental
7 mars 2013, par Dmitry KovalevChanged Paths : Modify /vp9/encoder/vp9_encodemb.h Merge "Code cleanup." into experimental
-
Revision 135428e954 : Code cleanup. Removing redundant 'extern' keyword, lowercase variable names. C
2 mars 2013, par Dmitry KovalevChanged Paths : Modify /vp9/encoder/vp9_picklpf.h Modify /vp9/encoder/vp9_rdopt.c Modify /vp9/encoder/vp9_rdopt.h Code cleanup. Removing redundant 'extern' keyword, lowercase variable names. Change-Id : I608e8d8579aba8981f5fac3493f77b4481b13808
-
Running ffmpeg command in android gives Protocol not found error for image path
20 octobre 2012, par Abdul MateenI am trying to use ffmpeg from android command line to convert images into video.
I have stored my sequence of images on sdcard.When I run ffmpeg command to convert images into video, ffmpeg command give me errorProtocol not found
.My command is like this/data/data/package/files/ffmpeg -r 40 -qscale 2 -i /mnt/sdcard/images/img%d.jpg /mnt/sdcard/images/finalvideo.mp4
Error is like this
/mnt/sdcard/vid.mp4: Protocol not found
I found the same error message mentioned in
error.c
file.But I am not getting the type of error and condition when it throws the error.
Also when I run ffmpeg command i.e.ffmpeg -protocols
from android and linux,the number of supported protocols are not same.
I found file and many protocols missing in android.I need solution for this urgent...Please do help me
Thanking you !!!