Video-Steganography
Video-Steganography copied to clipboard
error while running the code
Hey
We are facing some issues while running this code. We are using python 3.8.2 version .
Can you please help us out in figuring these errors
[INFO] tmp directory is created
Traceback (most recent call last):
File "C:/Users/ujwal/AppData/Local/Programs/Python/Python38/videostg.py", line 86, in
change the code into call(["ffmpeg", "-i", f_name, "-q:a", "0", "-map", "a", "tmp/audio.mp3", "-y"], stdout=open(os.devnull, "w"), stderr=STDOUT, shell=True) call(["ffmpeg", "-i", "tmp/%d.png", "-vcodec", "png", "tmp/video.mov", "-y"], stdout=open(os.devnull, "w"), stderr=STDOUT, shell=True) call(["ffmpeg", "-i", "tmp/video.mov", "-i", "tmp/audio.mp3", "-codec", "copy", "video.mov", "-y"], stdout=open(os.devnull, "w"), stderr=STDOUT, shell=True)
Yes it's working perfectly thanks for responding. But the problem is this program split the video into frames and embed the message in it but after the embedding process it's not convert in to stego video file or embedded video format . My doubt is how to reveal message from it . If it is stored in temp files in frames
Same problem
run with administrator rights works for me