prostraction / stego

Embed a text into image using steganography (DCT)
0 stars 0 forks source link

Add video support #8

Open prostraction opened 1 month ago

prostraction commented 1 month ago

Video files support is a huge improvement.

Two milestones:

  1. Video files (h264 at least), maybe it will be done by calling ffmpeg in Docker
  2. Video streaming (h264/MPEG at least). Hard to say, how it could be done until point 1 is not finished.