numq / gifq

Kotlin Compose multiplatform video-to-gif converter application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gifq

Kotlin Compose multiplatform video-to-gif converter application.

Platforms

Desktop, Android

Architecture

  • Clean Architecture
  • Domain driven design
  • Reactive programming (kotlin flow)
  • Screaming architecture (features)
  • MVI

Features:

  • Upload video file
  • GIF settings choosing
  • Estimated GIF size calculation
  • Video fragmentation using JavaCV frame grabber
  • Constructing GIF file using AnimatedGifEncoder
  • Download result GIF file

About

Kotlin Compose multiplatform video-to-gif converter application

License:MIT License


Languages

Language:Kotlin 58.6%Language:Java 41.4%