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

KeywordView3D OnFORMATDescription
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

CodeView3D OnFORMATDescription
l _l -l *lLEFTyesSBS_NORMALHorizontal L-R, left first, not compressed
p _p -p *pLEFTyesSBS_NORMALParallel, left first
r _r -r *rRIGHTyesSBS_NORMALHorizontal R-L, right first, not compressed
x _x -x *xRIGHTyesSBS_NORMALCross, right first
xc RIGHTyesSBS_COMPRESSEDCross, right first, Horizontal compressed in width
pc LEFTyesSBS_COMPRESSEDParallel, left first, Horizontal compressed in width
t _t -t *tLEFTyesTOPBOT_NORMALVertical, top frame is left, not compressed
b _b -b *bRIGHTyesTOPBOT_NORMALVertical, top frame is right, not compressed
tcLEFTyesTOPBOT_COMPRESSEDVertical, top-left, compressed in height
bcRIGHTyesTOPBOT_COMPRESSEDVertical, 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

CodeView3D OnFORMATDescription
x _x -x *xRIGHTyesSBS_NORMALSide-by-side, right frame first (cross)
p _p -p *pLEFTyesSBS_NORMALSide-by-side, left frame first
xcRIGHTyesSBS_COMPRESSEDSide-by-side, right first, compressed in width
pcLEFTyesSBS_COMPRESSEDSide-by-side, left first, compressed in width
r _r -r *rRIGHTyesSBS_SEPARATED_NORMALSeparate 3D pair: right image
l _l -l *lLEFTyesSBS_SEPARATED_NORMALSeparate 3D pair: left image
t _t -t *tLEFTyesTOPBOT_NORMALVertical, top frame is left
b _b -b *bRIGHTyesTOPBOT_NORMALVertical, top frame is right
tcLEFTyesTOPBOT_COMPRESSEDVertical, top-left, compressed in height
bcRIGHTyesTOPBOT_COMPRESSEDVertical, 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.