Guest User

Untitled

a guest
Oct 11th, 2020
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PS C:\> ffmpeg -f lavfi -i color=s=3840x2160 -i LumpySugarBackNat32.png -filter_complex "[0][1]overlay=x=0:y=H-48*n" -vframes 242 out.mp4
  2. ffmpeg version N-91587-gaf4c2acddd Copyright (c) 2000-2018 the FFmpeg developers
  3.   built with gcc 8.2.1 (GCC) 20180808
  4.   configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --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-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth
  5.   libavutil      56. 18.102 / 56. 18.102
  6.   libavcodec     58. 22.101 / 58. 22.101
  7.   libavformat    58. 17.101 / 58. 17.101
  8.   libavdevice    58.  4.101 / 58.  4.101
  9.   libavfilter     7. 26.100 /  7. 26.100
  10.   libswscale      5.  2.100 /  5.  2.100
  11.   libswresample   3.  2.100 /  3.  2.100
  12.   libpostproc    55.  2.100 / 55.  2.100
  13. Input #0, lavfi, from 'color=s=3840x2160':
  14.   Duration: N/A, start: 0.000000, bitrate: N/A
  15.     Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 3840x2160 [SAR 1:1 DAR 16:9], 25 tbr, 25 tbn, 25 tbc
  16. Input #1, png_pipe, from 'LumpySugarBackNat32.png':
  17.   Duration: N/A, bitrate: N/A
  18.     Stream #1:0: Video: png, rgb24(pc), 3840x11568 [SAR 2835:2835 DAR 80:241], 25 tbr, 25 tbn, 25 tbc
  19. File 'out.mp4' already exists. Overwrite ? [y/N] y
  20. Stream mapping:
  21.   Stream #0:0 (rawvideo) -> overlay:main
  22.   Stream #1:0 (png) -> overlay:overlay
  23.   overlay -> Stream #0:0 (libx264)
  24. Press [q] to stop, [?] for help
  25. [libx264 @ 000002a724098340] using SAR=1/1
  26. [libx264 @ 000002a724098340] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
  27. [libx264 @ 000002a724098340] profile High, level 5.1, 4:2:0, 8-bit
  28. [libx264 @ 000002a724098340] 264 - core 157 r2932 303c484 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  29. Output #0, mp4, to 'out.mp4':
  30.   Metadata:
  31.     encoder         : Lavf58.17.101
  32.     Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 3840x2160 [SAR 1:1 DAR 16:9], q=-1--1, 25 fps, 12800 tbn, 25 tbc (default)
  33.     Metadata:
  34.       encoder         : Lavc58.22.101 libx264
  35.     Side data:
  36.       cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
  37. PS C:\> te=N/A speed=   0x
Add Comment
Please, Sign In to add comment