Guest User

Untitled

a guest
Jul 10th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. Microsoft Windows [Version 6.3.9600]
  2. (c) 2013 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Doublear>set IM_PATH=C:\ImageMagick
  5.  
  6. C:\Users\Doublear>set PATH=%IM_PATH%;%PATH%
  7.  
  8. C:\Users\Doublear>set CPATH=%IM_PATH%\include;%CPATH%
  9.  
  10. C:\Users\Doublear>set LIBRARY_PATH=%IM_PATH%\lib;%LIBRARY_PATH%
  11.  
  12. C:\Users\Doublear>gem install rmagick
  13. Temporarily enhancing PATH to include DevKit...
  14. Building native extensions. This could take a while...
  15. Successfully installed rmagick-2.13.2
  16. Parsing documentation for rmagick-2.13.2
  17. unable to convert "\x90" from ASCII-8BIT to UTF-8 for ext/RMagick/RMagick2.so, skipping
  18. unable to convert "\xF4" from ASCII-8BIT to UTF-8 for ext/RMagick/rmagick.o, skipping
  19. unable to convert "\xD4" from ASCII-8BIT to UTF-8 for ext/RMagick/rmdraw.o, skipping
  20. unable to convert "\xD8" from ASCII-8BIT to UTF-8 for ext/RMagick/rmenum.o, skipping
  21. unable to convert "\x86" from ASCII-8BIT to UTF-8 for ext/RMagick/rmfill.o, skipping
  22. unable to convert "\xF5" from ASCII-8BIT to UTF-8 for ext/RMagick/rmilist.o, skipping
  23. unable to convert "\xAD" from ASCII-8BIT to UTF-8 for ext/RMagick/rmimage.o, skipping
  24. unable to convert "\xC9" from ASCII-8BIT to UTF-8 for ext/RMagick/rminfo.o, skipping
  25. unable to convert "\x82" from ASCII-8BIT to UTF-8 for ext/RMagick/rmmain.o, skipping
  26. unable to convert "\x8E" from ASCII-8BIT to UTF-8 for ext/RMagick/rmmontage.o, skipping
  27. unable to convert "\xFE" from ASCII-8BIT to UTF-8 for ext/RMagick/rmpixel.o, skipping
  28. unable to convert "\xE5" from ASCII-8BIT to UTF-8 for ext/RMagick/rmstruct.o, skipping
  29. unable to convert "\xC1" from ASCII-8BIT to UTF-8 for ext/RMagick/rmutil.o, skipping
  30. unable to convert "\x90" from ASCII-8BIT to UTF-8 for lib/RMagick2.so, skipping
  31. 1 gem installed
  32.  
  33. C:\Users\Doublear>cd C:\Users\Doublear\Desktop\ruby
  34.  
  35. C:\Users\Doublear\Desktop\ruby>ruby pixanim.rb 44573059 webm
  36. ffmpeg version N-50911-g9efcfbe Copyright (c) 2000-2013 the FFmpeg developers
  37. built on Mar 13 2013 21:26:48 with gcc 4.7.2 (GCC)
  38. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzli
  39. b --enable-fontconfig --enable-frei0r --enable-gnutls --enable-libass --enable-libbluray --enable-li
  40. bcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmp3lame --enable-libopencore
  41. -amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-li
  42. bschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-lib
  43. vo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxa
  44. vs --enable-libxvid --enable-zlib
  45. libavutil 52. 19.100 / 52. 19.100
  46. libavcodec 55. 0.100 / 55. 0.100
  47. libavformat 55. 0.100 / 55. 0.100
  48. libavdevice 54. 4.100 / 54. 4.100
  49. libavfilter 3. 45.103 / 3. 45.103
  50. libswscale 2. 2.100 / 2. 2.100
  51. libswresample 0. 17.102 / 0. 17.102
  52. libpostproc 52. 2.100 / 52. 2.100
  53. Input #0, image2, from 'pixiv_anim_44573059/%06d.jpg':
  54. Duration: 00:00:02.00, start: 0.000000, bitrate: N/A
  55. Stream #0:0: Video: mjpeg, yuvj444p, 566x800 [SAR 72:72 DAR 283:400], 25 fps, 25 tbr, 25 tbn, 25
  56. tbc
  57. [libvpx @ 003bdd20] v1.2.0
  58. Output #0, webm, to 'pixiv_anim_44573059-tmp.webm':
  59. Metadata:
  60. encoder : Lavf55.0.100
  61. Stream #0:0: Video: vp8, yuv420p, 566x800 [SAR 1:1 DAR 283:400], q=-1--1, 5000 kb/s, 1k tbn, 25
  62. tbc
  63. Stream mapping:
  64. Stream #0:0 -> #0:0 (mjpeg -> libvpx)
  65. Press [q] to stop, [?] for help
  66. frame= 50 fps= 17 q=0.0 Lsize= 1061kB time=00:00:02.00 bitrate=4346.2kbits/s
  67. video:1060kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.079857%
  68. Animation successfully created as pixiv_anim_44573059.webm
  69.  
  70. C:\Users\Doublear\Desktop\ruby>ruby pixanim.rb 44573059 gif
  71. Animation successfully created as pixiv_anim_44573059.gif
  72.  
  73. C:\Users\Doublear\Desktop\ruby>
Advertisement
Add Comment
Please, Sign In to add comment