|
| 1 | +<!DOCTYPE html> |
| 2 | +<!--Copyright 2018 David Lettier --> |
| 3 | +<!--lettier.com--> |
| 4 | +<html> |
| 5 | + <head> |
| 6 | + <title>Gifcurry - lettier.com</title> |
| 7 | + <meta charset="utf-8"> |
| 8 | + |
| 9 | + <meta property="og:url" content="https://lettier.github.io/gifcurry"> |
| 10 | + <meta property="og:type" content="website"> |
| 11 | + <meta property="og:title" content="Gifcurry - lettier.com"> |
| 12 | + <meta property="og:description" content="Gifcurry is your open source video to GIF maker built with Haskell."> |
| 13 | + |
| 14 | + <meta property="og:image" content="https://lettier.github.io/gifcurry/screenshot.jpg"> |
| 15 | + <meta property="og:image:type" content="image/jpeg"> |
| 16 | + <meta property="og:image:width" content="1920"> |
| 17 | + <meta property="og:image:height" content="1200"> |
| 18 | + |
| 19 | + <meta property="og:video" content="gifcurry-video.mp4"> |
| 20 | + <meta property="og:video:type" content="video/mp4"> |
| 21 | + <meta property="og:video:width" content="1000"> |
| 22 | + <meta property="og:video:height" content="436"> |
| 23 | + |
| 24 | + <meta itemprop="name" content="Gifcurry - lettier.com"> |
| 25 | + <meta itemprop="description" content="Gifcurry is your open source video to GIF maker built with Haskell."> |
| 26 | + <meta itemprop="image" content="https://lettier.github.io/gifcurry/screenshot.jpg"> |
| 27 | + |
| 28 | + <meta name="description" content="Gifcurry is your open source video to GIF maker built with Haskell."> |
| 29 | + <meta name="image" content="https://lettier.github.io/gifcurry/screenshot.jpg"> |
| 30 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 31 | + <meta name="keywords" content="gif, video, ffmpeg, imagemagick, giphy, imgur, gifcurry, haskell, gtk, gstreamer"> |
| 32 | + <meta name="author" content="David Lettier"> |
| 33 | + <meta name="copyright" content="Copyright 2018 David Lettier"> |
| 34 | + |
| 35 | + <meta name="og:title" content="Gifcurry - lettier.com"> |
| 36 | + <meta name="og:description" content="Gifcurry is your open source video to GIF maker built with Haskell."> |
| 37 | + <meta name="og:image" content="https://lettier.github.io/gifcurry/screenshot.jpg"> |
| 38 | + <meta name="og:url" content="https://lettier.github.io/gifcurry"> |
| 39 | + <meta name="og:site_name" content="Gifcurry - lettier.com"> |
| 40 | + <meta name="og:locale" content="en_us"> |
| 41 | + <meta name="og:video" content="gifcurry-video.mp4"> |
| 42 | + <meta name="og:type" content="website"> |
| 43 | + |
| 44 | + <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css"> |
| 45 | + <link rel="stylesheet" type="text/css" href="style.css"> |
| 46 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto" > |
| 47 | + <link rel=" stylesheet" href=" https://cdn.jsdelivr.net/npm/[email protected]/css/fontisto/fontisto.min.css" > |
| 48 | + <link rel="icon" href="favicon.ico?v=1.0"> |
| 49 | + </head> |
| 50 | + <body> |
| 51 | + <div class="video-header"> |
| 52 | + <div class="video-container"> |
| 53 | + <video class= "video" autoplay loop muted> |
| 54 | + <source src="gifcurry-video.mp4" type="video/mp4"> |
| 55 | + </video> |
| 56 | + <div class="video-overlay"> |
| 57 | + <div class="container height-100-percent"> |
| 58 | + <table class="logo-wrapper"> |
| 59 | + <tr> |
| 60 | + <td> |
| 61 | + <div class="columns"> |
| 62 | + <div class="column has-text-centered"> |
| 63 | + <img class="logo" src="gifcurry-logo.svg"> |
| 64 | + </div> |
| 65 | + <div class="column border-left-white center-text-vertical is-hidden-mobile"> |
| 66 | + <div class="has-text-white is-size-3"> |
| 67 | + Your open source video to GIF maker built with Haskell. |
| 68 | + </div> |
| 69 | + </div> |
| 70 | + </div> |
| 71 | + </td> |
| 72 | + </tr> |
| 73 | + </table> |
| 74 | + </div> |
| 75 | + </div> |
| 76 | + </div> |
| 77 | + </div> |
| 78 | + <div class="section"> |
| 79 | + <div class="container"> |
| 80 | + <div class="columns has-text-white is-size-1 is-size-3-mobile"> |
| 81 | + <div class="column is-2 has-text-left-mobile has-text-right-tablet is-hidden-mobile"> |
| 82 | + <i class="fi fi-question"></i> |
| 83 | + </div> |
| 84 | + <div class="column border-left-white center-text-vertical"> |
| 85 | + <h2 class=""> |
| 86 | + What is Gifcurry? |
| 87 | + </h2> |
| 88 | + </div> |
| 89 | + </div> |
| 90 | + <div class="columns has-text-light"> |
| 91 | + <div class="column is-2"></div> |
| 92 | + <div class="column is-4"> |
| 93 | + <p class="is-size-4"> |
| 94 | + Gifcurry is an open-source, video-to-GIF maker. |
| 95 | + It's built with Haskell and works on Linux, |
| 96 | + Mac, and most likely Windows. |
| 97 | + There is both a graphical and command line interface. |
| 98 | + </p> |
| 99 | + </div> |
| 100 | + <div class="column is-4"> |
| 101 | + <img src="screenshot-clip-0.png"> |
| 102 | + </div> |
| 103 | + </div> |
| 104 | + <div class="columns has-text-white is-size-1 is-size-3-mobile"> |
| 105 | + <div class="column is-2 has-text-left-mobile has-text-right-tablet is-hidden-mobile"> |
| 106 | + <i class="fi fi-spinner-cog"></i> |
| 107 | + </div> |
| 108 | + <div class="column border-left-white center-text-vertical"> |
| 109 | + <h2 class=""> |
| 110 | + What can Gifcurry do? |
| 111 | + </h2> |
| 112 | + </div> |
| 113 | + </div> |
| 114 | + <div class="columns has-text-light"> |
| 115 | + <div class="column is-2"></div> |
| 116 | + <div class="column is-4"> |
| 117 | + <p class="is-size-4"> |
| 118 | + Gifcurry takes your videos and makes them into GIFs. |
| 119 | + You can crop, trim, seek, add text, pick a font, |
| 120 | + alter the duration, change the size, set the quality, |
| 121 | + and save your creation as a GIF or a video. |
| 122 | + </p> |
| 123 | + </div> |
| 124 | + <div class="column is-4"> |
| 125 | + <img src="screenshot-clip-1.png"> |
| 126 | + </div> |
| 127 | + </div> |
| 128 | + <div class="columns has-text-white is-size-1 is-size-3-mobile"> |
| 129 | + <div class="column is-2 has-text-left-mobile has-text-right-tablet is-hidden-mobile"> |
| 130 | + <i class="fi fi-download"></i> |
| 131 | + </div> |
| 132 | + <div class="column border-left-white center-text-vertical"> |
| 133 | + <h2 class=""> |
| 134 | + Where can I download Gifcurry? |
| 135 | + </h2> |
| 136 | + </div> |
| 137 | + </div> |
| 138 | + <div class="columns has-text-light"> |
| 139 | + <div class="column is-2"></div> |
| 140 | + <div class="column is-4 is-size-4"> |
| 141 | + <p> |
| 142 | + Before you download Gifcurry, make sure your machine has |
| 143 | + <a href="https://www.gtk.org/download/">GTK+</a>, |
| 144 | + <a href="https://gstreamer.freedesktop.org/download/">GStreamer</a>, |
| 145 | + <a href="https://www.ffmpeg.org/download.html">FFMpeg</a>, and |
| 146 | + <a href="https://www.imagemagick.org/script/download.php">ImageMagick</a>. |
| 147 | + <p> |
| 148 | + Linux users can download the |
| 149 | + <a href="https://github.com/lettier/gifcurry/releases/download/3.0.0.0/gifcurry-3.0.0.0-x86_64.AppImage">AppImage</a> or |
| 150 | + the <a href="https://github.com/lettier/gifcurry/releases/download/3.0.0.0/gifcurry-linux-3.0.0.0.tar.gz">prebuilt binaries</a>. |
| 151 | + If you'd rather install it, you can do so via |
| 152 | + <a href="https://aur.archlinux.org/packages/gifcurry/">pacman</a> (Arch) |
| 153 | + or |
| 154 | + <a href="https://snapcraft.io/gifcurry/">snap</a>. |
| 155 | + If you're really courageous, you can build it from |
| 156 | + <a href="https://github.com/lettier/gifcurry">source</a>. |
| 157 | + </p> |
| 158 | + <p> |
| 159 | + For Mac users, head over to the |
| 160 | + <a href="https://github.com/lettier/gifcurry#i-use-mac">read me page</a> |
| 161 | + and follow the instructions. Eventually those instructions will become a |
| 162 | + Homebrew formula so installing Gifcurry on the Mac will be super easy. |
| 163 | + </p> |
| 164 | + <p> |
| 165 | + Gifcurry hasn't been tested on Windows yet but there's no reason it shouldn't work. |
| 166 | + If you know how to build Haskell programs, go to the |
| 167 | + <a href="https://github.com/lettier/gifcurry#im-a-haskell-developer">read me page</a> |
| 168 | + and follow the instructions. |
| 169 | + Please let me know if you get it to run. |
| 170 | + </p> |
| 171 | + </div> |
| 172 | + <div class="column is-4"> |
| 173 | + <img src="screenshot-clip-2.png"> |
| 174 | + </div> |
| 175 | + </div> |
| 176 | + <div class="columns has-text-white is-size-1 is-size-3-mobile"> |
| 177 | + <div class="column is-2 has-text-left-mobile has-text-right-tablet is-hidden-mobile"> |
| 178 | + <i class="fi fi-bug"></i> |
| 179 | + </div> |
| 180 | + <div class="column border-left-white center-text-vertical"> |
| 181 | + <h2 class=""> |
| 182 | + Where can I get help? |
| 183 | + </h2> |
| 184 | + </div> |
| 185 | + </div> |
| 186 | + <div class="columns has-text-light"> |
| 187 | + <div class="column is-2"></div> |
| 188 | + <div class="column is-4 is-size-4"> |
| 189 | + <p> |
| 190 | + Found a bug? |
| 191 | + Need a feature? |
| 192 | + Can't install it? |
| 193 | + No worries. |
| 194 | + Point your browser to the <a href="https://github.com/lettier/gifcurry/issues">issues page</a>. |
| 195 | + </p> |
| 196 | + </div> |
| 197 | + <div class="column is-4 is-hidden-mobile"> |
| 198 | + <img src="screenshot-clip-3.png"> |
| 199 | + </div> |
| 200 | + </div> |
| 201 | + </div> |
| 202 | + </div> |
| 203 | + <div class="section"> |
| 204 | + <div class="container"> |
| 205 | + <div class="columns"> |
| 206 | + <div class="column is-1 is-hidden-mobile"></div> |
| 207 | + <div class="column has-text-white is-5 is-size-5"> |
| 208 | + <p> |
| 209 | + Copyright 2018 David Lettier |
| 210 | + <br> |
| 211 | + <a href="https://www.lettier.com/">lettier.com</a> |
| 212 | + </p> |
| 213 | + </div> |
| 214 | + </div> |
| 215 | + </div> |
| 216 | + </div> |
| 217 | + </body> |
| 218 | +</html> |
0 commit comments