Recherche avancée

Médias (91)

Autres articles (29)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (4292)

  • How to route input audio to output device at realtime on Android/iOS

    6 août 2020, par Nimeth

    I'm working on Karaoke project for both Android and iOS where user could record their performances (their video and vocal) and I use ffmpeg for mixing music with their recordings. Anyway, I wish I could route/pipe user vocal at realtime (capture thru device microphone) to output device (speaker) so user could hear their voice at realtime applied with some level of echo (to produce an effect as if we were in classic karaoke room). Over weeks I have been struggling with searching the ways to implement that based on ffmpeg, but no luck. Please kindly help.

    


    Many thanks in advance.
Nimeth

    


  • How to create video from images without ffmpeg in Android studio without ndk ?

    22 octobre 2015, par sabish

    I am tring to making video from set of images with javacv but it show error like

    10-22 06:25:47.401 32386-32386/com.example.android_developer.myapplication E/AndroidRuntime : Caused by : java.lang.UnsatisfiedLinkError : Couldn’t load avutil from loader dalvik.system.PathClassLoader[dexPath=/data/app/com.example.android_developer.myapplication-16.apk,libraryPath=/data/app-lib/com.example.android_developer.myapplication-16] : findLibrary returned null

    I spend almost 2 weeks on this please someone give project example.

  • Ffmpeg ld.exe error

    6 avril 2018, par Hask

    My command :

    g++ -o a a.cpp -l avcodec -l avformat -l swscale

    My Error :

    d:/gcc/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot -lavcodec
    d:/gcc/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot -lavformat
    d:/gcc/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot -lswscale
    collect2.exe: error: ld returned 1 exit status

    What does it mean ? This error says that the library is not installed ? But where if I have Windows and they are in the source code. Include quietly imports any h file from the source code, but then I see "undefined reference to ’av_register_all’". On the Internet, the decision was made to add the -l options to the script so that the libraries were in alphabetical order. But it does not read them. And where does it even read them ? Is that not so ? I ask help a first time, 2 weeks I try to compile ffmpeg.