Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ffmpeg started on 2019-01-07 at 15:49:50
- Report written to "ffmpeg-20190107-154950.log"
- Command line:
- ffmpeg -i input.mov -i /tmp/palette.png -lavfi "fps=25,scale=576:-1.78:flags=lanczos [x]; [x][1:v] paletteuse" -loop -1 -y test2.gif -report
- ffmpeg version 3.4.2 Copyright (c) 2000-2018 the FFmpeg developers
- built with Apple LLVM version 9.0.0 (clang-900.0.39.2)
- configuration: --prefix=/usr/local/Cellar/ffmpeg/3.4.2 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --disable-jack --enable-gpl --enable-libass --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --enable-openssl --disable-lzma --enable-nonfree
- libavutil 55. 78.100 / 55. 78.100
- libavcodec 57.107.100 / 57.107.100
- libavformat 57. 83.100 / 57. 83.100
- libavdevice 57. 10.100 / 57. 10.100
- libavfilter 6.107.100 / 6.107.100
- libavresample 3. 7. 0 / 3. 7. 0
- libswscale 4. 8.100 / 4. 8.100
- libswresample 2. 9.100 / 2. 9.100
- libpostproc 54. 7.100 / 54. 7.100
- Splitting the commandline.
- Reading option '-i' ... matched as input url with argument 'input.mov'.
- Reading option '-i' ... matched as input url with argument '/tmp/palette.png'.
- Reading option '-lavfi' ... matched as option 'lavfi' (create a complex filtergraph) with argument 'fps=25,scale=576:-1.78:flags=lanczos [x]; [x][1:v] paletteuse'.
- Reading option '-loop' ... matched as AVOption 'loop' with argument '-1'.
- Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
- Reading option 'test2.gif' ... matched as output url.
- Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'.
- Finished splitting the commandline.
- Parsing a group of options: global .
- Applying option lavfi (create a complex filtergraph) with argument fps=25,scale=576:-1.78:flags=lanczos [x]; [x][1:v] paletteuse.
- Applying option y (overwrite output files) with argument 1.
- Applying option report (generate a report) with argument 1.
- Successfully parsed a group of options.
- Parsing a group of options: input url input.mov.
- Successfully parsed a group of options.
- Opening an input file: input.mov.
- [NULL @ 0x7fd148000000] Opening 'input.mov' for reading
- [file @ 0x7fd147c02d20] Setting default whitelist 'file,crypto'
- [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd148000000] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
- [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd148000000] ISO: File Type Major Brand: qt
- [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd148000000] Unknown dref type 0x73696c61 size 12
- [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd148000000] Processing st: 0, edit list 0 - media time: 0, duration: 150
- [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd148000000] Unknown dref type 0x73696c61 size 12
- [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd148000000] Processing st: 1, edit list 0 - media time: 0, duration: 288000
- [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd148000000] Unknown dref type 0x73696c61 size 12
- [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd148000000] Processing st: 2, edit list 0 - media time: 0, duration: 150
- [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd148000000] Before avformat_find_stream_info() pos: 1048576 bytes read:65540 seeks:3 nb_streams:3
- [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd148000000] All info found
- [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd148000000] After avformat_find_stream_info() pos: 2908815 bytes read:1954451 seeks:3 frames:25
- Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'input.mov':
- Metadata:
- major_brand : qt
- minor_version : 537199360
- compatible_brands: qt
- creation_time : 2019-01-04T18:31:33.000000Z
- Duration: 00:00:06.00, start: 0.000000, bitrate: 19953 kb/s
- Stream #0:0(eng), 24, 1/25: Video: qtrle (rle / 0x20656C72), rgb24(progressive), 576x720, 17019 kb/s, SAR 1:1 DAR 4:5, 25 fps, 25 tbr, 25 tbn, 25 tbc (default)
- Metadata:
- creation_time : 2019-01-04T18:31:33.000000Z
- handler_name : Apple Alias Data Handler
- encoder : Animation
- timecode : 00:00:00:00
- Stream #0:1(eng), 1, 1/48000: Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s (default)
- Metadata:
- creation_time : 2019-01-04T18:31:33.000000Z
- handler_name : Apple Alias Data Handler
- timecode : 00:00:00:00
- Stream #0:2(eng), 0, 1/25: Data: none (tmcd / 0x64636D74), 0 kb/s (default)
- Metadata:
- creation_time : 2019-01-04T18:31:33.000000Z
- handler_name : Apple Alias Data Handler
- timecode : 00:00:00:00
- Successfully opened the file.
- Parsing a group of options: input url /tmp/palette.png.
- Successfully parsed a group of options.
- Opening an input file: /tmp/palette.png.
- [NULL @ 0x7fd14a001800] Opening '/tmp/palette.png' for reading
- [file @ 0x7fd149800d80] Setting default whitelist 'file,crypto'
- [png_pipe @ 0x7fd14a001800] Format png_pipe probed with size=2048 and score=99
- [png_pipe @ 0x7fd14a001800] Before avformat_find_stream_info() pos: 0 bytes read:1010 seeks:0 nb_streams:1
- [png_pipe @ 0x7fd14a001800] After avformat_find_stream_info() pos: 1010 bytes read:1010 seeks:0 frames:1
- Input #1, png_pipe, from '/tmp/palette.png':
- Duration: N/A, bitrate: N/A
- Stream #1:0, 1, 1/25: Video: png, rgba(pc), 16x16 [SAR 1:1 DAR 1:1], 25 tbr, 25 tbn, 25 tbc
- Successfully opened the file.
- detected 8 logical cores
- [Parsed_fps_0 @ 0x7fd149801d20] Setting 'fps' to value '25'
- [Parsed_fps_0 @ 0x7fd149801d20] fps=25/1
- [Parsed_scale_1 @ 0x7fd149801f40] Setting 'w' to value '576'
- [Parsed_scale_1 @ 0x7fd149801f40] Setting 'h' to value '-1.78'
- [Parsed_scale_1 @ 0x7fd149801f40] Setting 'flags' to value 'lanczos'
- [Parsed_scale_1 @ 0x7fd149801f40] w:576 h:-1.78 flags:'lanczos' interl:0
- [Parsed_fps_0 @ 0x7fd149801d20] 0 frames in, 0 frames out; 0 frames dropped, 0 frames duplicated.
- Parsing a group of options: output url test2.gif.
- Successfully parsed a group of options.
- Opening an output file: test2.gif.
- [file @ 0x7fd1498036a0] Setting default whitelist 'file,crypto'
- Successfully opened the file.
- Stream mapping:
- Stream #0:0 (qtrle) -> fps
- Stream #1:0 (png) -> paletteuse:palette
- paletteuse -> Stream #0:0 (gif)
- Press [q] to stop, [?] for help
- cur_dts is invalid (this is harmless if it occurs once at the start per stream)
- cur_dts is invalid (this is harmless if it occurs once at the start per stream)
- cur_dts is invalid (this is harmless if it occurs once at the start per stream)
- [Parsed_fps_0 @ 0x7fd147d05660] Setting 'fps' to value '25'
- [Parsed_fps_0 @ 0x7fd147d05660] fps=25/1
- [Parsed_scale_1 @ 0x7fd147d02360] Setting 'w' to value '576'
- [Parsed_scale_1 @ 0x7fd147d02360] Setting 'h' to value '-1.78'
- [Parsed_scale_1 @ 0x7fd147d02360] Setting 'flags' to value 'lanczos'
- [Parsed_scale_1 @ 0x7fd147d02360] w:576 h:-1.78 flags:'lanczos' interl:0
- [graph 0 input from stream 0:0 @ 0x7fd147d032a0] Setting 'video_size' to value '576x720'
- [graph 0 input from stream 0:0 @ 0x7fd147d032a0] Setting 'pix_fmt' to value '2'
- [graph 0 input from stream 0:0 @ 0x7fd147d032a0] Setting 'time_base' to value '1/25'
- [graph 0 input from stream 0:0 @ 0x7fd147d032a0] Setting 'pixel_aspect' to value '1/1'
- [graph 0 input from stream 0:0 @ 0x7fd147d032a0] Setting 'sws_param' to value 'flags=2'
- [graph 0 input from stream 0:0 @ 0x7fd147d032a0] Setting 'frame_rate' to value '25/1'
- [graph 0 input from stream 0:0 @ 0x7fd147d032a0] w:576 h:720 pixfmt:rgb24 tb:1/25 fr:25/1 sar:1/1 sws_param:flags=2
- [graph 0 input from stream 1:0 @ 0x7fd147d03600] Setting 'video_size' to value '16x16'
- [graph 0 input from stream 1:0 @ 0x7fd147d03600] Setting 'pix_fmt' to value '28'
- [graph 0 input from stream 1:0 @ 0x7fd147d03600] Setting 'time_base' to value '1/25'
- [graph 0 input from stream 1:0 @ 0x7fd147d03600] Setting 'pixel_aspect' to value '1/1'
- [graph 0 input from stream 1:0 @ 0x7fd147d03600] Setting 'sws_param' to value 'flags=2'
- [graph 0 input from stream 1:0 @ 0x7fd147d03600] Setting 'frame_rate' to value '25/1'
- [graph 0 input from stream 1:0 @ 0x7fd147d03600] w:16 h:16 pixfmt:rgba tb:1/25 fr:25/1 sar:1/1 sws_param:flags=2
- [format @ 0x7fd147d03bc0] compat: called with args=[rgb8|bgr8|rgb4_byte|bgr4_byte|gray|pal8]
- [format @ 0x7fd147d03bc0] Setting 'pix_fmts' to value 'rgb8|bgr8|rgb4_byte|bgr4_byte|gray|pal8'
- [auto_scaler_0 @ 0x7fd147d05720] w:iw h:ih flags:'bilinear' interl:0
- [Parsed_paletteuse_2 @ 0x7fd147d05340] auto-inserting filter 'auto_scaler_0' between the filter 'graph 0 input from stream 1:0' and the filter 'Parsed_paletteuse_2'
- [AVFilterGraph @ 0x7fd14980be80] query_formats: 7 queried, 5 merged, 1 already done, 0 delayed
- [swscaler @ 0x7fd148819c00] Forcing full internal H chroma due to input having non subsampled chroma
- [Parsed_scale_1 @ 0x7fd147d02360] w:576 h:720 fmt:rgb24 sar:1/1 -> w:576 h:720 fmt:bgra sar:1/1 flags:0x200
- [swscaler @ 0x7fd149003a00] Forcing full internal H chroma due to input having non subsampled chroma
- [auto_scaler_0 @ 0x7fd147d05720] w:16 h:16 fmt:rgba sar:1/1 -> w:16 h:16 fmt:bgra sar:1/1 flags:0x2
- [Parsed_paletteuse_2 @ 0x7fd147d05340] [framesync @ 0x1023f7008] Selected 1/25 time base
- [Parsed_paletteuse_2 @ 0x7fd147d05340] [framesync @ 0x1023f7008] Sync level 2
- Output #0, gif, to 'test2.gif':
- Metadata:
- major_brand : qt
- minor_version : 537199360
- compatible_brands: qt
- encoder : Lavf57.83.100
- Stream #0:0, 0, 1/100: Video: gif, pal8, 576x720 [SAR 1:1 DAR 4:5], q=2-31, 200 kb/s, 25 fps, 100 tbn, 25 tbc (default)
- Metadata:
- encoder : Lavc57.107.100 gif
- cur_dts is invalid (this is harmless if it occurs once at the start per stream)
- Clipping frame in rate conversion by 0.000008
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 93x115 image at pos (483;555) [area:576x720]
- [gif @ 0x7fd14a008600] 145x115 image at pos (423;555) [area:576x720]
- [gif @ 0x7fd14a008600] 190x115 image at pos (385;555) [area:576x720]
- [gif @ 0x7fd14a008600] 166x115 image at pos (362;555) [area:576x720]
- [gif @ 0x7fd14a008600] 227x115 image at pos (347;555) [area:576x720]
- [gif @ 0x7fd14a008600] 367x465 image at pos (209;205) [area:576x720]
- [gif @ 0x7fd14a008600] 367x474 image at pos (209;196) [area:576x720]
- [gif @ 0x7fd14a008600] 366x477 image at pos (209;193) [area:576x720]
- [gif @ 0x7fd14a008600] 367x478 image at pos (209;192) [area:576x720]
- [gif @ 0x7fd14a008600] 367x478 image at pos (209;192) [area:576x720]
- [gif @ 0x7fd14a008600] 366x478 image at pos (209;192) [area:576x720]
- [gif @ 0x7fd14a008600] 365x478 image at pos (209;192) [area:576x720]
- [gif @ 0x7fd14a008600] 343x478 image at pos (209;192) [area:576x720]
- [gif @ 0x7fd14a008600] 343x478 image at pos (209;192) [area:576x720]
- [gif @ 0x7fd14a008600] 343x476 image at pos (209;194) [area:576x720]
- [gif @ 0x7fd14a008600] 342x454 image at pos (209;198) [area:576x720]
- [gif @ 0x7fd14a008600] 342x452 image at pos (209;200) [area:576x720]
- [gif @ 0x7fd14a008600] 124x75 image at pos (209;199) [area:576x720]
- [gif @ 0x7fd14a008600] 124x72 image at pos (209;199) [area:576x720]
- [gif @ 0x7fd14a008600] 124x69 image at pos (209;200) [area:576x720]
- [gif @ 0x7fd14a008600] 124x75 image at pos (209;199) [area:576x720]
- [gif @ 0x7fd14a008600] 124x75 image at pos (209;199) [area:576x720]
- [gif @ 0x7fd14a008600] 124x72 image at pos (209;202) [area:576x720]
- [gif @ 0x7fd14a008600] 124x67 image at pos (209;207) [area:576x720]
- [gif @ 0x7fd14a008600] 125x66 image at pos (209;208) [area:576x720]
- frame= 46 fps=0.0 q=-0.0 size= 1kB time=00:00:01.81 bitrate= 3.5kbits/s speed= 3.6x
- [gif @ 0x7fd14a008600] 125x65 image at pos (209;209) [area:576x720]
- [gif @ 0x7fd14a008600] 61x63 image at pos (272;208) [area:576x720]
- [gif @ 0x7fd14a008600] 61x65 image at pos (272;208) [area:576x720]
- [gif @ 0x7fd14a008600] 61x63 image at pos (272;211) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- frame= 98 fps= 98 q=-0.0 size= 1kB time=00:00:03.89 bitrate= 1.6kbits/s speed=3.87x
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 60x69 image at pos (209;205) [area:576x720]
- [gif @ 0x7fd14a008600] 60x72 image at pos (209;196) [area:576x720]
- [gif @ 0x7fd14a008600] 60x65 image at pos (209;193) [area:576x720]
- [gif @ 0x7fd14a008600] 124x82 image at pos (209;192) [area:576x720]
- [gif @ 0x7fd14a008600] 124x75 image at pos (209;192) [area:576x720]
- [gif @ 0x7fd14a008600] 124x66 image at pos (209;192) [area:576x720]
- [gif @ 0x7fd14a008600] 124x68 image at pos (209;192) [area:576x720]
- [gif @ 0x7fd14a008600] 124x75 image at pos (209;192) [area:576x720]
- [gif @ 0x7fd14a008600] 124x82 image at pos (209;192) [area:576x720]
- [gif @ 0x7fd14a008600] 124x80 image at pos (209;194) [area:576x720]
- [gif @ 0x7fd14a008600] 124x73 image at pos (209;198) [area:576x720]
- [gif @ 0x7fd14a008600] 124x74 image at pos (209;200) [area:576x720]
- [gif @ 0x7fd14a008600] 124x75 image at pos (209;199) [area:576x720]
- [gif @ 0x7fd14a008600] 124x72 image at pos (209;199) [area:576x720]
- [gif @ 0x7fd14a008600] 124x69 image at pos (209;200) [area:576x720]
- [gif @ 0x7fd14a008600] 124x75 image at pos (209;199) [area:576x720]
- [gif @ 0x7fd14a008600] 124x75 image at pos (209;199) [area:576x720]
- [gif @ 0x7fd14a008600] 124x72 image at pos (209;202) [area:576x720]
- [gif @ 0x7fd14a008600] 124x67 image at pos (209;207) [area:576x720]
- [gif @ 0x7fd14a008600] 125x66 image at pos (209;208) [area:576x720]
- [gif @ 0x7fd14a008600] 125x65 image at pos (209;209) [area:576x720]
- [gif @ 0x7fd14a008600] 61x63 image at pos (272;208) [area:576x720]
- [gif @ 0x7fd14a008600] 61x65 image at pos (272;208) [area:576x720]
- [gif @ 0x7fd14a008600] 61x63 image at pos (272;211) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [Parsed_fps_0 @ 0x7fd147d05660] EOF frames_out:149 delta:1
- [Parsed_fps_0 @ 0x7fd147d05660] Duplicating frame.
- frame= 149 fps= 99 q=-0.0 size= 1kB time=00:00:05.93 bitrate= 1.1kbits/s speed=3.94x
- [gif @ 0x7fd14a008600] 1x1 image at pos (575;719) [area:576x720]
- [Parsed_paletteuse_2 @ 0x7fd147d05340] [framesync @ 0x1023f7008] Sync level 0
- [out_0_0 @ 0x7fd147d03960] EOF on sink link out_0_0:default.
- No more output streams to write to, finishing.
- frame= 150 fps= 99 q=-0.0 Lsize= 128kB time=00:00:05.97 bitrate= 176.2kbits/s speed=3.94x
- video:126kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.530573%
- Input file #0 (input.mov):
- Input stream #0:0 (video): 150 packets read (12764812 bytes); 150 frames decoded;
- Input stream #0:1 (audio): 1 packets read (4096 bytes);
- Input stream #0:2 (data): 0 packets read (0 bytes);
- Total: 151 packets (12768908 bytes) demuxed
- Input file #1 (/tmp/palette.png):
- Input stream #1:0 (video): 1 packets read (1010 bytes); 1 frames decoded;
- Total: 1 packets (1010 bytes) demuxed
- Output file #0 (test2.gif):
- Output stream #0:0 (video): 150 frames encoded; 150 packets muxed (129494 bytes);
- Total: 150 packets (129494 bytes) muxed
- 151 frames successfully decoded, 0 decoding errors
- [Parsed_fps_0 @ 0x7fd147d05660] 150 frames in, 150 frames out; 0 frames dropped, 0 frames duplicated.
- [AVIOContext @ 0x7fd149802c40] Statistics: 0 seeks, 2 writeouts
- [AVIOContext @ 0x7fd147c047e0] Statistics: 12863120 bytes read, 9 seeks
- [AVIOContext @ 0x7fd1498017a0] Statistics: 1010 bytes read, 0 seeks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement