
Recherche avancée
Autres articles (51)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Encodage et transformation en formats lisibles sur Internet
10 avril 2011MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)
Sur d’autres sites (5652)
-
Revision 8cb09719a3 : vpxenc : open output file after setting pass # write_ivf_file_header would incor
15 août 2013, par James ZernChanged Paths :
Modify /vpxenc.c
vpxenc : open output file after setting pass #write_ivf_file_header would incorrectly skip writing the file header in
the 2nd pass, causing the initial frame header to be overwritten on
close potential causing an overly large frame header to be read and a
crash.most likely broken since :
9e50ed7 vpxenc : initial implementation of multistream supportfixes issue #585
Change-Id : I7e863e295dd6344c33b3e9c07f9f0394ec496e7b
-
ffmpeg for x264 core 136 lib in iOS [closed]
23 août 2013, par 官承翰I want to develop a service (written in php) to provide mobile platforms(iOS/android/..etc) or desktop PCs to stream videos.
I have tried a lot and found.
My iPhone4 didn't support core 136 lib based on x264...it would crash or freeze when I tried playing it.
Here is my question :
Can ffmpeg decode video so that iOS can play ?
Or is there another way to solve it ?
I am new to these things...Thanks in advance
-
Armv6 + ffmpeg + android = sigill (heap)
13 août 2013, par frankishIf I compile everything for armv7, it works perfectly.
If I compile everything for armv6, it crashes when calling the first ffmpeg function and I don't understand the crash output.What can be the problem ?
I use ndk-8e and I use minSdk=8 targetSdk=17
I tried this on Android 2.2 emulator (with also high heap size=128mb to see if it works, but it's not..)08-11 18:36:28.904: I/DEBUG(30): signal 4 (SIGILL), fault addr 81247524
08-11 18:36:28.904: I/DEBUG(30): r0 81b346a0 r1 81b347bc r2 81b34702 r3 00000002
08-11 18:36:28.904: I/DEBUG(30): r4 00000001 r5 00000002 r6 00005601 r7 0000011a
08-11 18:36:28.904: I/DEBUG(30): r8 814cf2d0 r9 8090eca1 10 00000001 fp 0022c928
08-11 18:36:28.904: I/DEBUG(30): ip 00000006 sp 5ca0173c lr 812d6404 pc 81247524 cpsr 80000010
08-11 18:36:29.014: D/dalvikvm(58): GC_FOR_MALLOC freed 10199 objects / 574352 bytes in 153ms
08-11 18:36:29.183: I/DEBUG(30): #00 pc 00247524 /data/data/com.myapp/lib/libffmpeg.so
08-11 18:36:29.183: I/DEBUG(30): #01 lr 812d6404 /data/data/com.myApp/lib/libffmpeg.so
08-11 18:36:29.183: I/DEBUG(30): code around pc:
08-11 18:36:29.183: I/DEBUG(30): 81247504 e15c0007 e14260b2 e5d35003 e5d3a002
08-11 18:36:29.183: I/DEBUG(30): 81247514 e5d34004 e1c260b0 e1a05085 e1a0308a
08-11 18:36:29.183: I/DEBUG(30): 81247524 e6ef5075 e064a005 e6ef3073 e28aa001
08-11 18:36:29.193: I/DEBUG(30): 81247534 e2836001 e0854004 e5c14000 e5c1a001
08-11 18:36:29.193: I/DEBUG(30): 81247544 e5c06001 e5c03000 e2822004 e2811002
08-11 18:36:29.193: I/DEBUG(30): code around lr:
08-11 18:36:29.193: I/DEBUG(30): 812d63e4 eb057846 e3500000 1afffff7 e5943048
08-11 18:36:29.193: I/DEBUG(30): 812d63f4 e3530000 08bd8070 e1a00004 e12fff33
08-11 18:36:29.193: I/DEBUG(30): 812d6404 e8bd8070 007bbc14 007bbbe8 e92d4010
08-11 18:36:29.193: I/DEBUG(30): 812d6414 e5d1c001 e5d04001 e5d02000 e5d13000
08-11 18:36:29.193: I/DEBUG(30): 812d6424 e06c0004 e0633002 e0830400 e8bd8010
08-11 18:36:29.193: I/DEBUG(30): stack:
08-11 18:36:29.193: I/DEBUG(30): 5ca016fc 00000000
08-11 18:36:29.193: I/DEBUG(30): 5ca01700 00000000
08-11 18:36:29.193: I/DEBUG(30): 5ca01704 00000000
08-11 18:36:29.193: I/DEBUG(30): 5ca01708 00000000
08-11 18:36:29.193: I/DEBUG(30): 5ca0170c 00000000
08-11 18:36:29.193: I/DEBUG(30): 5ca01710 00000000
08-11 18:36:29.193: I/DEBUG(30): 5ca01714 00000000
08-11 18:36:29.193: I/DEBUG(30): 5ca01718 00000000
08-11 18:36:29.193: I/DEBUG(30): 5ca0171c 00000000
08-11 18:36:29.203: I/DEBUG(30): 5ca01720 00000000
08-11 18:36:29.203: I/DEBUG(30): 5ca01724 00000000
08-11 18:36:29.203: I/DEBUG(30): 5ca01728 00000000
08-11 18:36:29.203: I/DEBUG(30): 5ca0172c 00000000
08-11 18:36:29.203: I/DEBUG(30): 5ca01730 df002777
08-11 18:36:29.203: I/DEBUG(30): 5ca01734 e3a070ad
08-11 18:36:29.203: I/DEBUG(30): 5ca01738 815d9bd0 /data/data/com.myApp/lib/libffmpeg.so
08-11 18:36:29.203: I/DEBUG(30): #00 5ca0173c 815d9c60 /data/data/com.myApp/lib/libffmpeg.so
08-11 18:36:29.203: I/DEBUG(30): 5ca01740 815d9bd0 /data/data/com.myApp/lib/libffmpeg.so
08-11 18:36:29.213: I/DEBUG(30): 5ca01744 8094b9c4 /data/data/com.myApp/lib/mycustomlib.so
08-11 18:36:29.213: I/DEBUG(30): 5ca01748 afd489b0
08-11 18:36:29.213: I/DEBUG(30): 5ca0174c 00100000 [heap]
08-11 18:36:29.213: I/DEBUG(30): 5ca01750 5c902000
08-11 18:36:29.213: I/DEBUG(30): 5ca01754 812d6404 /data/data/com.myApp/lib/libffmpeg.so
08-11 18:36:29.213: I/DEBUG(30): 5ca01758 815d0c00 /data/data/com.myApp/lib/libffmpeg.so
08-11 18:36:29.213: I/DEBUG(30): 5ca0175c 80952dec /data/data/com.myApp/lib/mycustomlib.so
08-11 18:36:29.213: I/DEBUG(30): 5ca01760 8094b9c4 /data/data/com.myApp/lib/mycustomlib.so
08-11 18:36:29.213: I/DEBUG(30): 5ca01764 8107b964 /data/data/com.myApp/lib/libffmpeg.so
08-11 18:36:29.213: I/DEBUG(30): 5ca01768 0022c928 [heap]
08-11 18:36:29.213: I/DEBUG(30): 5ca0176c 8090da63 /data/data/com.myApp/lib/mycustomlib.so
08-11 18:36:29.213: I/DEBUG(30): 5ca01770 00000000
08-11 18:36:29.213: I/DEBUG(30): 5ca01774 00000000
08-11 18:36:29.213: I/DEBUG(30): 5ca01778 00000000
08-11 18:36:29.224: I/DEBUG(30): 5ca0177c 00000000
08-11 18:36:29.224: I/DEBUG(30): 5ca01780 80953024 /data/data/com.myApp/lib/mycustomlib.so