IMAX Into The Deep (1994) FS-3D BluRay 1080p48 x264 AAC5.1

Download Download Torrent Opens in your torrent client (e.g. qBittorrent)
Category TV
Size5.70 GB
Added4 months ago (2025-11-21 09:33:01)
Health
Fair9/9
Info Hash38217423EF668F205340427A328C20CB8AF89200
Peers Updated6 hours ago (2026-03-24 17:13:33)

Report Torrent

0 / 300

Description



Presented in full resolution, frame-sequential 3D at 48fps. 100% compatible with LG Passive 3DTV's and VR headsets!





If your passive 3D display doesn't support these files and you need to convert to Top/Bottom, you can do this in Potplayer. Use Avisynth like this:

If your passive 3D display is 1080p and supports 48/96Hz, use these settings:

Code:potplayer_source()
left = selecteven
right = selectodd
left1 = selecteven(separatefields(left))
left2 = selectodd(separatefields(left))
right1 = selectodd(separatefields(right))
right2 = selecteven(separatefields(right))
interleave(stackvertical(left1,right1), stackvertical(left2,right2))
assumeframebased
assumefps(48000/1001.0)
If your passive 3D display is 1080p and doesn't support 48/96Hz, use:
Code:potplayer_source()
Stackvertical(Selecteven.spline16resize(1920,540),Selectodd.spline16resize(1920,540))
assumefps(24000/1001.0)
If your display uses battery powered glasses and supports 48/96Hz, convert to Side by Side using:
Code:
potplayer_source()
left = selecteven
right = selectodd
left1 = selecteven(separatecolumns(left,2))
left2 = selectodd(SeparateColumns(left,2))
right1 = selectodd(SeparateColumns(right,2))
right2 = selecteven(separatecolumns(right,2))
interleave(StackHorizontal(left1,right1), StackHorizontal(left2,right2))
assumeframebased
assumefps(48000/1001.0)
If your display uses battery powered glasses and doesn't support 48/96Hz, convert to Side by Side using:
Code:potplayer_source()
Stackhorizontal(Selecteven.spline16resize(960,1080),Selectodd.spline16resize(960,1080))
assumefps(24000/1001.0)
To watch in 2D, use:
Code:potplayer_source()
selecteven




×