Advertisement
Guest User

Works, but not so good with colors

a guest
Aug 6th, 2014
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.60 KB | None | 0 0
  1. ./ffmpeg-1.2.7/ffmpeg -i movie_to_be_animated.mp4 -pix_fmt rgb24 output.gif
  2. ffmpeg version 1.2.7 Copyright (c) 2000-2014 the FFmpeg developers
  3.   built on Aug  6 2014 05:22:16 with gcc 4.6 (Ubuntu/Linaro 4.6.4-1ubuntu1~12.04)
  4.   configuration:
  5.   libavutil      52. 18.100 / 52. 18.100
  6.   libavcodec     54. 92.100 / 54. 92.100
  7.   libavformat    54. 63.104 / 54. 63.104
  8.   libavdevice    54.  3.103 / 54.  3.103
  9.   libavfilter     3. 42.103 /  3. 42.103
  10.   libswscale      2.  2.100 /  2.  2.100
  11.   libswresample   0. 17.102 /  0. 17.102
  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
  20.     Metadata:
  21.       handler_name    : VideoHandler
  22. Output #0, gif, to 'output.gif':
  23.   Metadata:
  24.     major_brand     : isom
  25.     minor_version   : 512
  26.     compatible_brands: isomiso2avc1mp41
  27.     encoder         : Lavf54.63.104
  28.     Stream #0:0(und): Video: rawvideo (RGB[24] / 0x18424752), rgb24, 220x220 [SAR 1:1 DAR 1:1], q=2-31, 200 kb/s, 90k tbn, 25 tbc
  29.     Metadata:
  30.       handler_name    : VideoHandler
  31. Stream mapping:
  32.   Stream #0:0 -> #0:0 (h264 -> rawvideo)
  33. Press [q] to stop, [?] for help
  34. frame=  313 fps=0.0 q=0.0 Lsize=   16965kB time=00:00:12.52 bitrate=11100.5kbits/s    
  35. video:44382kB audio:0kB subtitle:0 global headers:0kB muxing overhead -61.775097%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement