Skip to content

Instantly share code, notes, and snippets.

@mcfiredrill
Created August 6, 2018 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcfiredrill/4fd8025d46e9d98712a52d3dd8766579 to your computer and use it in GitHub Desktop.
Save mcfiredrill/4fd8025d46e9d98712a52d3dd8766579 to your computer and use it in GitHub Desktop.
☯tony@okirakugokiraku☯ ~/Dropbox/freedrull_exclusives/doghouse_EP/firedrill - doghouse EP$ ffmpeg -y -i result.avi -ignore_loop 0 -i ~/Dropbox/blender_stuff/rendered/datacoin.gif -filter_complex "[0][1]overlay=0:H-100" output.mp4
ffmpeg version 4.0.2 Copyright (c) 2000-2018 the FFmpeg developers
built with Apple LLVM version 9.0.0 (clang-900.0.38)
configuration: --prefix=/usr/local/Cellar/ffmpeg/4.0.2 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libfdk-aac --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma --enable-nonfree
libavutil 56. 14.100 / 56. 14.100
libavcodec 58. 18.100 / 58. 18.100
libavformat 58. 12.100 / 58. 12.100
libavdevice 58. 3.100 / 58. 3.100
libavfilter 7. 16.100 / 7. 16.100
libavresample 4. 0. 0 / 4. 0. 0
libswscale 5. 1.100 / 5. 1.100
libswresample 3. 1.100 / 3. 1.100
libpostproc 55. 1.100 / 55. 1.100
[avi @ 0x7f9407800000] non-interleaved AVI
Input #0, avi, from 'result.avi':
Metadata:
encoder : Lavf57.83.100
Duration: 00:07:52.06, start: 0.000000, bitrate: 333 kb/s
Stream #0:0: Video: mpeg4 (Simple Profile) (FMP4 / 0x34504D46), yuv420p, 2160x2160 [SAR 1:1 DAR 1:1], 25 fps, 25 tbr, 25 tbn, 25 tbc
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, stereo, fltp, 320 kb/s
Input #1, gif, from '/Users/tony/Dropbox/blender_stuff/rendered/datacoin.gif':
Duration: N/A, bitrate: N/A
Stream #1:0: Video: gif, bgra, 1920x1080, 10.42 fps, 10 tbr, 100 tbn, 100 tbc
Stream mapping:
Stream #0:0 (mpeg4) -> overlay:main (graph 0)
Stream #1:0 (gif) -> overlay:overlay (graph 0)
overlay (graph 0) -> Stream #0:0 (libx264)
Stream #0:1 -> #0:1 (mp3 (mp3float) -> aac (native))
Press [q] to stop, [?] for help
Too many packets buffered for output stream 0:1.
[aac @ 0x7f9407805000] Qavg: 200.099
[aac @ 0x7f9407805000] 2 frames left in the queue on closing
Conversion failed!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment