Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (109)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (14834)

  • Android NDK : Aborting stop ?

    19 mai 2022, par Sandeep Tiwari

    I am working on ffmpeg for android. I have successfully compile ffmpeg-2.0.1 
 after that I make Android.mk file in my NDK's sources/ffmpeg-2.0.1/android/arm as

    



          LOCAL_PATH:= $(call my-dir)

      include $(CLEAR_VARS)

      LOCAL_MODULE:= libavcodec

      LOCAL_SRC_FILES:= lib/libavcodec-55.so

       LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include

      include $(PREBUILT_SHARED_LIBRARY)


    



    After that make android project and in android project Android.mk file is as

    



      LOCAL_PATH := $(call my-dir)

    include $(CLEAR_VARS)

   LOCAL_MODULE    := tutorial01
   LOCAL_SRC_FILES := tutorial01.c
   LOCAL_LDLIBS := -llog -ljnigraphics -lz 
   LOCAL_SHARED_LIBRARIES := libavformat libavcodec libswscale libavutil

   include $(BUILD_SHARED_LIBRARY)
    $(call import-module,ffmpeg-2.0.1/android/arm)


    



    but showing a problem

    



     *** Android NDK: Aborting    .  Stop.
   android-ffmpeg-tutorial01line 45, external location: 
   /home/tech/Documents/roman10/ndk/android-ndk-r9c/build/core/prebuilt-library.mk
   C/C++ Problem


    



    My NDK is android-ndk-r9c,system is ubuntu-13.04,please anyone guide me.

    



    thanks in advance.

    


  • swscale/x86 : use dedicated int for self-modifying MMX dstW

    10 octobre 2024, par Niklas Haas
    swscale/x86 : use dedicated int for self-modifying MMX dstW
    

    I want to pull options out of SwsInternal, so we need to make this field
    a dedicated int that gets updated as appropriate in ff_swscale().

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Niklas Haas <git@haasn.dev>

    • [DH] libswscale/swscale.c
    • [DH] libswscale/swscale_internal.h
  • avfilter/vf_xfade : Compute w2, h2 with float

    10 juillet 2024, par Michael Niedermayer
    avfilter/vf_xfade : Compute w2, h2 with float
    

    Fixes : CID1458148 Result is not floating-point
    Fixes : CID1458149 Result is not floating-point
    Fixes : CID1458150 Result is not floating-point
    Fixes : CID1458151 Result is not floating-point
    Fixes : CID1458152 Result is not floating-point
    Fixes : CID1458154 Result is not floating-point
    Fixes : CID1458155 Result is not floating-point
    Fixes : CID1458156 Result is not floating-point

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_xfade.c