dylanninin / gif2mp4

Gif 2 mp4 powered by ffmpeg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A gif2mp4 service based on FFmpeg.

Started

  • pull: docker pull dylanninin/gif2mp4
  • run: docker run -p 9100:9100 dylanninin/gif2mp4
  • request:
    • source gif: wget http://bit.ly/2iP176E -qO demo.gif

    • lossy compressed: wget http://localhost:9100/handler?url=http://bit.ly/2iP176E -qO demo.mp4

    • diff

      ls -hl *.gif
      -rw-r- r-   1 dylanninin  staff    10M Jan  8 10:37 demo.gif
      -rw-r- r-   1 dylanninin  staff   930K Feb  8 11:04 demo.mp4

Testing

  • run: ./tests

Build from scratch

  • build: rocker build

Reference

About

Gif 2 mp4 powered by ffmpeg

License:MIT License


Languages

Language:Shell 100.0%