Recherche avancée

Médias (91)

Autres articles (60)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (7527)

  • CANNOT LINK EXECUTABLE - ffmpeg - Android

    13 avril 2018, par pudility

    I am getting the following error when I try to use ffmpeg on Android.

    Error

    09-02 18:06:33.805 2861-3659/com.gitlab.onreg01.ffmpegsample D/FFmpeg: Running publishing updates method
    09-02 18:06:33.917 2861-2861/com.gitlab.onreg01.ffmpegsample D/LOG_FFMPEG_SAMPLE: CANNOT LINK EXECUTABLE "/data/user/0/com.gitlab.onreg01.ffmpegsample/files/ffmpeg": "/data/data/com.gitlab.onreg01.ffmpegsample/files/ffmpeg" has text relocations
    09-02 18:06:33.943 2861-2861/com.gitlab.onreg01.ffmpegsample D/LOG_FFMPEG_SAMPLE: CANNOT LINK EXECUTABLE "/data/user/0/com.gitlab.onreg01.ffmpegsample/files/ffmpeg": "/data/data/com.gitlab.onreg01.ffmpegsample/files/ffmpeg" has text relocations

    Platorms

    I am running OSX (not sure if this is important)

    I have tried running the app on the following emulators all to no avail :

    • Nexus 5X - API 25 - x86
    • Nexus 5X - API 23 - x86
    • Pixel 5X - API 26

    What I have tried

    • Restarting my computer and android studios and running Invalidate Caches / Restart...

    • Using all of the following sources for ffmpeg (individually and together) :

    • Enabling and disabling NDK
    • Changing the SDK versions

    Sources

    In case you would like to take a look at the sources, the ones I am using are available here. Please note I did not make these all credit goes to @Onregs.

    Screenshot

    enter image description here

  • get thumbnail from mp4 link within browser

    16 novembre 2016, par Anthony Chung

    Is it possible with just javascript ?

    Or will we have to process the video on the backend before everything else ?

    I saw this library http://bgrins.github.io/videoconverter.js/demo/ as a possibility, but wanted to explore if other solutions were available

  • Revision 8c8381d543 : Enable all-zero coeff block index for sub8x8 blk This commit makes zcoeff_blk c

    30 octobre 2013, par Jingning Han

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


     Modify /vp9/encoder/vp9_rdopt.c



    Enable all-zero coeff block index for sub8x8 blk

    This commit makes zcoeff_blk cache the case where the entire block
    is quantized to be zero (without applying zero-forcing) in the rate-
    distortion optimization loop, and skip the forward DCT, quantization,
    inverse DCT, and reconstruction process in the encode_block stage.

    It now works for all the block sizes, including sub8x8 blocks.

    Change-Id : I5ae60a9c436ba3637d11666733554bec4580ef98