Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (100)

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

Sur d’autres sites (6671)

  • How to find the loudness of an audio buffer in Node.js ?

    10 mai 2024, par Parshant Khichi

    I have a buffer containing audio data representing a voice recording, and I need to determine its loudness in Node.js. I tried using the fluent-ffmpeg library, as it seemed to offer functionality for audio analysis. However, my attempts to use it to analyze the loudness of the audio buffers were unsuccessful.
Could someone please suggest a reliable approach or provide a code example to help me analyze the loudness of the audio buffers accurately in Node.js ? Any guidance or assistance would be greatly appreciated.

    


  • Android FFmpeg build : cannot find -lavutil

    4 novembre 2016, par Jon G

    I am trying to build FFmpeg for Android JNI using the guide here (forked from appunite’s build). One difference between my build and theirs is that I am trying to use the FFmpeg master branch instead of commit 82db8ee, maybe that is relevant. I am coming across a build issue when I try to build for multiple architectures in a row.

    The code that is running is :

    ${LD} -rpath-link=$PLATFORM/usr/lib -L$PLATFORM/usr/lib -L$PREFIX/lib -soname $SONAME -shared -nostdlib -Bsymbolic --whole-archive --no-undefined -o $OUT_LIBRARY -lavformat -lavcodec -lx264 -lavfilter -lavutil -lswscale -lswresample -lavresample -lfribidi -lvo-aacenc -lvo-amrwbenc -lpostproc -lc -lm -lz -ldl -llog --dynamic-linker=/system/bin/linker -zmuldefs $PREBUILT/lib/gcc/$EABIARCH/$COMPILATOR_VERSION.x/libgcc.a

    The logs that are outputted in the MIPS case are :

    ...
    FINISHED ffmpeg for mips
    + build_one
    + echo 'Starting build one for mips'
    Starting build one for mips
    + cd ffmpeg
    + /home/jon/Development/android-ndk-r10e/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-ld -rpath-link=/home/jon/Development/android-ndk-r10e/platforms/android-9/arch-mips//usr/lib -L/home/jon/Development/android-ndk-r10e/platforms/android-9/arch-mips//usr/lib -L/home/jon/workspace/kyawkyaw-AndroidFFmpeg/library-jni/jni/ffmpeg-build/mips/lib -soname libffmpeg.so -shared -nostdlib -Bsymbolic --whole-archive --no-undefined -o /home/jon/workspace/kyawkyaw-AndroidFFmpeg/library-jni/jni/ffmpeg-build/mips/libffmpeg.so -lavcodec -lavformat -lavresample -lavutil -lfdk-aac -lswresample -lx264 -lswscale -lc -lm -lz -ldl -llog --dynamic-linker=/system/bin/linker -zmuldefs /home/jon/Development/android-ndk-r10e/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/lib/gcc/mipsel-linux-android/4.9/libgcc.a
    /home/jon/Development/android-ndk-r10e/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-ld: skipping incompatible /home/jon/workspace/kyawkyaw-AndroidFFmpeg/library-jni/jni/ffmpeg-build/mips/lib/libavutil.a when searching for -lavutil
    /home/jon/Development/android-ndk-r10e/toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/mipsel-linux-android-ld: cannot find -lavutil

    Everything seems successful until that point. Why would libavutil.a be incompatible ?

    I find that if I revert FFmpeg to commit 82db8ee, build for MIPS (successful), change back to master, then build for MIPS again, it does not raise the error. Perhaps something is not being cleaned up properly ?

  • Unable to find a suitable output format for : Invalid argument

    17 février 2016, par Edgar Canul

    Grettings.
    I’ve read another questions for this problem, but they are instruction-specific issues. Here’s mine :

    ffmpeg -ss 118 -i E :\PF2015\VUELO_1\Video1hd.mp4 -t 6 -codec copy E :\H61005 Git\H61005\reportes\testSnaps\videos\hdVideo121_3.mp4

    The surprise is that I had used this instruction to extract a video fragment (from 118 to 124 secs) and it worked fine. Suddenly it stopped working.