Script for hidden Message code Breaking
Page 1 of 1
Script for hidden Message code Breaking
Script for hidden Message code Breaking
- Code:
#!/bin/bash
# Usage: ./YTD.sh "https://youtu.be/7TdVnOQt2oc"
#
# ctrl u
# barcode frame 1x1 rez
sudo apt-get install -y pcmanfm
#
myvar="$@"
youtube-dl "$myvar"
a=1
for i in *.mp4; do
new=$(printf "%04d.mp4" "$a") #04 pad to length of 4
mv -- "$i" "$new"
let a=a+1
done
ffmpeg -i 0001.mp4 image%3d.png
for i in *.png;do convert -resize 1x1 "$i" "$i";done
# pcmanfm
convert +append *.png 100.jpg # virticaslly
# display 100.jpg
#
zbarimg 100.jpg
rm *.png*
Similar topics
» Linux Message Decoder Script Example 2
» Extracting Hidden Files With Foremost On Linux
» Using Sed bash Script On Linux To Generate Morse Code Without Sound
» Breaking In Bad
» Configuring Hidden Services for Tor
» Extracting Hidden Files With Foremost On Linux
» Using Sed bash Script On Linux To Generate Morse Code Without Sound
» Breaking In Bad
» Configuring Hidden Services for Tor
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum