Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (66)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (10392)

  • Error while build ffmpeg for iOS

    30 avril 2014, par AntonD

    I’m trying to build fmmpeg for iOS with the following config :

    ./configure --prefix=build/armv7 --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver --enable-avutil --enable-avresample --enable-cross-compile --sysroot="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk" --target-os=darwin --cc=gcc  --extra-cflags="-arch armv7 -mfpu=neon -miphoneos-version-min=6.0" --extra-ldflags="-arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -miphoneos-version-min=6.0" --arch=arm --cpu=cortex-a9 --enable-pic

    when i try to make it i’m receiving the follow error :

    AS  libavcodec/arm/vc1dsp_neon.o
    libavcodec/arm/vc1dsp_neon.S:751:10: error: unexpected token in argument list
     ra .dn d28.i8
            ^
    libavcodec/arm/vc1dsp_neon.S:752:10: error: unexpected token in argument list
     rb .dn d29.i8
            ^
    libavcodec/arm/vc1dsp_neon.S:753:10: error: unexpected token in argument list
     rc .dn d30.i8
            ^
    libavcodec/arm/vc1dsp_neon.S:754:10: error: unexpected token in argument list
     rd .dn d31.i8
            ^
    libavcodec/arm/vc1dsp_neon.S:757:14: error: invalid operand for instruction
           vmov ra, #4
                ^
    libavcodec/arm/vc1dsp_neon.S:758:14: error: invalid operand for instruction
           vmov rb, #53
                ^
    libavcodec/arm/vc1dsp_neon.S:759:14: error: invalid operand for instruction
           vmov rc, #18
                ^
    libavcodec/arm/vc1dsp_neon.S:760:14: error: invalid operand for instruction
           vmov rd, #3
                ^
    libavcodec/arm/vc1dsp_neon.S:864:10: error: unexpected token in argument list
     ra .dn d28.i16
            ^
    libavcodec/arm/vc1dsp_neon.S:865:10: error: unexpected token in argument list
     rb .dn d29.i16
            ^

    what could be the error ?

  • Comptage des commentaires

    14 décembre 2012

    Le nombre total de commentaires peut être différent du nombre de commentaires affichés sur la page.

    D’où vient cette différence ?

  • ffmpeg decode .ape file, but the error is -22 [on hold]

    12 janvier 2019, par liuuuuu

    Hello, every predecessors

    I am using ffmpeg to decoding .ape file,but the error -22.

    method is av_samples_alloc_array_and_samples

    please help me.