dnsev / 4cs

Media player userscript, steganographic embedding
https://dnsev.github.io/4cs
15 stars 3 forks source link

Playing video from older steganographic format #36

Closed writen-unclear closed 10 years ago

writen-unclear commented 10 years ago

Would it be possible to have the media player play .webm videos that have been embedded in the pixel data of an image with the old embed.exe encoder rather than with Videncode? It seems like it would be relatively easy to add, and it could be a valuable fallback in the likely eventuality that 4chan starts using slightly better filtering.

dnsev commented 10 years ago

Technically yes, but practically it would probably be worse and definitely not worth doing at this point.


First, it's not just .webm videos that Videncode embeds, so it wouldn't have identical functionality just by doing that, and adds a slight bit of complexity for implementing into the userscript.

Second, doing this would require the use of .png images, which would cause the following problems:

Lastly, the format will probably be kept as it is currently because it allows better picture and video quality than stego, and because I doubt 4chan has the resources to test every image as it is currently. Even if non-stego images get blocked, video images were more of just an experimental bonus anyways. [It's great for making HD versions (embed) of what may have originally been a .gif file; not so great at things 1:30 or longer, give or take depending on how busy the video is.]