Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (80)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

Sur d’autres sites (8144)

  • Anomalie #2830 : Manque le dossier "local" dans le zip

    24 août 2012, par goldstein goldstein

    Salut, je viens de tester le zip de la 2.1.16 et 2.1.17 (téléchargés depuis cette page http://files.spip.org/spip/archives/) et le dossier local/ est bien présent dans les deux. Signé b_b qui a oublié de se déloguer du compte admin (...)

  • Making jumping text watermark

    18 mai 2015, par robocop robocop

    I want to make something like these :
    http://www.youtube.com/watch?v=AtM-f20XV4E
    you can see there a watermark which change position every two second...

    But I need it for drawtext filter.

    So, I am already realize how to change a text position every few seconds..
    but have no idea - how to keep new position :)
    there is a code which I have right now..

    ffmpeg.exe -i myVideo.mov -c:v libx264 -preset veryfast -crf 25 -tune zerolatency -vendor ap10 -pix_fmt yuv420p -filter:v drawtext=fontfile=arial.ttf:text=MY_WATERMARK_TEXT:fontcolor=white:alpha=0.5:fontsize=74:box=1:boxcolor=red:x=if(eq(mod(t\,1)\,0)\,1000\,10):y=(h-text_h-line_h)/2 -c:a copy outVideo.mp4

    it move my text to new position every 1 second. but then immediately change position back of course.

    So, I stuck about that.. how to keep new position ?
    may be I should using ld() and st() ?

  • ffmpeg get md5 from local m3u8

    7 décembre 2016, par Eran Chetzroni

    I am trying to get an m3u8 md5 output with ffmpeg

    ffmpeg  -y -map 0 -an -sn -f md5 - -i index.m3u8

    but getting an error

    [https @ 0x556ad6947520] Protocol not on whitelist 'file,crypto'!
    index.m3u8: Invalid argument

    I tried adding the argument (documented here)

    -protocol_whitelist file,http,https,tcp,tls

    But I am still getting the same result, if I am using a network m3u8 (http) everything works as expected.

    $  /usr/bin/ffmpeg -protocol_whitelist file,http,https,tcp,tls  -y -map  0:0 -an -sn -f md5 - -i index.m3u8
    ffmpeg version 3.2.1 Copyright (c) 2000-2016 the FFmpeg developers
    built with gcc 5.3.0 (Alpine 5.3.0)
    configuration: --prefix=/usr/local --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib --bindir=/usr/local/bin --disable-doc -- disable-static --enable-shared --disable-ffplay --extra-libs=-ldl --enable-version3 --enable-libfdk_aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-gpl --enable-avresample --enable-postproc --enable-nonfree --disable-debug --enable-small --enable-openssl
    libavutil      55. 34.100 / 55. 34.100
    libavcodec     57. 64.101 / 57. 64.101
    libavformat    57. 56.100 / 57. 56.100
    libavdevice    57.  1.100 / 57.  1.100
    libavfilter     6. 65.100 /  6. 65.100
    libavresample   3.  1.  0 /  3.  1.  0
    libswscale      4.  2.100 /  4.  2.100
    libswresample   2.  3.100 /  2.  3.100
    libpostproc    54.  1.100 / 54.  1.100
    [https @ 0x5589b5d435a0] Protocol not on whitelist 'file,crypto'!
    index.m3u8: Invalid argument