Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (107)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

Sur d’autres sites (10631)

  • compile ffmpeg with libx264 for android

    5 mars 2015, par Arslan Ahmad

    What is wrong with the libx264 path please anyone help me ?
    I have compiled libx264 latest source code. When I compiled the ffmpeg source using below x264 path . It wont allow me to record video.
    Note that : I am compiling libraries by linux

    #!/bin/bash
    ######################################################
    # Usage:
    # put this script in top of FFmpeg source tree
    # ./build_android
    # It generates binary for following architectures:
    # ARMv6
    # ARMv6+VFP
    # ARMv7+VFM-ïd16 (Tegra2)
    # ARMv7+Neon (Cortex-A8)
    # Customizing:
    # 1. Feel free to change ./configure parameters for more features
    # 2. To adapt other ARM variants
    # set $CPU and $OPTIMIZE_CFLAGS
    # call build_one
    ######################################################

    HOME=/home
    NDK=$HOME/hfi/Downloads/android-ndk-r10d
    PLATFORM=$NDK/platforms/android-9/arch-arm
    SYSROOT=$PLATFORM
    PREBUILT=$NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64
    TOOLCHAIN=$PREBUILT

    function build_one
    {
    ./configure \
    --prefix=$PREFIX \
    --enable-shared \
    --enable-nonfree \
    --enable-gpl \
    --enable-libx264 \
    --disable-doc \
    --disable-ffmpeg \
    --disable-ffplay \
    --disable-ffprobe \
    --disable-ffserver \
    --disable-avdevice \
    --disable-doc \
    --disable-symver \
    --cross-prefix=$TOOLCHAIN/bin/arm-linux-androideabi- \
    --target-os=linux \
    --arch=arm \
    --enable-cross-compile \
    --sysroot=$SYSROOT \
    --extra-cflags="-Os -I /usr/local/include +-fpic $ADDI_CFLAGS" \
    --extra-ldflags="$ADDI_LDFLAGS" \
    $ADDITIONAL_CONFIGURE_FLAG
    make clean
    make
    make install
    }
    CPU=arm
    PREFIX=$(pwd)/android/$CPU
    ADDI_CFLAGS="-marm"
    build_one
  • Ffmpeg android build

    16 avril 2016, par msj

    I’m trying to build ffmpeg library for android, using roman10 tutorial

    I am able to run build_android.sh script.. but its not creating that ‘android’ folder in my source/ffmpeg folder !!

    In my case i try ffmpeg 3.0.1 in Ubuntu 14.04 ; 64bit.

    In the command line

    ./build_android.sh : line 17 : —prefix=/home/Admin/Documents/android-ndk-r9b/sources/ffmpeg-3.0.1/android/arm : No such file or directory

    ./build_android.sh : line 19 : —enable-shared : command not found

    ./build_android.sh : line 21 : —disable-static : command not found

    ./build_android.sh : line 23 : —disable-doc : command not found

    ./build_android.sh : line 25 : —disable-ffmpeg : command not found

    ./build_android.sh : line 27 : —disable-ffplay : command not found

    ./build_android.sh : line 29 : —disable-ffprobe : command not found

    ./build_android.sh : line 31 : —disable-ffserver : command not found

    ./build_android.sh : line 33 : —disable-avdevice : command not found

    ./build_android.sh : line 35 : —disable-doc : command not found

    ./build_android.sh : line 37 : —disable-symver : command not found

    ./build_android.sh : line 39 : —cross-prefix=/home/Admin/Documents/android-ndk-r9b/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin/arm-linux-androideabi- : No such file or directory

    ./build_android.sh : line 41 : —target-os=linux : command not found

    ./build_android.sh : line 43 : —arch=arm : command not found

    ./build_android.sh : line 45 : —enable-cross-compile : command not found

    ./build_android.sh : line 47 : —sysroot=/home/Admin/Documents/android-ndk-r9b/platforms/android-9/arch-arm/ : No such file or directory

    ./build_android.sh : line 49 : —extra-cflags=-Os -fpic -marm : command not found

    ./build_android.sh : line 51 : —extra-ldflags= : command not found

    why android folder doesn’t create,

    please someone can guide me to do this.

    Thanks for ur time.

  • How can i create a stable checksum of a media file ?

    19 février, par yawniek

    how can i create a checksum of only the media data without the metadata to get a stable identification for a media file. preferably an cross platform approach with a library that has support for many formats. e.g. vlc, ffmpeg or mplayer.

    



    (media files should be audio and video in common formats, images would be nice to have too)