Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (111)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Anomalie #4704 : Par sinum tri le nombre par ordre alpha

    26 mars 2021, par cedric -

    Moi je me demande si on devrait pas surtout changer le {par num ...} pour que par défaut il mette bien en dernier ceux qui n’ont pas de numéro
    (et les rares cas où on voudrait que ceux sans numéros soit en premier, on utilisera {sinum...}

  • Why error happened when build ffmpeg by ndk-build ?

    26 mars 2014, par Martin

    I have try build the ffmpeg for Android in Windows 7 , but it error when ndk-build.

    And the error log is like the following :

    Wun@Wun-PC ~/ffmpeg/jni/ffmpeg
    $ ndk-build
    SharedLibrary  : libffmpeg.so
    C:/cygwin/home/Wun/ffmpeg/obj/local/armeabi/libavcodec.a(log2_tab.o):(.rodata+0x0): multiple definition of `ff_log2_tab'
    C:/cygwin/home/Wun/ffmpeg/obj/local/armeabi/libavformat.a(log2_tab.o):(.rodata+0x0): first defined here
    C:/cygwin/home/Wun/ffmpeg/obj/local/armeabi/libavutil.a(log2_tab.o):(.rodata+0x0): multiple definition of `ff_log2_tab'
    C:/cygwin/home/Wun/ffmpeg/obj/local/armeabi/libavformat.a(log2_tab.o):(.rodata+0x0): first defined here
    collect2: ld returned 1 exit status
    /home/Wun/android-ndk-r8b/build/core/build-binary.mk:378: recipe for target '/home/Wun/ffmpeg/obj/local/armeabi/libffmpeg.so' failed
    make: *** [/home/Wun/ffmpeg/obj/local/armeabi/libffmpeg.so] Error 1

    I have already remove the
    OBJS-$(CONFIG_SHARED)                  += log2_tab.o
    in the Makefile of libavformat and libavcodec.

    But the problem still happened...

    Should I delete the libavcodec.a , libavformat.a , libavutil.a and libswscale.a , and rebuild again ??

    Does somebody know how to solve this problem ?

    Thanks in advance.


  • i am trying to record internal audio and screen using ffmpeg. but the video is lagging [closed]

    13 septembre 2020, par super computer

    ffmpeg -rtbufsize 1500M -f dshow -i audio="Stereo Mix (Realtek High Definition Audio)" -f -y -rtbufsize 100M -f gdigrab -t 00:20:00 -framerate 20 -probesize 10M -draw_mouse 1 -i desktop -c:v libx264 -r 20 -preset ultrafast -tune zerolatency -crf 25 -pix_fmt yuv420p "P :/myvideo.mp4"