diff options
author | makefu <github@syntax-fehler.de> | 2013-01-10 14:37:10 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-01-10 14:37:10 +0100 |
commit | 7296c90dff5e260c6279aed071fe507a4ddedc4a (patch) | |
tree | f569e130dee7b084c1afc078e0d19e17b7578362 /minikrebs/profiles/rickroller_bare/doc | |
parent | 9b29cf3939802ab1cf634e6185f5b0beac52e590 (diff) |
emergency commit, i am so sorry...
Diffstat (limited to 'minikrebs/profiles/rickroller_bare/doc')
-rw-r--r-- | minikrebs/profiles/rickroller_bare/doc/README.md | 21 | ||||
-rw-r--r-- | minikrebs/profiles/rickroller_bare/doc/videoconvert | 7 |
2 files changed, 28 insertions, 0 deletions
diff --git a/minikrebs/profiles/rickroller_bare/doc/README.md b/minikrebs/profiles/rickroller_bare/doc/README.md new file mode 100644 index 00000000..f66c191f --- /dev/null +++ b/minikrebs/profiles/rickroller_bare/doc/README.md @@ -0,0 +1,21 @@ +# Rickroller Profile + +The purpose of the profile is to create an access point where every connection +is rewritten to rickroll. + +This is the bare profile, providing a basic installation of the rickroller but +everything fits into the 4mb of flash memory of the krebsplug. + +As video autostarting is quite difficult at mobile victims to acchieve, +a short gif with rick dancing plus the first minute of its famous song will be +served by the httpd. + +The dnsmasq will resolve every domain request to the plugs ip-address + + +# Rickroll Loop + +8.8 --> 17.3 ; startup loop +26.3 --> 34 ; were no strangers to love, you know the rules and so do i +26.3 --> 42.6 ; ... gotta make you understand +?? --> ?? ; refrain diff --git a/minikrebs/profiles/rickroller_bare/doc/videoconvert b/minikrebs/profiles/rickroller_bare/doc/videoconvert new file mode 100644 index 00000000..e514b85a --- /dev/null +++ b/minikrebs/profiles/rickroller_bare/doc/videoconvert @@ -0,0 +1,7 @@ +# To be supported by android: +ffmpeg -i rick720p.mp4 -ss 8.8 -t 8.5 -strict -2 -s 320x240 -vcodec mpeg4 -acodec aac -ac 1 -ar 16000 -r 13 -ab 32000 -aspect 3:2 output-video.mp4 + + +# audio convert +ffmpeg -i rick720p.mp4 -ss 7 -t 45 -ac 1 -ar 16000 -ab 64k -vn -acodec libvorbis rick.ogg +ffmpeg -i rick720p.mp4 -ss 7 -t 45 -ac 1 -ar 16000 -ab 64k -vn rick.mp3 |