Advertisement
Guest User

Better color, but flashing line on right

a guest
Aug 6th, 2014
568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.74 KB | None | 0 0
  1. ./ffmpeg-2.3.1/ffmpeg -i movie_to_be_animated.mp4 output.gif
  2. ffmpeg version 2.3.1 Copyright (c) 2000-2014 the FFmpeg developers
  3.   built on Aug  6 2014 05:03:40 with gcc 4.6 (Ubuntu/Linaro 4.6.4-1ubuntu1~12.04)
  4.   configuration:
  5.   libavutil      52. 92.100 / 52. 92.100
  6.   libavcodec     55. 69.100 / 55. 69.100
  7.   libavformat    55. 48.100 / 55. 48.100
  8.   libavdevice    55. 13.102 / 55. 13.102
  9.   libavfilter     4. 11.100 /  4. 11.100
  10.   libswscale      2.  6.100 /  2.  6.100
  11.   libswresample   0. 19.100 /  0. 19.100
  12. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'movie_to_be_animated.mp4':
  13.   Metadata:
  14.     major_brand     : isom
  15.     minor_version   : 512
  16.     compatible_brands: isomiso2avc1mp41
  17.     encoder         : Lavf53.21.1
  18.   Duration: 00:00:12.52, start: 0.000000, bitrate: 963 kb/s
  19.     Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 220x220 [SAR 1:1 DAR 1:1], 960 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc (default)
  20.     Metadata:
  21.       handler_name    : VideoHandler
  22. [swscaler @ 0x1f98360] No accelerated colorspace conversion found from yuv420p to bgr8.
  23. Output #0, gif, to 'output.gif':
  24.   Metadata:
  25.     major_brand     : isom
  26.     minor_version   : 512
  27.     compatible_brands: isomiso2avc1mp41
  28.     encoder         : Lavf55.48.100
  29.     Stream #0:0(und): Video: gif, bgr8, 220x220 [SAR 1:1 DAR 1:1], q=2-31, 200 kb/s, 25 fps, 100 tbn, 25 tbc (default)
  30.     Metadata:
  31.       handler_name    : VideoHandler
  32.       encoder         : Lavc55.69.100 gif
  33. Stream mapping:
  34.   Stream #0:0 -> #0:0 (h264 (native) -> gif (native))
  35. Press [q] to stop, [?] for help
  36. frame=  313 fps=0.0 q=0.0 Lsize=    1192kB time=00:00:12.52 bitrate= 779.8kbits/s    
  37. video:1505kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement