235525

🐰 MyBunny.TV – Premium IPTV Service

40,000+ HD Channels • Movies & Series • Sports • No Buffering
🎯 FREE 24-HOUR TRIAL • No Card Required • Full Access
Save up to 45% OFF yearly plans • All devices supported

🚀 Start Free Trial

Dune FS-3D BluRay x264 1080p48 AAC5.1

Magnet download icon for Dune FS-3D BluRay x264 1080p48 AAC5.1 Download this torrent!

Dune FS-3D BluRay x264 1080p48 AAC5.1

To start this P2P download, you have to install a BitTorrent client like qBittorrent

Category: Movies
Total size: 10.80 GB
Added: 2 months ago (2025-12-28 02:07:01)

Share ratio: 9 seeders, 2 leechers
Info Hash: 27C50E61E9C8A89D45D54FA514C3B33A0E7D076A
Last updated: 7 hours ago (2026-03-07 16:09:07)

Description:

Presented in full resolution, frame-sequential 3D at 48fps. This 3D format provides a higher quality per MB than SBS or OU. If your display can support this format, you should prefer it. Most LG passive 3DTV's can support this format. Upcoming versions of 4XVR, Skybox and Virtual Desktop should soon support this format for VR headsets. If your display doesn't support this format, you can convert it to SBS or OU using the method below. Code:Video ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : High@L4.2 Format settings : CABAC / 4 Ref Frames Format settings, CABAC : Yes Format settings, Reference frames : 4 frames Codec ID : V_MPEG4/ISO/AVC Duration : 2 h 35 min Bit rate : 9 443 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.095 Stream size : 10.3 GiB (95%) Writing library : x264 core 165 r3222 b35605a Encoding settings : cabac=1 / ref=4 / deblock=1:-1:-1 / analyse=0x3:0x133 / me=umh / subme=8 / psy=1 / psy_rd=1.00:0.15 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-3 / 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=19.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 : 2 h 35 min Bit rate : 454 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 : 505 MiB (5%) Default : Yes Forced : No Text 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 : 2 h 25 min Bit rate : 30.5 kb/s Frame rate : 0.305 FPS Count of elements : 2668 Stream size : 31.8 MiB (0%) 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: 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