Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Microsoft Windows [Version 6.3.9600]
- (c) 2013 Microsoft Corporation. All rights reserved.
- C:\Users\Doublear>set IM_PATH=C:\ImageMagick
- C:\Users\Doublear>set PATH=%IM_PATH%;%PATH%
- C:\Users\Doublear>set CPATH=%IM_PATH%\include;%CPATH%
- C:\Users\Doublear>set LIBRARY_PATH=%IM_PATH%\lib;%LIBRARY_PATH%
- C:\Users\Doublear>gem install rmagick
- Temporarily enhancing PATH to include DevKit...
- Building native extensions. This could take a while...
- Successfully installed rmagick-2.13.2
- Parsing documentation for rmagick-2.13.2
- unable to convert "\x90" from ASCII-8BIT to UTF-8 for ext/RMagick/RMagick2.so, skipping
- unable to convert "\xD0" from ASCII-8BIT to UTF-8 for ext/RMagick/rmagick.o, skipping
- unable to convert "\x96" from ASCII-8BIT to UTF-8 for ext/RMagick/rmdraw.o, skipping
- unable to convert "\x9C" from ASCII-8BIT to UTF-8 for ext/RMagick/rmenum.o, skipping
- unable to convert "\x86" from ASCII-8BIT to UTF-8 for ext/RMagick/rmfill.o, skipping
- unable to convert "\xC8" from ASCII-8BIT to UTF-8 for ext/RMagick/rmilist.o, skipping
- unable to convert "\xD3" from ASCII-8BIT to UTF-8 for ext/RMagick/rmimage.o, skipping
- unable to convert "\x9E" from ASCII-8BIT to UTF-8 for ext/RMagick/rminfo.o, skipping
- unable to convert "\x9A" from ASCII-8BIT to UTF-8 for ext/RMagick/rmmain.o, skipping
- unable to convert "\x80" from ASCII-8BIT to UTF-8 for ext/RMagick/rmmontage.o, skipping
- unable to convert "\xFD" from ASCII-8BIT to UTF-8 for ext/RMagick/rmpixel.o, skipping
- unable to convert "\xE1" from ASCII-8BIT to UTF-8 for ext/RMagick/rmstruct.o, skipping
- unable to convert "\xB2" from ASCII-8BIT to UTF-8 for ext/RMagick/rmutil.o, skipping
- unable to convert "\x90" from ASCII-8BIT to UTF-8 for lib/RMagick2.so, skipping
- 1 gem installed
- C:\Users\Doublear>cd C:\Users\Doublear\Desktop\ruby
- C:\Users\Doublear\Desktop\ruby>pixanim.rb 44579303 gif
- Animation successfully created as pixiv_anim_44579303.gif
- \\failed webm
- C:\Users\Doublear\Desktop\ruby>pixanim.rb 44579303 webm
- FFmpeg version SVN-r23418, Copyright (c) 2000-2010 the FFmpeg developers
- built on Jun 2 2010 04:12:01 with gcc 4.4.2
- configuration: --target-os=mingw32 --enable-runtime-cpudetect --enable-avisynth --enable-gpl --ena
- ble-version3 --enable-bzlib --enable-libgsm --enable-libfaad --enable-pthreads --enable-libvorbis --
- enable-libtheora --enable-libspeex --enable-libmp3lame --enable-libopenjpeg --enable-libxvid --enabl
- e-libschroedinger --enable-libx264 --extra-libs='-lx264 -lpthread' --enable-libopencore_amrwb --enab
- le-libopencore_amrnb --enable-librtmp --extra-libs='-lrtmp -lssl -lcrypto -lws2_32 -lgdi32 -lwinmm -
- lcrypt32 -lz' --arch=x86 --cross-prefix=i686-mingw32- --cc='ccache i686-mingw32-gcc' --enable-memali
- gn-hack
- libavutil 50.16. 0 / 50.16. 0
- libavcodec 52.72. 1 / 52.72. 1
- libavformat 52.67. 0 / 52.67. 0
- libavdevice 52. 2. 0 / 52. 2. 0
- libavfilter 1.20. 0 / 1.20. 0
- libswscale 0.11. 0 / 0.11. 0
- Input #0, image2, from 'pixiv_anim_44579303/%06d.jpg':
- Duration: 00:00:01.60, start: 0.000000, bitrate: N/A
- Stream #0.0: Video: mjpeg, yuvj444p, 420x520 [PAR 72:72 DAR 21:26], 25 fps, 25 tbr, 25 tbn, 25 t
- bc
- Unrecognized option 'codec:v'
- C:/Users/Doublear/Desktop/ruby/pixanim.rb.rb:106:in `delete': No such file or directory - pixiv_anim
- _44579303-tmp.webm (Errno::ENOENT)
- from C:/Users/Doublear/Desktop/ruby/pixanim.rb.rb:106:in `<main>'
- C:\Users\Doublear\Desktop\ruby>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement