Recherche avancée

Médias (91)

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (13623)

  • Problems compiling ffmpeg for iOS

    19 août 2012, par marchinram

    I seen a few posts similar to this one but the problem I'm having is slightly different, I downloaded the ffmpeg source and ran configure like below :

    ./configure --disable-doc --disable-ffmpeg --disable-ffplay --disable-ffserver \
    --enable-cross-compile --arch=arm --target-os=darwin \
    --cc=/applications/xcode.app/contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc --as='gas-preprocessor/gas-preprocessor.pl /applications/xcode.app/contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc' \
    --sysroot=/applications/xcode.app/contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk \
    --cpu=cortex-a8 --extra-cflags='-arch armv7' --extra-ldflags='-arch armv7 \
    -isysroot /applications/xcode.app/contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk' --enable-pic

    The configure appears to work right, it ends with this

    License: LGPL version 2.1 or later
    Creating config.mak and config.h...

    WARNING: Compiler does not indicate floating-point ABI, guessing soft.

    But when I then run make I get this

    AS  libavcodec/arm/ac3dsp_armv6.o
    ./libavutil/arm/asm.S:178:garbage following instruction -- `ldr r4,.Lpicoff\'
    ./libavutil/arm/asm.S:179:Unknown pseudo-op: .Lpic
    ./libavutil/arm/asm.S:179:Rest of line ignored. 1st junk character valued 92 (\).
    ./libavutil/arm/asm.S:181:Unknown pseudo-op: .altmacro
    ./libavutil/arm/asm.S:182:Unknown pseudo-op: .noaltmacro
    ./libavutil/arm/asm.S:185:Unknown pseudo-op: .Lpic
    ./libavutil/arm/asm.S:185:Rest of line ignored. 1st junk character valued 92 (\).
    ./libavutil/arm/asm.S:178:garbage following instruction -- `ldr lr,.Lpicoff\'
    ./libavutil/arm/asm.S:179:Unknown pseudo-op: .Lpic
    ./libavutil/arm/asm.S:179:Rest of line ignored. 1st junk character valued 92 (\).
    ./libavutil/arm/asm.S:181:Unknown pseudo-op: .altmacro
    ./libavutil/arm/asm.S:182:Unknown pseudo-op: .noaltmacro
    ./libavutil/arm/asm.S:185:Unknown pseudo-op: .Lpic
    ./libavutil/arm/asm.S:185:Rest of line ignored. 1st junk character valued 92 (\).
    make: *** [libavcodec/arm/ac3dsp_armv6.o] Error 1

    Any help would be greatly appreciated

  • ios5 - ffmpeg compiling

    19 août 2012, par marchinram

    I seen a few posts similar to this one but the problem I'm having is slightly different, I downloaded the ffmpeg source and ran configure like below :

    ./configure --disable-doc --disable-ffmpeg --disable-ffplay --disable-ffserver \
    --enable-cross-compile --arch=arm --target-os=darwin \
    --cc=/applications/xcode.app/contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc --as='gas-preprocessor/gas-preprocessor.pl /applications/xcode.app/contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc' \
    --sysroot=/applications/xcode.app/contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk \
    --cpu=cortex-a8 --extra-cflags='-arch armv7' --extra-ldflags='-arch armv7 \
    -isysroot /applications/xcode.app/contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk' --enable-pic

    The configure appears to work right, it ends with this

    License: LGPL version 2.1 or later
    Creating config.mak and config.h...

    WARNING: Compiler does not indicate floating-point ABI, guessing soft.

    But when I then run make I get this

    AS  libavcodec/arm/ac3dsp_armv6.o
    ./libavutil/arm/asm.S:178:garbage following instruction -- `ldr r4,.Lpicoff\'
    ./libavutil/arm/asm.S:179:Unknown pseudo-op: .Lpic
    ./libavutil/arm/asm.S:179:Rest of line ignored. 1st junk character valued 92 (\).
    ./libavutil/arm/asm.S:181:Unknown pseudo-op: .altmacro
    ./libavutil/arm/asm.S:182:Unknown pseudo-op: .noaltmacro
    ./libavutil/arm/asm.S:185:Unknown pseudo-op: .Lpic
    ./libavutil/arm/asm.S:185:Rest of line ignored. 1st junk character valued 92 (\).
    ./libavutil/arm/asm.S:178:garbage following instruction -- `ldr lr,.Lpicoff\'
    ./libavutil/arm/asm.S:179:Unknown pseudo-op: .Lpic
    ./libavutil/arm/asm.S:179:Rest of line ignored. 1st junk character valued 92 (\).
    ./libavutil/arm/asm.S:181:Unknown pseudo-op: .altmacro
    ./libavutil/arm/asm.S:182:Unknown pseudo-op: .noaltmacro
    ./libavutil/arm/asm.S:185:Unknown pseudo-op: .Lpic
    ./libavutil/arm/asm.S:185:Rest of line ignored. 1st junk character valued 92 (\).
    make: *** [libavcodec/arm/ac3dsp_armv6.o] Error 1

    Any help would be greatly appreciated

  • How to stream binary files using MPEG-2 TS

    26 novembre 2015, par James

    I am working on a software system to stream videos over MPEG-2 TS using FFMpeg. I have got an additional requirement of streaming pdf files. Can some one point me to the relevant link / ideas ?

    Simply putting pdf contents as TS payload did not work for me. I have created necessary PAT and PMT. Do I need to set PCR in adaptation field in PMT ?