Skip to content

Commit

Permalink
Update decode.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay-Arjun authored Oct 23, 2022
1 parent 3b956b5 commit 164134c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decode.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

os.system('cls' if os.name == 'nt' else 'clear')
cprint(figlet_format('Team Byte', font='slant'),'yellow', attrs=['bold'])
cprint(figlet_format('AES encrypted Video Steganography Decoder', font='digital'),'green', attrs=['bold'])
cprint(figlet_format('AES & RSA encrypted Video Steganography Decoder', font='digital'),'green', attrs=['bold'])
ENCODED_VIDEO = sys.argv[1]
temp_folder = "tmp2"
frame_choice = int(input("1) Extract and enter frame numbers from image /n 2) Enter frame numbers manually : "))
Expand Down

0 comments on commit 164134c

Please sign in to comment.