Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (51)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (3924)

  • configure : properly add dxva2 link dependencies

    12 novembre 2016, par Hendrik Leppkes
    configure : properly add dxva2 link dependencies
    

    Fixes building with —disable-everything —enable-shared —enable-dxva2

    The hwcontext DXVA2 implementation in avutil needs this library now, instead
    of just the ffmpeg program.

    • [DH] configure
  • Cannot link executable NDK ffmpeg - Android 7 Nougat

    11 janvier 2017, par Basit Ali

    I am using ffmpeg in my project and it was working fine until I tried it on Android 7.

    ProcessBuilder builder = new ProcessBuilder(ffmpegCommand);
    Map env = builder.environment();
    env.put("LD_LIBRARY_PATH", "/data/data/uk.org.humanfocus.hfi:$LD_LIBRARY_PATH");

    When I read the output it return me the following error :

    CANNOT LINK EXECUTABLE "/data/data/uk.org.humanfocus.hfi/ffmpeg": /data/data/uk.org.humanfocus.hfi/ffmpeg: has text relocations

    Used targeting api 23 as well as 22, still not working.
    Is it related to NDK Apps Linking ?
    How can I fix this ?

  • Cannot link executable NDK ffmpeg - Android 7 Nougat

    25 juin 2021, par Basit Ali

    I am using ffmpeg in my project and it was working fine until I tried it on Android 7.

    


    ProcessBuilder builder = new ProcessBuilder(ffmpegCommand);
Map env = builder.environment();
env.put("LD_LIBRARY_PATH", "/data/data/pakage:$LD_LIBRARY_PATH");


    


    When I read the output it return me the following error :

    


    CANNOT LINK EXECUTABLE "/data/data/pakage/ffmpeg": /data/data/pakage/ffmpeg: has text relocations


    


    Used targeting api 23 as well as 22, still not working.
    
Is it related to NDK Apps Linking ?
How can I fix this ?