Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (87)

  • 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 ;

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (6813)

  • Android FFMPEG doesn't continue, throws no error

    8 octobre 2015, par Thommy

    I try to scale a video via FFMPEG in Android, but everytime I execute the command, it just stops producing console output.
    No Exception is thrown.
    The output looks like this. It just stops afterwards, the App is still running.

    /.../ffmpeg -i /.../VIDEO1.mp4 -filter:v scale=720:-1 -c:a copy /sdcard/test.mp4
    WARNING: linker: .../ffmpeg has text relocations. This is wasting memory and prevents security hardening. Please fix.
    ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
    built on Oct  8 2015 14:29:21 with gcc 4.6 20120106 (prerelease)
    configuration: --arch=arm --cpu=cortex-a8 --target-os=linux --enable-runtime-cpudetect --prefix=/data/data/info.guardianproject.ffmpeg/app_opt --enable-pic --disable-shared --enable-static --cross-prefix=/home/thomas/Downloads/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi- --sysroot=/home/thomas/Downloads/android-ndk-r10d/platforms/android-16/arch-arm --extra-cflags='-I../x264 -mfloat-abi=softfp -mfpu=neon -fPIE -pie' --extra-ldflags='-L../x264 -fPIE -pie' --enable-version3 --enable-gpl --disable-doc --enable-yasm --enable-decoders --enable-encoders --enable-muxers --enable-demuxers --enable-parsers --enable-protocols --enable-filters --enable-avresample --enable-libfreetype --disable-indevs --enable-indev=lavfi --disable-outdevs --enable-hwaccels --enable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver --disable-network --enable-libx264 --enable-zlib --enable-muxer=md5
      libavutil      51. 54.100 / 51. 54.100
      libavcodec     54. 23.100 / 54. 23.100
      libavformat    54.  6.100 / 54.  6.100
      libavdevice    54.  0.100 / 54.  0.100
      libavfilter     2. 77.100 /  2. 77.100
      libswscale      2.  1.100 /  2.  1.100
      libswresample   0. 15.100 /  0. 15.100
      libpostproc    52.  0.100 / 52.  0.100
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '.../VIDEO1.mp4':
      Metadata:
        major_brand     : mp42
        minor_version   : 0
        compatible_brands: isommp42
        creation_time   : 2015-10-08 08:46:47
      Duration: 00:00:15.98, start: 0.000000, bitrate: 17182 kb/s
        Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 16923 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 180k tbc
        Metadata:
          creation_time   : 2015-10-08 08:46:47
          handler_name    : VideoHandle
        Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, s16, 252 kb/s
        Metadata:
          creation_time   : 2015-10-08 08:46:47
          handler_name    : SoundHandle

    Note : I ... out some paths to keep it easy to read

  • rtpenc_jpeg : handle case of picture dimensions not dividing by 8

    10 avril 2015, par Andrey Utkin
    rtpenc_jpeg : handle case of picture dimensions not dividing by 8
    

    This fixes the calculation of the number of needed blocks to make
    sure that ALL pixels are represented by the result.

    Reviewed-by : Thomas Volkert <silvo@gmx.net>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/rtpenc_jpeg.c
  • doc/indevs : Remove non-existent decklink option examples

    20 août 2015, par Lou Logan
    doc/indevs : Remove non-existent decklink option examples
    

    Forgotten in c5d0148. Found by Thomas Langhorst.

    Signed-off-by : Lou Logan <lou@lrcd.com>

    • [DH] doc/indevs.texi