Showing posts with label 3D. Show all posts
Showing posts with label 3D. Show all posts
Angela Merkel enjoys VR gaming
alt. audio: https://youtu.be/WRU_w1PCVbU
source video: https://www.youtube.com/watch?v=BOJYjq58BTM&t=56s
source video: https://www.youtube.com/watch?v=UMZSjX2R61E&t=2m20s
tags:
3D
,
Angela Merkel
,
animation
,
Deutschland
,
Germany
,
nonsense
,
politics
,
video
,
video game
FFmpeg: Creating sterographic video from a 2D source / Witchboard (1988)
This is further study in the creation of depth information based on two-dimensional source material http://oioiiooixiii.blogspot.com/2014/02/an-experiment-in-creating-three.html
By slighting delaying the video entering one eye, the interference created can reveal a sense of depth to parts of the scene.
This video above loops between two versions of the same two scenes. One has a three frame differential (24/8 = 0.125) and the other, eight (24/3 = 0.3). Depending on content and movement, the greater the time difference, the clearer the effect works.
The video was created with FFmpeg, and the ffplay command, with filterchain, is given below:
# 'setpts=PTS+0.3/TB' delay video start by 0.3 seconds ffplay \ -i witchcraft.mp4 \ -vf \ "scale=320x180,split [a][b];\ nullsrc=size=640x180[base];\ [a] setpts=PTS-STARTPTS [left];\ [b] setpts=PTS+0.3/TB [right];\ [base][left]overlay=shortest=1[x];\ [x][right]overlay=x=320:shortest=1"\ -loop 0
The source video was taken from "Witchboard", a cheesy, but enjoyable, 1980's horror film (big hair, and all that).

ffmpeg setpts: https://ffmpeg.org/ffmpeg-filters.html#setpts_002c-asetpts
imdb: http://www.imdb.com/title/tt0090327/
tags:
3D
,
animation
,
FFmpeg
,
movies
,
pixel array
,
programming
,
video
Alpine Skiing 3D Stereograms - 2014/2015 World Cup Season



.jpg)



.jpg)
Extracting 3D information from consecutive 2D video frames. Some work better than others. A few work really well, others suffer from interference effects, where lighting or movement alters between frames.
- Lara Gut - Cortina d'Ampezzo - SuperG - 2015
- Michaela Wenig - Garmisch-Partenkirchen - Downhill - 2015
- Nadia Fanchini - Aspen - Giant Slalom - 2014
- Irene Curtoni - Méribel - Team Event - 2015 (World Cup Finals)
- Laurenne Ross - Vail - SuperG - 2015 (Championships)
- Viktoria Rebensburg - Bansko - Combined - 2015
- Sara Hector - Méribel - Team Event - 2015 (World Cup Finals)
tags:
3D
,
alpine skiing
,
Michaela Wenig
,
sport
,
stereograms
,
television
,
vidcap
,
Viktoria Rebensburg
An experiment in creating three-dimensional space from two-dimensional information
Two [near] consecutive frames placed side-by-side. Use the "Eurosport" logo as an aid for eye alignment at comfortable distance.
Footage taken from women's 15km Individual biathlon - Ruhpolding, Germany - 2014.
Bi-athlete: Gabriela Soukalová (Czech Republic)

Three pairs of [near] consecutive frames, animated. Inconclusive results.
Footage taken from women's 15km Individual biathlon - Ruhpolding, Germany - 2014.
Bi-athlete: Gabriela Soukalová (Czech Republic)

Three pairs of [near] consecutive frames, animated. Inconclusive results.
tags:
3D
,
animation
,
biathlon
,
Deutschland
,
Germany
,
sport
,
stereograms
,
television
,
vidcap
,
video
Subscribe to:
Posts
(
Atom
)