Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (57)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

Sur d’autres sites (9694)

  • ERROR : jni not found building ffmpeg for Android

    13 décembre 2019, par Jim Rhodes

    I have successfully built ffmpeg libraries for Android and now I want to add MediaCodec support.

    I have added --enable-mediacodec --enable-jni to my configure command line and -I$SYSROOT/usr/include to extra-cflags.

    At the end of config.log is the following :

    check_headers jni.h
    test_cpp
    BEGIN /tmp/ffconf.m9iLX2Qm/test.c
       1   #include
       2   int x;
    END /tmp/ffconf.m9iLX2Qm/test.c
    /home/jr/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/clang
    --sysroot=/home/jr/android-ndk/sysroot -D_ISOC99_SOURCE
    -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Dstrtod=avpriv_strtod
    -DPIC -target aarch64-none-linux-android
    -I/home/jr/android-ndk/sysroot/usr/include/aarch64-linux-android
    -I/home/jr/android-ndk/sysroot/usr/include -O3 -fPIC
    -D__ANDROID_API__=21 -std=c11 -fPIE -fomit-frame-pointer -fPIC -E
    -o /tmp/ffconf.m9iLX2Qm/test.o /tmp/ffconf.m9iLX2Qm/test.c
    ERROR: jni not found

    There is a jni.h in /home/jr/android-ndk/sysroot/usr/include.

    Is there anything else I need to add to my build script to get this to work ?

  • Issue with FFMPEG drawtext

    4 mai 2015, par Tim Baker
    ffmpeg -i /home/mysite/public_html/videos/thankyou/thankyou_1.mp4 -strict -2 -vf
    "[in]drawtext=fontfile=/home/mysite/fonts/OswaldFont/Oswald-Bold.ttf: x=450:
    y=150: fontsize=152: fontcolor=0xAE0216@1: draw='if(gt(n,40),lt(n,300))':
    text='THANK YOU',drawtext=fontfile=/home/mysite/fonts/OswaldFont/Oswald-Bold.ttf:
    x=450: y=320: fontsize=200: fontcolor=0xAE0216@1: draw='if(gt(n,50),lt(n,300))':
    text='JAMISON'" /home/mysite/public_html/videos/thankyou_2.mp4

    When running the above, I’m getting the following. It seems to run properly on other distributions. Not sure where to check next.

    [Parsed_drawtext_0 @ 0x2835480] Option 'draw' not found
    [AVFilterGraph @ 0x283f980] Error initializing filter 'drawtext' with args 'fontfile=/home/mysite/fonts/OswaldFont/Oswald-Bold.ttf: x=450: y=150: fontsize=152: fontcolor=0xAE0216@1: draw=if(gt(n,40),lt(n,300)): text=THANK YOU'

    Error opening filters!

    Additionally, this original command works fine in unbuntu, but give the seen error when running in centOS

  • Issue with FFMPEG drawtext

    25 septembre 2018, par Tim Baker
    ffmpeg -i /home/mysite/public_html/videos/thankyou/thankyou_1.mp4 -strict -2 -vf
    "[in]drawtext=fontfile=/home/mysite/fonts/OswaldFont/Oswald-Bold.ttf: x=450:
    y=150: fontsize=152: fontcolor=0xAE0216@1: draw='if(gt(n,40),lt(n,300))':
    text='THANK YOU',drawtext=fontfile=/home/mysite/fonts/OswaldFont/Oswald-Bold.ttf:
    x=450: y=320: fontsize=200: fontcolor=0xAE0216@1: draw='if(gt(n,50),lt(n,300))':
    text='JAMISON'" /home/mysite/public_html/videos/thankyou_2.mp4

    When running the above, I’m getting the following. It seems to run properly on other distributions. Not sure where to check next.

    [Parsed_drawtext_0 @ 0x2835480] Option 'draw' not found
    [AVFilterGraph @ 0x283f980] Error initializing filter 'drawtext' with args 'fontfile=/home/mysite/fonts/OswaldFont/Oswald-Bold.ttf: x=450: y=150: fontsize=152: fontcolor=0xAE0216@1: draw=if(gt(n,40),lt(n,300)): text=THANK YOU'

    Error opening filters!

    Additionally, this original command works fine in Ubuntu, but give the seen error when running in centOS.