fbpx
วิกิพีเดีย

Illusion movie.ogv

Illusion_movie.ogv(ไฟล์วีดีโอ Ogg Theora ความยาว 1 นาที 0 วินาที ขนาด 640 × 480 บิตเรต 880 กิโลบิตต่อวินาที)

รูปภาพหรือไฟล์เสียงนี้ ต้นฉบับอยู่ที่ คอมมอนส์ รายละเอียดด้านล่าง เป็นข้อความที่แสดงผลจาก ไฟล์ต้นฉบับในคอมมอนส์
คอมมอนส์เป็นเว็บไซต์ในโครงการสำหรับเก็บรวบรวมสื่อเสรี ที่ คุณสามารถช่วยได้

ความย่อ

คำอธิบาย
English: To see the illusion, do this:

Play the movie (which lasts 1 minute) full screen and stare to the center of the image. After the movie finishes, look away (for example look to a face or to your hands). For few seconds everything you see will appear to distort.

The original idea is not mine, I have seen on the net, BUT this animation file was created by me with this C program.
Türkçe: İllüzyonu görebilmek için, videoyu tam ekranda oynatın ve şeklin merkezine odaklanın. Video bittiğinde farklı bir noktaya ( elinize ya da yüzünüze) bakın. Bir kaç saniye boyunca baktığınız her şey bozulmuş gibi görünecek.
วันที่
แหล่งที่มา Own work by the original uploader
ผู้สร้างสรรค์ Paulnasca ที่ วิกิพีเดียภาษาอังกฤษ
Source code
InfoField
//License: Public Domain //Written by Nasca Octavian PAUL, Tg. Mures, Romania //in 20060901 /* Steps to obtain the illusion image: 1) Compile this program and run it 2) Convert the .pgm images to .png images with the bash script: >>>>>cut<<<<< for file in *.pgm do  echo $file  pnmtopng $file > "$file.png"  rm -f $file done >>>>>cut<<<<< 3) Convert png images to "output.avi" mencoder "mf://*.png" -mf fps=20:type=png -ovc lavc -oac copy -o output.avi 4) Convert "output.avi" to ogg theora with: ffmpeg2theora output.avi 5) Run the animation (full screen) and look and stare in the center of it After 1 minute, look away and you'll see a very interesting illusion (looks like objects/faces/etc changes their shapes) which last few seconds. */ #include <stdio.h> #include <math.h> static const int sizex=640; static const int sizey=480; static const float freq=80; static unsigned char data[sizex*sizey]; static unsigned char f(float x,float y,float phase){  x=fabs(x);  y=fabs(y);  float m=sin(phase+(x+y)*freq)*127.0+128;  return (m); } static void make_frame(float t){  for (int j=0;j<sizey;j++){  for (int i=0;i<sizex;i++){  float x=(i*2-sizex)/(float)sizex;  float y=(j*2-sizey)/(float)sizey;  float y2=y/sizex*sizey;  if ((x*x+y2*y2)<0.1) data[i+j*sizex]=f(x,y,t);  else data[i+j*sizex]=f(x,y,-t);  }  } } static void save_frame(char *filename) {  FILE *f=fopen(filename,"wb");  if (!f) return;  fprintf(f,"P5\n%d %d\n255\n\n",sizex,sizey);  fwrite(data,sizex,sizey,f);  fclose(f); } int main(void) {  char tmp[100];tmp[99]=0;  for (int k=0;k<1200;k++){  make_frame(k*0.5);  snprintf(tmp,99,"frame%05d.pgm",k);  printf("%s\n",tmp);  save_frame(tmp);  }  return 0; } 

การอนุญาตใช้สิทธิ

บันทึกการอัพโหลด

The original description page was here. All following user names refer to en.wikipedia.
  • 2006-09-01 18:27 Paulnasca 640×480× (6598414 bytes) To see the illusion, do this: Play the movie (which last 1 minute) full screen and stare to the center of the image. After the movie finishes, look away (for example look to a face or to your hands). For few seconds everything you'll see appear to distor

คำบรรยายโดยย่อ

