Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (10137)

  • how to create player using ffmpeg on android ?

    26 avril 2012, par Shrenik

    I have complied ffmpeg library for android
    could any guide me how to use it for showing the video on the screen.

  • Encoding Android Camera Frames h263/h264 [closed]

    29 décembre 2015, par Another Guy

    I want to implement a Video Chatting app on Android . I created a SurfaceView , get Camera preview and captured the frame as a byte[ ] using Camera.PreviewCallback.onPreviewFrame( ) method . Now I want to encode that byte[ ] to a h263 frame , pass over the network . Also get similar type of frame over network , decode it to a byte[ ] ( or a displayable format ) , and show it in a View . I want to do it at least 15 FPS rate . I am asking help for the encoding/decoding part .

    For that purpose , which library would be suitable for me ? From where I should start ? Is my starting point wrong ? Is there any support on SDK or would I have to use NDK ? I have heard about FFMpeg/x264 library , but I could not figure out how I can use them in my purpose . It’s highly appreciated If you name any library , any reference , learning path , link or code snippet . Can you help me saying any workflow I should follow ? What if I want to use h264 encoding ? I just want to get it done , GPL/LGPL license of library would not matter a lot .

    I am a beginner in Android development . Any kind of assistance would be highly appreciated . Thanks in advance .

  • Process terminates by signal calling ffmpeg part in Android NDK project

    29 août 2013, par Álvaro

    According to this blog post I've build my Android ffmpeg project. I've written the native code from my Java code with the static library and the jni functions.
    When I run this part of code I obtain the next logcat, any idea of why my process terminates by signal ?

    03-14 11:16:06.488: I/DEBUG(31): *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    03-14 11:16:06.488: I/DEBUG(31): Build fingerprint: generic/google_sdk/generic:2.3.4/GINGERBREAD/123630:eng/test-keys'
    03-14 11:16:06.488: I/DEBUG(31): pid: 377, tid: 377  >>> com.testffmpeg <<<
    03-14 11:16:06.488: I/DEBUG(31): signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 80a98f10
    03-14 11:16:06.488: I/DEBUG(31):  r0 002b0030  r1 80b1c410  r2 00030d40  r3 00000000
    03-14 11:16:06.488: I/DEBUG(31):  r4 00000000  r5 002b0030  r6 00000010  r7 00000010
    03-14 11:16:06.488: I/DEBUG(31):  r8 be877308  r9 7fffffff  10 80b1bea0  fp 00000000
    03-14 11:16:06.488: I/DEBUG(31):  ip be8772f0  sp be8772d0  lr 80a99d64  pc 80a98f10  cpsr 60000010
    03-14 11:16:06.568: I/DEBUG(31):          #00  pc 00298f10  /data/data/com.testffmpeg/lib/libffmpeg.so
    03-14 11:16:06.568: I/DEBUG(31):          #01  lr 80a99d64  /data/data/com.testffmpeg/lib/libffmpeg.so
    03-14 11:16:06.568: I/DEBUG(31): code around pc:
    03-14 11:16:06.568: I/DEBUG(31): 80a98ef0 eaffff9e 0009304c fffeffe4 e92d4010
    03-14 11:16:06.568: I/DEBUG(31): 80a98f00 e24dd020 e28dc020 e3a04000 e1cd20f8
    03-14 11:16:06.568: I/DEBUG(31): 80a98f10 e3003000 e52c4004 e3a02000 e3433ff0
    03-14 11:16:06.568: I/DEBUG(31): 80a98f20 e58dc010 e3a0c001 e58dc000 ebffff77
    03-14 11:16:06.568: I/DEBUG(31): 80a98f30 e1500004 b1a00004 a59d001c e28dd020
    03-14 11:16:06.568: I/DEBUG(31): code around lr:
    03-14 11:16:06.568: I/DEBUG(31): 80a99d44 ed947b04 e1a00005 e5941000 eefd7bc7
    03-14 11:16:06.568: I/DEBUG(31): 80a99d54 ee17ca90 e1a0200c e1a03fc2 ebfffc65
    03-14 11:16:06.568: I/DEBUG(31): 80a99d64 eaffffb8 e1c421d0 e1a00008 e58d9000
    03-14 11:16:06.568: I/DEBUG(31): 80a99d74 eb0008cc e1a00005 e5941000 e898000c
    03-14 11:16:06.568: I/DEBUG(31): 80a99d84 ebfffc6e eaffffaf e1a00005 e3a01030
    03-14 11:16:06.568: I/DEBUG(31): stack:
    03-14 11:16:06.568: I/DEBUG(31):     be877290  001f9a98  [heap]
    03-14 11:16:06.568: I/DEBUG(31):     be877294  0008ced8  [heap]
    03-14 11:16:06.568: I/DEBUG(31):     be877298  00000005<br />
    03-14 11:16:06.578: I/DEBUG(31):     be87729c  a8114ca9  /system/lib/libutils.so
    03-14 11:16:06.578: I/DEBUG(31):     be8772a0  001f9a48  [heap]
    03-14 11:16:06.578: I/DEBUG(31):     be8772a4  be8772cc<br />
    03-14 11:16:06.578: I/DEBUG(31):     be8772a8  fffffffc<br />
    03-14 11:16:06.578: I/DEBUG(31):     be8772ac  00000000<br />
    03-14 11:16:06.578: I/DEBUG(31):     be8772b0  be8772cc<br />
    03-14 11:16:06.578: I/DEBUG(31):     be8772b4  a821a33d  /system/lib/libbinder.so
    03-14 11:16:06.578: I/DEBUG(31):     be8772b8  00271270  [heap]
    03-14 11:16:06.578: I/DEBUG(31):     be8772bc  a821a9d5  /system/lib/libbinder.so
    03-14 11:16:06.578: I/DEBUG(31):     be8772c0  00000030<br />
    03-14 11:16:06.578: I/DEBUG(31):     be8772c4  00000000<br />
    03-14 11:16:06.578: I/DEBUG(31):     be8772c8  df002777<br />
    03-14 11:16:06.578: I/DEBUG(31):     be8772cc  e3a070ad<br />
    03-14 11:16:06.578: I/DEBUG(31): #00 be8772d0  00000000<br />
    03-14 11:16:06.578: I/DEBUG(31):     be8772d4  afd10f08  /system/lib/libc.so
    03-14 11:16:06.578: I/DEBUG(31):     be8772d8  00030d40  [heap]
    03-14 11:16:06.578: I/DEBUG(31):     be8772dc  00000000<br />
    03-14 11:16:06.578: I/DEBUG(31):     be8772e0  000000da<br />
    03-14 11:16:06.578: I/DEBUG(31):     be8772e4  00000008<br />
    03-14 11:16:06.578: I/DEBUG(31):     be8772e8  000001b4<br />
    03-14 11:16:06.578: I/DEBUG(31):     be8772ec  c0000000<br />
    03-14 11:16:06.578: I/DEBUG(31):     be8772f0  80b24938  /data/data/com.testffmpeg/lib/libffmpeg.so
    03-14 11:16:06.578: I/DEBUG(31):     be8772f4  80a99d64  /data/data/com.testffmpeg/lib/libffmpeg.so
    03-14 11:16:06.578: I/DEBUG(31):     be8772f8  00000000<br />
    03-14 11:16:06.578: I/DEBUG(31):     be8772fc  afd1386d  /system/lib/libc.so
    03-14 11:16:06.578: I/DEBUG(31):     be877300  00000000<br />
    03-14 11:16:06.578: I/DEBUG(31):     be877304  80b1be7c  /data/data/com.testffmpeg/lib/libffmpeg.so
    03-14 11:16:06.578: I/DEBUG(31):     be877308  002b0028  [heap]
    03-14 11:16:06.578: I/DEBUG(31):     be87730c  00000000<br />
    03-14 11:16:06.578: I/DEBUG(31):     be877310  00000003<br />
    03-14 11:16:06.578: I/DEBUG(31):     be877314  00000000<br />
    03-14 11:16:07.118: D/Zygote(33): Process 377 terminated by signal (4)