Feeds
질문
how to hide the message in maximum number of frames in a video steganography using LSB algorithm. i already done a single image then how can i add no of frames to hide text in my coding
vid=VideoReader('C:\Users\DEEPA\Documents\MATLAB\test.avi'); numFrames = vid.NumberOfFrames; n=80; for i = 1:n frames = ...
거의 9년 전 | 답변 수: 2 | 0
