Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (59)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (8462)

  • Revision 297aafa3f6949e97c7c1a54f17f2cbddbd2b611e : parfois json donne un object, on le cast en array ; {{{ ...

    16 décembre 2010, par Fil — Log

    parfois json donne un object, on le cast en array ; […] git-svn-id : svn ://trac.rezo.net/spip/spip@16761 caf5f3e8-d4fe-0310-bb3e-c32d5e47d55d

  • No Implementation Found for init method in Youtube Live Streaming Watch me project

    17 mai 2017, par Basha

    I am new to android development.presently I am Working on Youtube Live Streaming and downloaded watchMe project.I am getting the error in my class where I used to load FFMPEG libffmpeg.so file and the error was cannot resolve "init" method. and getting error while running the application as below

    java.lang.UnsatisfiedLinkError: No implementation found for boolean com.google.sai.apps.watchme.Ffmpeg.init(int, int, int, java.lang.String) (tried Java_com_google_sai_apps_watchme_Ffmpeg_init and Java_com_google_sai_apps_watchme_Ffmpeg_init__IIILjava_lang_String_2)
                                                                                        at com.google.sai.apps.watchme.Ffmpeg.init(Native Method)
                                                                                        at com.google.sai.apps.watchme.VideoStreamingConnection.open(VideoStreamingConnection.java:71)
                                                                                        at com.google.sai.apps.watchme.StreamerService.startStreaming(StreamerService.java:73)
                                                                                        at com.google.sai.apps.watchme.StreamerActivity.startStreaming(StreamerActivity.java:163)
                                                                                        at com.google.sai.apps.watchme.StreamerActivity.access$200(StreamerActivity.java:39)
                                                                                        at com.google.sai.apps.watchme.StreamerActivity$1.onServiceConnected(StreamerActivity.java:55)
                                                                                        at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1223)
                                                                                        at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1240)
                                                                                        at android.os.Handler.handleCallback(Handler.java:739)
                                                                                        at android.os.Handler.dispatchMessage(Handler.java:95)
                                                                                        at android.os.Looper.loop(Looper.java:148)
                                                                                        at android.app.ActivityThread.main(ActivityThread.java:5438)
                                                                                        at java.lang.reflect.Method.invoke(Native Method)
                                                                                        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:762)
                                                                                        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:652)
       05-17 11:31:41.415 23434-25678/com.google.sai.apps.watchme E/ImageFetcher: Error in downloadBitmap - java.io.FileNotFoundException: https://i.ytimg.com/vi/FFvfpXcOpYk/default_live.jpg

    and FFMPEG class was

    public class Ffmpeg {


       static {
           System.loadLibrary("ffmpeg");
       }


       public static native boolean init(int width, int height, int audio_sample_rate, String rtmpUrl);

       public static native void shutdown();

       // Returns the size of the encoded frame.
       public static native int encodeVideoFrame(byte[] yuv_image);

       public static native int encodeAudioFrame(short[] audio_data, int length);
    }

    please someone help me.

  • Revision 8b175679be : Masking intra mode choice adaptively The commit changes to mask available intra

    11 octobre 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Masking intra mode choice adaptively

    The commit changes to mask available intra prediction modes for test
    based on prediction block size.

    With this patch, encoding time of CpuUsed 2 reduces from 10% to 20% for
    HD clips with a compression drop of 0.2%

    Change-Id : I65f320f1237c0f5ae3a355bf7caf447f55625455