ExtraTorrent.st - The Largest Bittorent System
Latest Articles
Most searched
ExtraTorrent.st > Categories > Movies torrents > 3D Movies torrents


Browse Movies torrents

Frozen 3D BluRay 1080p48 x264 AAC5.1 torrent


Download torrent: Magnet link
Info hash: B894EB2169C92D4A128E9F506C2044AF7E87342D
Category: Categories > Movies torrents > 3D Movies torrents
Trackers:
udp://tracker.dler.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.theoks.net:6969/announce
udp://open.demonii.com:1337/announce
udp://tracker.torrent.eu.org:451/announce
udp://exodus.desync.com:6969/announce
udp://opentracker.io:6969/announce
udp://p4p.arenabg.com:1337/announce
udp://tracker.opentrackr.org:1337/announce
http://tracker.openbittorrent.com:80/announce
udp://opentracker.i2p.rocks:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://coppersurfer.tk:6969/announce
udp://tracker.zer0day.to:1337/announce
Health:
 seeds: 1, leechers: 3
Torrent language: English English
Total Size: 5.50 GB
Number of files:
1   
Uploader:
pwnsweet
Torrent added:2026-03-05 13:21:08

Download Frozen 3D BluRay 1080p48 x264 AAC5.1 torrent




Torrent Description
Presented in full resolution, frame-sequential 3D (FS3D). FS3D provides a higher quality per MB than the common Full-SBS or Full-TAB formats. If your display can support FS3D, you should prefer it. Most LG passive 3DTV's support it and it's supported on VR platforms using the newest version of 4XVR!

If your display doesn't support this file, you can convert it to SBS or OU using the method below.





Format : AVC
Format/Info : Advanced Video Codec
Format profile : [email protected]
Count of views : 2
MultiView_Layout : Both Eyes laced in one block (left eye first)
Format settings : CABAC / 4 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference frames : 4 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 1 h 42 min
Bit rate : 7 180 kb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 47.952 (48000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.072
Stream size : 5.13 GiB (93%)
Writing library : x264 core 165 r3222 b35605a
Encoding settings : cabac=1 / ref=4 / deblock=1:0:0 / analyse=0x3:0x133 / me=umh / subme=8 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=24 / lookahead_threads=6 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=5 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=480 / keyint_min=47 / scenecut=40 / intra_refresh=0 / rc_lookahead=96 / rc=crf / mbtree=1 / crf=20.0 / qcomp=0.70 / qpmin=0 / qpmax=69 / qpstep=4 / vbv_maxrate=62500 / vbv_bufsize=78125 / crf_max=0.0 / nal_hrd=none / filler=0 / frame-packing=5 / ip_ratio=1.40 / aq=3:0.80
Default : Yes
Forced : No
Color range : Limited
Matrix coefficients : BT.709
Audio
ID : 2
Format : AAC LC
Format/Info : Advanced Audio Codec Low Complexity
Codec ID : A_AAC-2
Duration : 1 h 42 min
Bit rate : 450 kb/s
Channel(s) : 6 channels
Channel layout : C L R Ls Rs LFE
Sampling rate : 48.0 kHz
Frame rate : 46.875 FPS (1024 SPF)
Compression mode : Lossy
Delay relative to video : 9 ms
Stream size : 329 MiB (6%)
Default : Yes
Forced : No
Text #1
ID : 3
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Duration : 1 h 41 min
Bit rate : 44.1 kb/s
Frame rate : 0.653 FPS
Count of elements : 3992
Stream size : 32.1 MiB (1%)
Language : English-x-fs3d
Default : Yes
Forced : No


If your passive 3D display doesn't support this file 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:


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:

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:


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:

potplayer_source()
Stackhorizontal(Selecteven.spline16resize(960,1080),Selectodd.spline16resize(960,1080))
assumefps(24000/1001.0)


To watch in 2D, use:

potplayer_source()
selecteven

Download Frozen 3D BluRay 1080p48 x264 AAC5.1 torrent


Related Torrents

Added  Size  Health
Download Magnet link   Frozen.II.2019.3D.3D.MULTi.VFF.1080p.Full.Bluray.AVC.DTS-HDMA (La Reine des neiges II) in Movies , by
Rmin2409
7m 40.58 GB 2 0
Download Magnet link   Frozen.2013.3D.MULTi.VFF.1080p.Full.Bluray.AVC.DTS-HD in Movies , by
V0LTAG3
11m 43.41 GB 2 0
Download Magnet link   Frozen.2013.FRENCH.3D.HSBS.1080p.Bluray.x264-RPWork (La Reine des neiges) in Movies , by
V0LTAG3
12m 4.84 GB 3 0
Download Magnet link   Frozen 2013 3D 1080p BluRay x264-GLASSES in Highres Movies , by
TvTeam
1y 5.46 GB 5 1
Download Magnet link   Frozen.II.2019.3D.Full-SBS.MULTI.1080p.10bit.Bluray.EAC3.x265-NS243 in Movies , by
Ns243
1y 8.82 GB 7 1




Home - Browse Torrents
ExtraTorrent.st is in compliance with copyrights
2025 ExtraTorrent.st