Jump to content
IGNORED

ae_store eastre egg


triachus

Recommended Posts

Some of these aren't using images as the source, but video. You can see in this image (one of span's images) how the head moves around but the background doesnt:

 

unknown.png

 

Chat said it was from Money Masters, maybe they used it elsewhere too

Ah yeah good call. Could explain why the image I reverse engineered looks wobbly.
Link to comment
Share on other sites

  • Replies 605
  • Created
  • Last Reply

Damnit, you guys are way too fast .... I finally got my batch file working and was processing away and BAM they're already being dissected! Well at least I've learn some batch file shenanigans in the process

 

This ended up being my very messy and overly verbose code that spits files out about 2 a minute:

 

mkdir cropped
mkdir done
mkdir frames

set count=444	
setlocal EnableDelayedExpansion

for /L %%i in (1, 1, %count%) do (
     set "formattedValue=000000%%i"
     set j=!formattedValue:~-3!
ffmpeg -i "!j!.mp4" frames/c01_%%04d.jpg
cd frames
mogrify -crop 960x1+0+360 -path c:\temp\AeVideo\cropped\ *.jpg
cd c:\temp\AeVideo\cropped\
convert *.jpg -append out.jpg
copy out.jpg c:\temp\AeVideo\done\
cd c:\temp\AeVideo\done\
ren out.jpg "!j!".jpg

cd c:\temp\AeVideo\frames\
del *.jpg
cd c:\temp\AeVideo\cropped\
del *.jpg
cd c:\temp\AeVideo\
)
Link to comment
Share on other sites

they played Granada Studios last year.. 

 

These youtubes   this type of stuff used to be standard up our end at this time of year... bag load of dried mushies, shit weather and dossing about wit telly on... fairly soon the visuals would shimmer the same. . whatever tunes you had on sounded fairly similar..... nice nostalgia. 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.