Skip to content

numq/gifq

Repository files navigation

gifq


🌟 Support this project
Bitcoin (BTC) bc1qs6qq0fkqqhp4whwq8u8zc5egprakvqxewr5pmx
Ethereum (ETH) 0x3147bEE3179Df0f6a0852044BFe3C59086072e12
USDT (TRC-20) TKznmR65yhPt5qmYCML4tNSWFeeUkgYSEV

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