เพิ่มคำบรรยายทรรทัดเดียวเพื่อขยายความว่าไฟล์นี้มีอะไร

ไอเทมที่แสดงอยู่ในไฟล์นี้

ประกอบด้วย

สถานะลิขสิทธิ์

copyrighted, dedicated to the public domain by copyright holder อังกฤษ

สัญญาอนุญาต

released into the public domain by the copyright holder อังกฤษ

วันที่สร้าง/วันก่อตั้ง

1 กันยายน 2006

ประวัติไฟล์

คลิกวันที่/เวลาเพื่อดูไฟล์ที่ปรากฏในขณะนั้น

วันที่/เวลารูปย่อขนาดผู้ใช้ความเห็น
ปัจจุบัน13:03, 27 ธันวาคม 25601 นาที 0 วินาที, 640 × 480 (6.29 เมกะไบต์)TikmokUser created page with UploadWizard

หน้าต่อไปนี้ โยงมาที่ภาพนี้:

การใช้ไฟล์ส่วนกลาง

วิกิอื่นต่อไปนี้ใช้ไฟล์นี้:

  • Afterimage
  • Motion aftereffect
  • User:Mrug2
  • List of optical illusions
  • ข้อมูลเกี่ยวกับภาพ

    ไฟล, illusion, movie, ไฟล, ประว, ไฟล, หน, าท, ภาพน, การใช, ไฟล, วนกลาง, อม, ลเก, ยวก, บภาพไม, ภาพท, รายละเอ, ยดส, งกว, าน, illusion, movie, 8206, ไฟล, โอ, theora, ความยาว, นาท, นาท, ขนาด, ตเรต, โลบ, ตต, อว, นาท, ปภาพหร, อไฟล, เส, ยงน, นฉบ, บอย, คอมมอนส, รายละเ. ifl prawtiifl hnathimiphaphni karichiflswnklang khxmulekiywkbphaphimmiphaphthimiraylaexiydsungkwani Illusion movie ogv 8206 iflwidiox Ogg Theora khwamyaw 1 nathi 0 winathi khnad 640 480 bitert 880 kiolbittxwinathi rupphaphhruxiflesiyngni tnchbbxyuthi khxmmxns raylaexiyddanlang epnkhxkhwamthiaesdngphlcak ifltnchbbinkhxmmxns khxmmxnsepnewbistinokhrngkarsahrbekbrwbrwmsuxesri thi khunsamarthchwyid khwamyx khaxthibayIllusion movie ogv English To see the illusion do this Play the movie which lasts 1 minute full screen and stare to the center of the image After the movie finishes look away for example look to a face or to your hands For few seconds everything you see will appear to distort The original idea is not mine I have seen on the net BUT this animation file was created by me with this C program Turkce Illuzyonu gorebilmek icin videoyu tam ekranda oynatin ve seklin merkezine odaklanin Video bittiginde farkli bir noktaya elinize ya da yuzunuze bakin Bir kac saniye boyunca baktiginiz her sey bozulmus gibi gorunecek wnthi 1 knyayn ph s 2549aehlngthima Own work by the original uploaderphusrangsrrkh Paulnasca thi wikiphiediyphasaxngkvsSource codeInfoField License Public Domain Written by Nasca Octavian PAUL Tg Mures Romania in 20060901 Steps to obtain the illusion image 1 Compile this program and run it 2 Convert the pgm images to png images with the bash script gt gt gt gt gt cut lt lt lt lt lt for file in pgm do echo file pnmtopng file gt file png rm f file done gt gt gt gt gt cut lt lt lt lt lt 3 Convert png images to output avi mencoder mf png mf fps 20 type png ovc lavc oac copy o output avi 4 Convert output avi to ogg theora with ffmpeg2theora output avi 5 Run the animation full screen and look and stare in the center of it After 1 minute look away and you ll see a very interesting illusion looks like objects faces etc changes their shapes which last few seconds include lt stdio h gt include lt math h gt static const int sizex 640 static const int sizey 480 static const float freq 80 static unsigned char data sizex sizey static unsigned char f float x float y float phase x fabs x y fabs y float m sin phase x y freq 127 0 128 return m static void make frame float t for int j 0 j lt sizey j for int i 0 i lt sizex i float x i 2 sizex float sizex float y j 2 sizey float sizey float y2 y sizex sizey if x x y2 y2 lt 0 1 data i j sizex f x y t else data i j sizex f x y t static void save frame char filename FILE f fopen filename wb if f return fprintf f P5 n d d n 255 n n sizex sizey fwrite data sizex sizey f fclose f int main void char tmp 100 tmp 99 0 for int k 0 k lt 1200 k make frame k 0 5 snprintf tmp 99 frame 05d pgm k printf s n tmp save frame tmp return 0 karxnuyatichsiththi Public domain Public domain false falsenganniidthukephyaephrsusatharnsmbtiodyecakhxng Paulnasca thi wikiphiediyphasaxngkvs sungmiphlthwolkinbangpraeths karkrathadngklawxacimsamarththaidtamkdhmayPaulnasca xnuyatihthukkhnmisiththiinkarichiflniinthukehtuphlkarich odyimmimienguxnikh ewnaetkdhmayimxnuyatihthaechnnnPublic domain Public domain false falsebnthukkarxphohld The original description page was here All following user names refer to en wikipedia 2006 09 01 18 27 Paulnasca 640 480 6598414 bytes To see the illusion do this Play the movie which last 1 minute full screen and stare to the center of the image After the movie finishes look away for example look to a face or to your hands For few seconds everything you ll see appear to distorkhabrryayodyyxithyephimkhabrryaythrrthdediywephuxkhyaykhwamwaiflnimixairixethmthiaesdngxyuiniflniprakxbdwysthanalikhsiththicopyrighted dedicated to the public domain by copyright holder xngkvssyyaxnuyatreleased into the public domain by the copyright holder xngkvswnthisrang wnkxtng1 knyayn 2006 prawtiifl khlikwnthi ewlaephuxduiflthipraktinkhnann wnthi ewlarupyxkhnadphuichkhwamehn pccubn13 03 27 thnwakhm 25601 nathi 0 winathi 640 480 6 29 emkaibt TikmokUser created page with UploadWizard hnathimiphaphni hnatxipni oyngmathiphaphni phaphekhluxnihwtidta karichiflswnklang wikixuntxipniichiflni karichbn de wikipedia org Bewegungsnacheffekt karichbn en wikipedia org Optical illusion Afterimage Motion aftereffect User Mrug2 List of optical illusions karichbn es wikipedia org Imagen remanente karichbn my wikipedia org အမ င ပ င ဆ င ရ လ ည စ မ karichbn pt wikipedia org Ilusao de optica karichbn tr wikipedia org Hareket Art Etkisi karichbn www wikidata org Q13650772 karichbn zh wikipedia org 运动后效khxmulekiywkbphaph phaphnimikhxmulephimetim sungswnihymacakklxngdicitxlhruxsaeknenxrthisamarthekbkhxmuldngklawiwrwmkbphaphid thaphaphnithukprbprungaekikhhruxepliynaeplngcakedim khxmulbangxyangcayngkhngimepliynaeplngehmuxnphaphthithukprbprungaekikhnnphuthayNasca Octavian PAULphuthrnglikhsiththiPublic DomainsxftaewrthiichXiph Org libTheora I 20040317 3 2 0 ffmpeg2theora 0 16taaehnngthitngthiklawxangthungTargu Mures RomaniachuxeruxngsnIllusionkhxtklnginkarichnganPublic Domain ekhathungcak https th wikipedia org wiki ifl Illusion movie ogv, wikipedia, วิกิ หนังสือ, หนังสือ, ห้องสมุด,

    บทความ

    , อ่าน, ดาวน์โหลด, ฟรี, ดาวน์โหลดฟรี, mp3, วิดีโอ, mp4, 3gp, jpg, jpeg, gif, png, รูปภาพ, เพลง, เพลง, หนัง, หนังสือ, เกม, เกม