Recherche avancée

Médias (0)

Mot : - Tags -/xmp

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

Autres articles (77)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (10728)

  • avcodec/options : deprecate avcodec_get_frame_class()

    25 février 2021, par James Almer
    avcodec/options : deprecate avcodec_get_frame_class()
    

    AVFrame hasn't been a struct defined in libavcodec for a decade now, when
    it was moved to libavutil.

    Found-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] doc/APIchanges
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/options.c
    • [DH] libavcodec/version.h
  • ffmpeg missing blend filter

    17 juin 2020, par user2927954

    I am working on android project using ffmpeg library. I followed instruction from : https://github.com/guardianproject/android-ffmpeg to build ffmpeg library for android. All are OK.

    &#xA;&#xA;

    Now, i am testing filters that corresponding to video filter of this library such as : drawtext, scale, pad, ... Most of them worked fine, but i have problem with "blend" filter.

    &#xA;&#xA;

    I try with commands : ffmpeg -i input1.mp4 -i input2.mp4 -filter_complex blend=all_expr='if(eq(mod(X,2),mod(Y,2)),A,B)' -y out.mp4 and recieve error : no such blend filter.

    &#xA;&#xA;

    Do you know how i configure to enable this filter ?

    &#xA;&#xA;

    Here is the output result :

    &#xA;&#xA;

    ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers&#xA;  built on Feb 27 2014 05:23:20 with gcc 4.6 20120106 (prerelease)&#xA;  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/admin/workspace/android-ndk-r9c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi- --sysroot=/home/admin/workspace/android-ndk-r9c/platforms/android-3/arch-arm --extra-cflags=&#x27;-I../x264 -mfloat-abi=softfp -mfpu=neon&#x27; --extra-ldflags=-L../x264 --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&#xA;  libavutil      51. 54.100 / 51. 54.100&#xA;  libavcodec     54. 23.100 / 54. 23.100&#xA;  libavformat    54.  6.100 / 54.  6.100&#xA;  libavdevice    54.  0.100 / 54.  0.100&#xA;  libavfilter     2. 77.100 /  2. 77.100&#xA;  libswscale      2.  1.100 /  2.  1.100&#xA;  libswresample   0. 15.100 /  0. 15.100&#xA;  libpostproc    52.  0.100 / 52.  0.100&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;/storage/emulated/0/videokit/in.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 0&#xA;    compatible_brands: isom3gp4&#xA;    creation_time   : 2014-03-04 08:53:01&#xA;  Duration: 00:00:15.10, start: 0.000000, bitrate: 7055 kb/s&#xA;    Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720, 6935 kb/s, SAR 65536:65536 DAR 16:9, 17.18 fps, 34.42 tbr, 90k tbn, 180k tbc&#xA;    Metadata:&#xA;      creation_time   : 2014-03-04 08:53:01&#xA;      handler_name    : VideoHandle&#xA;    Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 16000 Hz, stereo, s16, 128 kb/s&#xA;    Metadata:&#xA;      creation_time   : 2014-03-04 08:53:01&#xA;      handler_name    : SoundHandle&#xA;Input #1, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;/storage/emulated/0/videokit/7.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2mp41&#xA;    creation_time   : 1970-01-01 00:00:00&#xA;    encoder         : Lavf53.12.0&#xA;    comment         : Courtesy of National Geographic.  Used by Permission.&#xA;  Duration: 00:00:04.20, start: 0.000000, bitrate: 1601 kb/s&#xA;    Stream #1:0(und): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 1472 kb/s, 10 fps, 10 tbr, 10 tbn, 10 tbc&#xA;    Metadata:&#xA;      creation_time   : 1970-01-01 00:00:00&#xA;      handler_name    : VideoHandler&#xA;    Stream #1:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, s16, 128 kb/s&#xA;    Metadata:&#xA;      creation_time   : 1970-01-01 00:00:00&#xA;      handler_name    : SoundHandler&#xA;No such filter: &#x27;blend&#x27;&#xA;Error configuring filters.&#xA;

    &#xA;&#xA;

    Thanks

    &#xA;

  • Merging\Joining three FFMPEG Commands (Drawtext / -filter_complex overlay / anullsrc=channel_layout)

    18 décembre 2020, par roar

    Currently I am using three different commands to create three mp4s only to delete the two "temporary" videos using this code.

    &#xA;

    @ECHO OFF&#xA;ffmpeg -f lavfi -i color=size=1280x720:duration=5:rate=25:color=Black -vf "drawtext=fontfile=&#x27;GothamRnd-Book.otf&#x27;:line_spacing=15:fontsize=15:fontcolor=white:x=(w-text_w)/2:y=(h-text_h)/2:text=Stack Exchange" "out1.mp4"&#xA;ffmpeg -i "out1.mp4" -i logo.png -filter_complex "overlay=x=10:y=10" "out2.mp4"&#xA;ffmpeg -f lavfi -i anullsrc=channel_layout=stereo:sample_rate=48000 -i "out2.mp4" -c:v copy -c:a aac -shortest "out3.mp4"&#xA;del "out1.mp4"&#xA;del "out2.mp4"&#xA;pause&#xA;

    &#xA;

    The nearest I have come is moving the anullsrc=channel_layout into the -filter_complex but that results in a long encode that I dont really understand what it is going because if I ctrl-c to cancel the batch still creates out3.mp4 correctly.

    &#xA;

    ffmpeg -f lavfi -i color=size=1280x720:duration=5:rate=25:color=Black -vf "drawtext=fontfile=&#x27;GothamRnd-Book.otf&#x27;:line_spacing=15:fontsize=15:fontcolor=white:x=(w-text_w)/2:y=(h-text_h)/2:text=Stack Exchange" "out1.mp4"&#xA;ffmpeg -f lavfi -i anullsrc=channel_layout=stereo:sample_rate=48000  -i "out1.mp4" -i logo.png -filter_complex "overlay=x=10:y=10" "out3.mp4"&#xA;

    &#xA;

    It seems like this could be streamlined to not create the temporary files.&#xA;But maybe this is the only way to do this. Thank you for any assistance and sorry if the answer is obvious.

    &#xA;

    Rory

    &#xA;