Star Wars The Force Awakens Trailer 3 FS3D WEB-DL X264 1080P DTS/...
About Star Wars The Force Awakens Trailer 3 FS3D WEB-DL X264 1080P DTS/...
Overview
Presented in full resolution, frame-sequential 3D (FS3D). FS3D provides a higher quality per MB than the common Full-SBS or Full-OU 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 without re-processing using the method below. If your passive 3D display doesn't support this file and you want to convert to
Frequently Asked Questions
How do I download Star Wars The Force Awakens Trailer 3 FS3D WEB-DL X264 1080P DTS/...?
Click the magnet or torrent download button on this page to start downloading Star Wars The Force Awakens Trailer 3 FS3D WEB-DL X264 1080P DTS/.... A BitTorrent client is required.
What is the file size of Star Wars The Force Awakens Trailer 3 FS3D WEB-DL X264 1080P DTS/...?
The total size of Star Wars The Force Awakens Trailer 3 FS3D WEB-DL X264 1080P DTS/... is 330.0 MB.
How many seeders are available for Star Wars The Force Awakens Trailer 3 FS3D WEB-DL X264 1080P DTS/...?
Star Wars The Force Awakens Trailer 3 FS3D WEB-DL X264 1080P DTS/... currently has 23415 seeders, which affects download speed.
What category is Star Wars The Force Awakens Trailer 3 FS3D WEB-DL X264 1080P DTS/... in?
Star Wars The Force Awakens Trailer 3 FS3D WEB-DL X264 1080P DTS/... is listed under Movies on 1337x.
Presented in full resolution, frame-sequential 3D (FS3D). FS3D provides a higher quality per MB than the common Full-SBS or Full-OU 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 without re-processing using the method below.


If your passive 3D display doesn't support this file and you want to convert to Top/Bottom (best for passive 3DTV!), 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:
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:
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:
Stackhorizontal(Selecteven.spline16resize(960,1080),Selectodd.spline16resize(960,1080))
assumefps(24000/1001.0)
To watch in 2D, use:
Code:
selecteven
FS3D vs F-SBS vs SBS (at equal file size)
Frame-sequential 3D vs Bluray

Full-SBS vs Bluray

Half-SBS vs Bluray
