Recherche avancée

Médias (91)

Autres articles (32)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

Sur d’autres sites (4301)

  • avformat/movenc : remove the write_clli mov flag

    13 avril 2020, par Michael Bradshaw
    avformat/movenc : remove the write_clli mov flag
    

    The clli atom is expected to be standardized soon. See
    http://ffmpeg.org/pipermail/ffmpeg-devel/2020-April/259529.html

    We now write the clli atom by default.

    Signed-off-by : Michael Bradshaw <mjbshaw@google.com>

    • [DH] libavformat/movenc.c
    • [DH] libavformat/movenc.h
  • ffmpeg command execution never stops

    19 août 2020, par Khawar Raza

    I am trying to concatenate 3 videos of different resolutions and overlaying 2 videos as transition effects(though the chroma key color removal is not yet implemented) between videos using below command :

    &#xA;

    ffmpeg &#xA;-i input1.mp4 &#xA;-i input2.mp4 &#xA;-i input3.mp4 &#xA;-i transition1.mp4 &#xA;-i transition2.mp4 &#xA;-filter_complex &#xA;"[0:v]pad=width=1080:height=1920:x=(1080-iw)*0.5:y=(1920-ih)*0.5:color=black[video0];&#xA;[1:v]pad=width=1080:height=1920:x=(1080-iw)*0.5:y=(1920-ih)*0.5:color=black[video1];&#xA;[2:v]pad=width=1080:height=1920:x=(1080-iw)*0.5:y=(1920-ih)*0.5:color=black[video2];&#xA;[video0][video1][video2]concat=n=3:v=1:a=0[outv];&#xA;[3:v]scale=w=1080:h=1920[t0];&#xA;[4:v]scale=w=1080:h=1920[t1];&#xA;[outv][t0]overlay=enable=&#x27;between(t,6.6045,9.6335)&#x27;[out0];&#xA;[out0][t1]overlay=enable=&#x27;between(t,12.5655,15.6165)&#x27;[out1];&#xA;[0:a][1:a][2:a]concat=n=3:v=0:a=1[audio]" &#xA;-c:v libx264 -pix_fmt yuv420p -map [out1] -map [audio] -preset ultrafast output.mp4&#xA;

    &#xA;

    I get success only with few videos. Most of the times the command execution never stops. It keeps on appending something to the output video file even for hours. Here is the output from console :

    &#xA;

    ffmpeg version v4.4-dev-416&#xA;     Copyright (c) 2000-2020 the FFmpeg developers&#xA;      built with Android (6454773 based on r365631c2) clang version 9.0.8 (https://android.googlesource.com/toolchain/llvm-project 98c855489587874b2a325e7a516b99d838599c6f) (based on LLVM 9.0.8svn)&#xA;      configuration: --cross-prefix=aarch64-linux-android- --sysroot=/files/android-sdk/ndk/21.3.6528147/toolchains/llvm/prebuilt/linux-x86_64/sysroot --prefix=/home/taner/Projects/mobile-ffmpeg/prebuilt/android-arm64/ffmpeg --pkg-config=/usr/bin/pkg-config --enable-version3 --arch=aarch64 --cpu=armv8-a --cc=aarch64-linux-android24-clang --cxx=aarch64-linux-android24-clang&#x2B;&#x2B; --extra-libs=&#x27;-L/home/taner/Projects/mobile-ffmpeg/prebuilt/android-arm64/cpu-features/lib -lndk_compat&#x27; --target-os=android --enable-neon --enable-asm --enable-inline-asm --enable-cross-compile --enable-pic --enable-jni --enable-optimizations --enable-swscale --enable-shared --enable-v4l2-m2m --disable-outdev=fbdev --disable-indev=fbdev --enable-small --disable-openssl --disable-xmm-clobber-test --disable-debug --enable-lto --disable-neon-clobber-test --disable-programs --disable-postproc --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-static --disable-sndio --disable-schannel --disable-securetransport --disable-xlib --disable-cuda --disable-cuvid --disable-nvenc --disable-vaapi --disable-vdpau --disable-videotoolbox --disable-audiotoolbox --disable-appkit --disable-alsa --disable-cuda --disable-cuvid --disable-nvenc --disable-vaapi --disable-vdpau --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-gmp --enable-gnutls --enable-libmp3lame --enable-libass --enable-iconv --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libxml2 --enable-libopencore-amrnb --enable-libshine --enable-libspeex --enable-libwavpack --enable-libkvazaar --enable-libx264 --enable-gpl --enable-libxvid --enable-gpl --enable-libx265 --enable-gpl --enable-libvidstab --enable-gpl --enable-libilbc --enable-libopus --enable-libsnappy --enable-libsoxr --enable-libaom --enable-libtwolame --disable-sdl2 --enable-libvo-amrwbenc --enable-zlib --enable-mediacodec&#xA;      libavutil      56. 55.100 / 56. 55.100&#xA;      libavcodec     58. 96.100 / 58. 96.100&#xA;      libavformat    58. 48.100 / 58. 48.100&#xA;      libavdevice    58. 11.101 / 58. 11.101&#xA;      libavfilter     7. 87.100 /  7. 87.100&#xA;      libswscale      5.  8.100 /  5.  8.100&#xA;      libswresample   3.  8.100 /  3.  8.100&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;input1.mp4&#x27;:&#xA;      Metadata:&#xA;        major_brand     : &#xA;    mp42&#xA;        minor_version   : &#xA;    0&#xA;        compatible_brands: &#xA;isommp42&#xA;        creation_time   : &#xA;    2020-08-12T17:21:49.000000Z&#xA;        com.android.version: &#xA;    9&#xA;      Duration: &#xA;    00:00:08.12&#xA;    , start: &#xA;    0.000000&#xA;    , bitrate: &#xA;    17298 kb/s&#xA;        Stream #0:0&#xA;    (eng)&#xA;    : Video: h264 (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x1080, 16309 kb/s&#xA;    , SAR 1:1 DAR 16:9&#xA;    , &#xA;    28.70 fps, &#xA;    29.50 tbr, &#xA;    90k tbn, &#xA;    60 tbc&#xA;     (default)&#xA;        Metadata:&#xA;          rotate          : &#xA;    90&#xA;          creation_time   : &#xA;&#xA;          handler_name    : &#xA;    VideoHandle&#xA;        Side data:&#xA;          &#xA;    displaymatrix: rotation of -90.00 degrees&#xA;        Stream #0:1&#xA;    (eng)&#xA;    : Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 192 kb/s&#xA;     (default)&#xA;        Metadata:&#xA;          creation_time   : &#xA;    2020-08-12T17:21:49.000000Z&#xA;          handler_name    : &#xA;    SoundHandle&#xA;Input #1, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;input2.mp4&#x27;:&#xA;      Metadata:&#xA;        major_brand     : &#xA;    isom&#xA;        minor_version   : &#xA;    512&#xA;        compatible_brands: &#xA;    isomiso2avc1mp41&#xA;   encoder         : &#xA;    Lavf57.25.100&#xA;      Duration: &#xA;    00:00:05.97&#xA;    , start: &#xA;    0.000000&#xA;    , bitrate: &#xA;    770 kb/s&#xA;        Stream #1:0&#xA;    (und)&#xA;    : Audio: aac (mp4a / 0x6134706D), 22050 Hz, stereo, fltp, 128 kb/s&#xA;     (default)&#xA;        Metadata:&#xA;          handler_name    : &#xA;    SoundHandler&#xA;        Stream #1:1&#xA;    (und)&#xA;    : Video: h264 (avc1 / 0x31637661), yuv420p, 368x480, 608 kb/s&#xA;    , &#xA;    27.29 fps, &#xA;120 tbr, &#xA;    12k tbn, &#xA;    60 tbc&#xA;     (default)&#xA;        Metadata:&#xA;          handler_name    : &#xA;    VideoHandler&#xA;Input #2, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;input3.mp4&#x27;:&#xA;      Metadata:&#xA;        major_brand     : &#xA;    isom&#xA;        minor_version   : &#xA;    512&#xA;    compatible_brands: &#xA;    isomiso2avc1mp41&#xA;        encoder         : &#xA;    Lavf55.19.104&#xA;      Duration: &#xA;    00:00:13.05&#xA;    , start: &#xA;    0.000000&#xA;    , bitrate: &#xA;    2453 kb/s&#xA;        Chapter #2:0: &#xA;    start 0.000000, &#xA;    end 13.033000&#xA;        Metadata:&#xA;          title           : &#xA;        Stream #2:0&#xA;    (und)&#xA;    : Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s&#xA;     (default)&#xA;        Metadata:&#xA;          handler_name    : &#xA;    SoundHandler&#xA;        Stream #2:1&#xA;    (und)&#xA;: Video: h264 (avc1 / 0x31637661), yuv420p, 640x480, 2320 kb/s&#xA;    , &#xA;    25 fps, &#xA;    25 tbr, &#xA;    1200k tbn, &#xA;    50 tbc&#xA;     (default)&#xA;        Metadata:&#xA;          handler_name    : &#xA;    VideoHandler&#xA;        Stream #2:2&#xA;    (eng)&#xA;    : Data: bin_data (text / 0x74786574), 0 kb/s&#xA;        Metadata:&#xA;          handler_name    : &#xA;    SubtitleHandler&#xA;Input #3, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;transition1.mp4&#x27;:&#xA;      Metadata:&#xA;        major_brand     : &#xA;    mp42&#xA;        minor_version   : &#xA;    0&#xA;        compatible_brands: &#xA;    mp41isom&#xA;    creation_time   : &#xA;    2020-08-17T09:31:23.000000Z&#xA;      Duration: &#xA;    00:00:03.03&#xA;    , start: &#xA;    0.000000&#xA;    , bitrate: &#xA;    6263 kb/s&#xA;        Stream #3:0&#xA;    (und)&#xA;    : Video: h264 (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 6307 kb/s&#xA;    , &#xA;    30 fps, &#xA;    30 tbr, &#xA;    30k tbn, &#xA;    60 tbc&#xA;     (default)&#xA;        Metadata:&#xA;          creation_time   : &#xA;&#xA;          handler_name    : &#xA;    VideoHandler&#xA;          encoder         : &#xA;    AVC Coding&#xA;        Stream #3:1&#xA;    (und)&#xA;    : Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 79 kb/s&#xA;     (default)&#xA;        Metadata:&#xA;          creation_time   : &#xA;    2020-08-17T09:31:23.000000Z&#xA;          handler_name    : &#xA;SoundHandler&#xA;Input #4, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;transition2.mp4&#x27;:&#xA;      Metadata:&#xA;        major_brand     : &#xA;    mp42&#xA;        minor_version   : 0&#xA;        compatible_brands: &#xA;    mp41isom&#xA;        creation_time   : &#xA;    2020-08-17T09:30:33.000000Z&#xA;      Duration: &#xA;    00:00:03.05&#xA;    , start: &#xA;    0.000000&#xA;    , bitrate: &#xA;    7828 kb/s&#xA;        Stream #4:0&#xA;    (und)&#xA;    : Video: h264 (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 7873 kb/s&#xA;    , &#xA;    30 fps, &#xA;30 tbr, &#xA;    30k tbn, &#xA;    60 tbc&#xA;     (default)&#xA;        Metadata:&#xA;          creation_time   : &#xA;    2020-08-17T09:30:33.000000Z&#xA;          handler_name    : &#xA;    VideoHandler&#xA;          encoder         : &#xA;    AVC Coding&#xA;        Stream #4:1&#xA;    (und)&#xA;    : Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 79 kb/s&#xA;     (default)&#xA;        Metadata:&#xA;          creation_time   : &#xA;    2020-08-17T09:30:33.000000Z&#xA;          handler_name    : &#xA;    SoundHandler&#xA;Stream mapping:&#xA;      Stream #0:0 (h264) -> pad&#xA;      Stream #0:1 (aac) -> concat:in0:a0&#xA;Stream #1:0 (aac) -> concat:in1:a0&#xA;      Stream #1:1 (h264) -> pad&#xA;      Stream #2:0 (aac) -> concat:in2:a0&#xA;      Stream #2:1 (h264) -> pad&#xA;      Stream #3:0 (h264) -> scale&#xA;      Stream #4:0 (h264) -> scale&#xA;      overlay&#xA;     -> Stream #0:0 (libx264)&#xA;      concat&#xA;     -> Stream #0:1 (aac)&#xA;    Press [q] to stop, [?] for help&#xA;&#xA;[graph 0 input from stream 0:0 @ 0x733a19a900] sws_param option is deprecated and ignored&#xA;    [graph 0 input from stream 1:1 @ 0x733a19aa80] sws_param option is deprecated and ignored&#xA;    [graph 0 input from stream 2:1 @ 0x733a19ab40] sws_param option is deprecated and ignored&#xA;    [graph 0 input from stream 3:0 @ 0x733a19ac00] sws_param option is deprecated and ignored&#xA;    [graph 0 input from stream 4:0 @ 0x733a19acc0] sws_param option is deprecated and ignored&#xA;&#xA;[mp4 @ 0x733a679400] Frame rate very high for a muxer not efficiently supporting it.&#xA;    Please consider specifying a lower framerate, a different muxer or -vsync 2&#xA;[libx264 @ 0x733a1b0600] using SAR=1/1&#xA;[libx264 @ 0x733a1b0600] MB rate (8160000000) > level limit (16711680)&#xA;[libx264 @ 0x733a1b0600] using cpu capabilities: ARMv8 NEON&#xA;[libx264 @ 0x733a1b0600] profile Constrained Baseline, level 6.2, 4:2:0, 8-bit&#xA;    [libx264 @ 0x733a1b0600] 264 - core 160 - H.264/MPEG-4 AVC codec - Copyleft 2003-2020 - http://www.videolan.org/x264.html - options: cabac=0 ref=1 deblock=0:0:0 analyse=0:0 me=dia subme=0 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=25 scenecut=0 intra_refresh=0 rc=crf mbtree=0 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=0&#xA;Output #0, mp4, to &#x27;output.mp4&#x27;:&#xA;      Metadata:&#xA;        major_brand     : &#xA;    mp42&#xA;minor_version   : &#xA;    0&#xA;        compatible_brands: &#xA;    isommp42&#xA;        com.android.version: &#xA;    9&#xA;        encoder         : &#xA;    Lavf58.48.100&#xA;        Chapter #0:0: &#xA;    start 0.000000, &#xA;    end 13.033000&#xA;        Metadata:&#xA;          title           : &#xA;        Stream #0:0&#xA;    : Video: h264 (libx264) (avc1 / 0x31637661), yuv420p(progressive), 1080x1920 [SAR 1:1 DAR 9:16], q=-1--1&#xA;    , &#xA;    1000k tbn, &#xA;    1000k tbc&#xA;(default)&#xA;        Metadata:&#xA;          encoder         : &#xA;    Lavc58.96.100 libx264&#xA;        Side data:&#xA;          &#xA;    cpb: &#xA;    bitrate max/min/avg: 0/0/0 buffer size: 0 &#xA;    vbv_delay: N/A&#xA;        Stream #0:1&#xA;    : Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s&#xA;     (default)&#xA;        Metadata:&#xA;          encoder         : &#xA;    Lavc58.96.100 aac&#xA;E/Progress: Progress: 3.6918316&#xA;D/mobile-ffmpeg: Progress: frame: 1, time: 1002, Pct: 0.036918&#xA;frame=    1 fps=0.0 q=0.0 size=       0kB time=00:00:01.00 bitrate=   0.5kbits/s speed=1.79x    &#xA;More than 1000 frames duplicated&#xA;

    &#xA;

    I even tried command without overlay and audio parts but result was same. I am working on Android app and using below ffmpeg wrapper library :

    &#xA;

    https://github.com/tanersener/mobile-ffmpeg

    &#xA;

  • Why i got an error with ffmpeg when i'm trying to merge 2 video file with the audio of a third video file multiple time in 1 line ?

    28 août 2020, par Niron

    I have 1 video file that i want to concat with an other video file using the audio of a third video file, and this 5 time in a line.&#xA;The only file that don't change is the first video file.&#xA;So i tried to run this command :

    &#xA;

    ./ffmpeg.exe -i Video\\decompte.mp4 -i "Video\\Breaking Bad_OPENING_Opening.mp4" -i "TempVideo\\Breaking &#xA;Bad_OPENING_Opening.mp4" -i "Video\\The 100_OPENING_Opening.mp4" -i "TempVideo\\The &#xA;100_OPENING_Opening.mp4" -i "Video\\Stranger Things_OPENING_Opening.mp4" -i "TempVideo\\Stranger &#xA;Things_OPENING_Opening.mp4" -i "Video\\Lucifer_OPENING_Opening.mp4" -i &#xA;"TempVideo\\Lucifer_OPENING_Opening.mp4" -i "Video\\Black Mirror_OPENING_Opening.mp4" -i &#xA;"TempVideo\\Black Mirror_OPENING_Opening.mp4" -filter_complex "&#xA;[0:0]scale=1280:720:force_original_aspect_ratio=1[v0]; &#xA;[2:v]scale=1280:720:force_original_aspect_ratio=1[v2]; &#xA;[4:v]scale=1280:720:force_original_aspect_ratio=1[v4]; &#xA;[6:v]scale=1280:720:force_original_aspect_ratio=1[v6]; &#xA;[8:v]scale=1280:720:force_original_aspect_ratio=1[v8]; &#xA;[10:v]scale=1280:720:force_original_aspect_ratio=1[v10]; &#xA;[v0][v2][1:a][v0][v4][3:a][v0][v6][5:a][v0][v8][7:a][v0][v10][9:a]concat=n=5:v=2:a=1[outv][outa]"&#xA; -map "[outv]" -map "[outa]" 637342141280804229.mp4&#xA;

    &#xA;

    But when i run this command i get an error but i don't understand why :

    &#xA;

    ffmpeg version git-2019-11-22-27c6c92 Copyright (c) 2000-2019 the FFmpeg developers&#xA;  built with gcc 9.2.1 (GCC) 20191010&#xA;  configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf&#xA;  libavutil      56. 36.100 / 56. 36.100&#xA;  libavcodec     58. 62.100 / 58. 62.100&#xA;  libavformat    58. 35.100 / 58. 35.100&#xA;  libavdevice    58.  9.101 / 58.  9.101&#xA;  libavfilter     7. 66.100 /  7. 66.100&#xA;  libswscale      5.  6.100 /  5.  6.100&#xA;  libswresample   3.  6.100 /  3.  6.100&#xA;  libpostproc    55.  6.100 / 55.  6.100&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;Video\decompte.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : mp42&#xA;    minor_version   : 0&#xA;    compatible_brands: mp42mp41&#xA;    creation_time   : 2020-04-02T15:15:56.000000Z&#xA;  Duration: 00:00:20.00, start: 0.000000, bitrate: 475 kb/s&#xA;    Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 1600x900, 468 kb/s, 25 fps, 25 tbr, 25k tbn, 50 tbc (default)&#xA;    Metadata:&#xA;      creation_time   : 2020-04-02T15:15:56.000000Z&#xA;      handler_name    : ?Mainconcept Video Media Handler&#xA;      encoder         : AVC Coding&#xA;Input #1, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;Video\Breaking Bad_OPENING_Opening.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf58.35.100&#xA;  Duration: 00:00:17.60, start: 0.000000, bitrate: 399 kb/s&#xA;    Stream #1:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 426x240 [SAR 1:1 DAR 71:40], 275 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)&#xA;    Metadata:&#xA;      handler_name    : VideoHandler&#xA;    Stream #1:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 127 kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : SoundHandler&#xA;Input #2, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;TempVideo\Breaking Bad_OPENING_Opening.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf58.35.100&#xA;  Duration: 00:00:02.02, start: 0.000000, bitrate: 551 kb/s&#xA;    Stream #2:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 426x240 [SAR 1:1 DAR 71:40], 417 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)&#xA;    Metadata:&#xA;      handler_name    : VideoHandler&#xA;    Stream #2:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 127 kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : SoundHandler&#xA;Input #3, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;Video\The 100_OPENING_Opening.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf58.35.100&#xA;  Duration: 00:00:34.13, start: 0.000000, bitrate: 3925 kb/s&#xA;    Stream #3:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 3794 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)&#xA;    Metadata:&#xA;      handler_name    : VideoHandler&#xA;    Stream #3:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : SoundHandler&#xA;Input #4, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;TempVideo\The 100_OPENING_Opening.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf58.35.100&#xA;  Duration: 00:00:02.02, start: 0.000000, bitrate: 6158 kb/s&#xA;    Stream #4:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 6076 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)&#xA;    Metadata:&#xA;      handler_name    : VideoHandler&#xA;    Stream #4:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 127 kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : SoundHandler&#xA;Input #5, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;Video\Stranger Things_OPENING_Opening.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf58.35.100&#xA;  Duration: 00:00:53.45, start: 0.000000, bitrate: 1015 kb/s&#xA;    Stream #5:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 881 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc (default)&#xA;    Metadata:&#xA;      handler_name    : ISO Media file produced by Google Inc.&#xA;    Stream #5:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : SoundHandler&#xA;Input #6, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;TempVideo\Stranger Things_OPENING_Opening.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf58.35.100&#xA;  Duration: 00:00:02.02, start: 0.000000, bitrate: 1186 kb/s&#xA;    Stream #6:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 1058 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc (default)&#xA;    Metadata:&#xA;      handler_name    : ISO Media file produced by Google Inc.&#xA;    Stream #6:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 127 kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : SoundHandler&#xA;Input #7, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;Video\Lucifer_OPENING_Opening.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf58.35.100&#xA;  Duration: 00:03:24.17, start: 0.000000, bitrate: 178 kb/s&#xA;    Stream #7:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 43 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)&#xA;    Metadata:&#xA;      handler_name    : ISO Media file produced by Google Inc. Created on: 07/28/2020.&#xA;    Stream #7:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 126 kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : SoundHandler&#xA;Input #8, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;TempVideo\Lucifer_OPENING_Opening.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf58.35.100&#xA;  Duration: 00:00:02.02, start: 0.000000, bitrate: 239 kb/s&#xA;    Stream #8:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 99 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)&#xA;    Metadata:&#xA;      handler_name    : ISO Media file produced by Google Inc. Created on: 07/28/2020.&#xA;    Stream #8:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 127 kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : SoundHandler&#xA;Input #9, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;Video\Black Mirror_OPENING_Opening.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : mp42&#xA;    minor_version   : 0&#xA;    compatible_brands: isommp42&#xA;    creation_time   : 2018-03-13T16:58:18.000000Z&#xA;  Duration: 00:00:19.04, start: 0.000000, bitrate: 314 kb/s&#xA;    Stream #9:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 1280x718 [SAR 1:1 DAR 640:359], 184 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc (default)&#xA;    Metadata:&#xA;      creation_time   : 2018-03-13T16:58:18.000000Z&#xA;      handler_name    : ISO Media file produced by Google Inc. Created on: 03/13/2018.&#xA;    Stream #9:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 125 kb/s (default)&#xA;    Metadata:&#xA;      creation_time   : 2018-03-13T16:58:18.000000Z&#xA;      handler_name    : ISO Media file produced by Google Inc. Created on: 03/13/2018.&#xA;Input #10, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;TempVideo\Black Mirror_OPENING_Opening.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : isom&#xA;    minor_version   : 512&#xA;    compatible_brands: isomiso2avc1mp41&#xA;    encoder         : Lavf58.35.100&#xA;  Duration: 00:00:02.02, start: 0.000000, bitrate: 351 kb/s&#xA;    Stream #10:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x718 [SAR 1:1 DAR 640:359], 211 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)&#xA;    Metadata:&#xA;      handler_name    : ISO Media file produced by Google Inc. Created on: 03/13/2018.&#xA;    Stream #10:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 129 kb/s (default)&#xA;    Metadata:&#xA;      handler_name    : ISO Media file produced by Google Inc. Created on: 03/13/2018.&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 0000020b6fd5cb80] Invalid stream specifier: v0.&#xA;    Last message repeated 1 times&#xA;Stream specifier &#x27;v0&#x27; in filtergraph description [0:0]scale=1280:720:force_original_aspect_ratio=1[v0]; [2:v]scale=1280:720:force_original_aspect_ratio=1[v2]; [4:v]scale=1280:720:force_original_aspect_ratio=1[v4]; [6:v]scale=1280:720:force_original_aspect_ratio=1[v6]; [8:v]scale=1280:720:force_original_aspect_ratio=1[v8]; [10:v]scale=1280:720:force_original_aspect_ratio=1[v10]; [v0][v2][1:a][v0][v4][3:a][v0][v6][5:a][v0][v8][7:a][v0][v10][9:a]concat=n=5:v=2:a=1[outv][outa] matches no streams.&#xA;&#xA;

    &#xA;

    Please someone can help me because i'm stuck with this.

    &#xA;