Advertisement
Guest User

Untitled

a guest
Jul 9th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 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 "\xD0" from ASCII-8BIT to UTF-8 for ext/RMagick/rmagick.o, skipping
  19. unable to convert "\x96" from ASCII-8BIT to UTF-8 for ext/RMagick/rmdraw.o, skipping
  20. unable to convert "\x9C" 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 "\xC8" from ASCII-8BIT to UTF-8 for ext/RMagick/rmilist.o, skipping
  23. unable to convert "\xD3" from ASCII-8BIT to UTF-8 for ext/RMagick/rmimage.o, skipping
  24. unable to convert "\x9E" from ASCII-8BIT to UTF-8 for ext/RMagick/rminfo.o, skipping
  25. unable to convert "\x9A" from ASCII-8BIT to UTF-8 for ext/RMagick/rmmain.o, skipping
  26. unable to convert "\x80" from ASCII-8BIT to UTF-8 for ext/RMagick/rmmontage.o, skipping
  27. unable to convert "\xFD" from ASCII-8BIT to UTF-8 for ext/RMagick/rmpixel.o, skipping
  28. unable to convert "\xE1" from ASCII-8BIT to UTF-8 for ext/RMagick/rmstruct.o, skipping
  29. unable to convert "\xB2" 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>pixanim.rb 44579303 gif
  36. Animation successfully created as pixiv_anim_44579303.gif
  37.  
  38.  
  39. \\failed webm
  40.  
  41. C:\Users\Doublear\Desktop\ruby>pixanim.rb 44579303 webm
  42. FFmpeg version SVN-r23418, Copyright (c) 2000-2010 the FFmpeg developers
  43. built on Jun 2 2010 04:12:01 with gcc 4.4.2
  44. configuration: --target-os=mingw32 --enable-runtime-cpudetect --enable-avisynth --enable-gpl --ena
  45. ble-version3 --enable-bzlib --enable-libgsm --enable-libfaad --enable-pthreads --enable-libvorbis --
  46. enable-libtheora --enable-libspeex --enable-libmp3lame --enable-libopenjpeg --enable-libxvid --enabl
  47. e-libschroedinger --enable-libx264 --extra-libs='-lx264 -lpthread' --enable-libopencore_amrwb --enab
  48. le-libopencore_amrnb --enable-librtmp --extra-libs='-lrtmp -lssl -lcrypto -lws2_32 -lgdi32 -lwinmm -
  49. lcrypt32 -lz' --arch=x86 --cross-prefix=i686-mingw32- --cc='ccache i686-mingw32-gcc' --enable-memali
  50. gn-hack
  51. libavutil 50.16. 0 / 50.16. 0
  52. libavcodec 52.72. 1 / 52.72. 1
  53. libavformat 52.67. 0 / 52.67. 0
  54. libavdevice 52. 2. 0 / 52. 2. 0
  55. libavfilter 1.20. 0 / 1.20. 0
  56. libswscale 0.11. 0 / 0.11. 0
  57. Input #0, image2, from 'pixiv_anim_44579303/%06d.jpg':
  58. Duration: 00:00:01.60, start: 0.000000, bitrate: N/A
  59. Stream #0.0: Video: mjpeg, yuvj444p, 420x520 [PAR 72:72 DAR 21:26], 25 fps, 25 tbr, 25 tbn, 25 t
  60. bc
  61. Unrecognized option 'codec:v'
  62. C:/Users/Doublear/Desktop/ruby/pixanim.rb.rb:106:in `delete': No such file or directory - pixiv_anim
  63. _44579303-tmp.webm (Errno::ENOENT)
  64. from C:/Users/Doublear/Desktop/ruby/pixanim.rb.rb:106:in `<main>'
  65.  
  66. C:\Users\Doublear\Desktop\ruby>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement