Jump to content

Cross-eye Stereo Mask of Creation video


Flintsmith

Recommended Posts

I made a stereo video from the spinney

 

https://dropbox.com/s/h392ede3gepzksw/Stereo_Creation.avi   2MB version 

 

Their player makes it huge.  It looks better small so download it and use Windows Media Player.

 

https://www.dropbox.com/s/m85hvan3ali4vxy/Stereo_Creation.avi_snapshot_00.00_%5B2014.09.21_23.44.15%5D.jpg

 

 

This was made using ffmpeg.
Crop
ffmpeg -i Bionicle.mp4 -b:v 6000k -vf "crop=480-170-170:320-30-100:170:30 " -y Bionicle_cropped.mp4
Make the reference
ffmpeg -i Bionicle_cropped.mp4 -ss 0 -t 00:00:08.80 -b:v 6000k -y behind0.avi                                                 
Make the delayed
ffmpeg -i Bionicle_cropped.mp4 -ss 00:00:00.05 -t 00:00:08.80 -b:v 6000k -y -vcodec mpeg2video behind1.avi
Pad one then overlay the other onto the pad
ffmpeg -i behind1.avi -vf "movie= behind0.avi [in1]; [in]pad=iw*2:ih:iw:0[in0]; [in0][in1] overlay=0:0 [out]" -b:v 12000k -y Bionicle_cropped_spin_RIGHT.avi
Make a 730K version
ffmpeg -i behind1.avi -vf "movie= behind0.avi [in1]; [in]pad=iw*2:ih:iw:0[in0]; [in0][in1] overlay=0:0 [out]"  -b:v 500k -y Bionicle_cropped_spin_sm_RIGHT.avi

Edited by Flintsmith
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...