File Packaging Codes
Stereo format detection from the filename suffix before the extension.
Separator (placeholder) for single-letter codes any of: space, *, _, -.
A single letter is only recognized when preceded by one of them
(e.g. movie_x.mp4, shot-p.jpg).
Compressed frame - codes are exact 2-char: xc pc tc bc.
Common IW3 3D convertor keywords matched anywhere in the name, take priority over the suffix
| Keyword | View | 3D On | FORMAT | Description |
sbs |
LEFT |
yes |
SBS_NORMAL |
Side-by-side / parallel, left frame first (L-R) |
cross |
RIGHT |
yes |
SBS_NORMAL |
Cross-eye, right frame first (R-L) |
Video: 2 characters before the last dot. Separator + Letter, or exact compressed code
| Code | View | 3D On | FORMAT | Description |
l _l -l *l | LEFT | yes | SBS_NORMAL | Horizontal L-R, left first, not compressed |
p _p -p *p | LEFT | yes | SBS_NORMAL | Parallel, left first |
r _r -r *r | RIGHT | yes | SBS_NORMAL | Horizontal R-L, right first, not compressed |
x _x -x *x | RIGHT | yes | SBS_NORMAL | Cross, right first |
xc | RIGHT | yes | SBS_COMPRESSED | Cross, right first, Horizontal compressed in width |
pc | LEFT | yes | SBS_COMPRESSED | Parallel, left first, Horizontal compressed in width |
t _t -t *t | LEFT | yes | TOPBOT_NORMAL | Vertical, top frame is left, not compressed |
b _b -b *b | RIGHT | yes | TOPBOT_NORMAL | Vertical, top frame is right, not compressed |
tc | LEFT | yes | TOPBOT_COMPRESSED | Vertical, top-left, compressed in height |
bc | RIGHT | yes | TOPBOT_COMPRESSED | Vertical, top-right, compressed in height |
If the code is not recognized (unknown format), 3D sync is not auto enabled.
Images: 2 characters before the last dot. Separator + Letter, or exact compressed code
| Code | View | 3D On | FORMAT | Description |
x _x -x *x | RIGHT | yes | SBS_NORMAL | Side-by-side, right frame first (cross) |
p _p -p *p | LEFT | yes | SBS_NORMAL | Side-by-side, left frame first |
xc | RIGHT | yes | SBS_COMPRESSED | Side-by-side, right first, compressed in width |
pc | LEFT | yes | SBS_COMPRESSED | Side-by-side, left first, compressed in width |
r _r -r *r | RIGHT | yes | SBS_SEPARATED_NORMAL | Separate 3D pair: right image |
l _l -l *l | LEFT | yes | SBS_SEPARATED_NORMAL | Separate 3D pair: left image |
t _t -t *t | LEFT | yes | TOPBOT_NORMAL | Vertical, top frame is left |
b _b -b *b | RIGHT | yes | TOPBOT_NORMAL | Vertical, top frame is right |
tc | LEFT | yes | TOPBOT_COMPRESSED | Vertical, top-left, compressed in height |
bc | RIGHT | yes | TOPBOT_COMPRESSED | Vertical, top-right, compressed in height |
Single-letter image codes now also require a separator before the letter (same placeholder set). If the suffix is not recognized, the image is treated as plain 2D, 3D sync not auto enabled.