Skip to content

huseyinmertkok/Video-Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video-Steganography

•This code allows user to hide text with up to 65.535 letters (including spaces).
•The code also allows user to reveal the text from videos.
•The G and B values of the last pixel of the first frame holds the lenght of the text.
It's calculated as;

B.value + G.value * 256

•It's the reason why maximum text capacity is 65.553.

Dependencies

•Accord.Video.FFMPEG
•FFMpegSharp
•FFMpegSharp.FFMPEG
•AviFile
•NAudio

Main Screen

• The first screen when user runs the code.

During Hide Process

After Unhide

About

Encode and Decode text to video frames.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages