Recherche avancée

Médias (91)

Autres articles (84)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • 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.

Sur d’autres sites (9773)

  • x86inc : Avoid creating unnecessary local labels

    16 octobre 2015, par Henrik Gramner
    x86inc : Avoid creating unnecessary local labels
    

    The REP_RET workaround is only needed on old AMD cpus, and the labels clutter
    up the symbol table and confuse debugging/profiling tools, so use EQU to
    create SHN_ABS symbols instead of creating local labels. Furthermore, skip
    the workaround completely in functions that definitely won’t run on such cpus.

    This patch doesn’t modify any emitted instructions, and doesn’t actually affect
    x264 at all. It’s only for other projects that use x86inc.asm without an
    appropriate `strip` command in their buildsystem.

    Note that EQU is just creating a local label when using nasm instead of yasm.
    This is probably a bug, but at least it doesn’t break anything.

    • [DH] common/x86/x86inc.asm
  • React-Native - Path to local Files

    31 mars 2023, par iSaBo

    my question is about react-native 0.60+ and about local files.

    



    My App has the followed folder structure :

    



      

    • App.js
    • 


    • android
    • 


    • ios
    • 


    • node_modules
    • 


    • src


        

      • components
      • 


      • views
      • 


      • assets
      • 


      • images


          

        • myImage.png
        • 


      • 


    • 


    



    Now, i want to get the path from myImage.png.
I want to add an Watermark to a Video. The Watermark to add, is the myImage.png. For that issue i use the ffmpeg-Library.

    



    But how can i access to these files ? What is the Path of these files ?
i have tried it with React-Native-Filesystem (RNFS), but with no solutions.

    



    Every time a get : Directory or File not exists

    



    FFMPEG Cmd :

    



    const ffmpegWatermarkCommand = '-i '
+ RNFS.ExternalStorageDirectoryPath+ '/videos/myVideo.mp4 '
+ "-i [Path to Local Watermark]/myImage.jpg '
+ '-filter_complex "overlay=10:10" '
+ RNFS.ExternalStorageDirectoryPath + '/videos/outVideomp4';

    



    I hope someone has an solution for me. Thanks

    


  • Revision f7023ea014 : Remove unnecessary local variable declaration This commit removes a repetitive

    22 septembre 2014, par Jingning Han

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



    Remove unnecessary local variable declaration

    This commit removes a repetitive local variable declaration in
    vp9_rd_pick_inter_mode_sb.

    Change-Id : I1b0afa98ff1ecbfb46e17d3d1cee95d32c4309db