m1=DirectShowSource("H:\Movies\The.Thing.1982.1080p.DTS.HDDVD.x264-hV\The.Thing.1982.1080p.DTS.HDDVD.x264-hV.mkv").Crop(960, 0, 0, 0)
m2=DirectShowSource("H:\Movies\The.Thing.1982.1080p.DTS.HDDVD.x264-hV\The.Thing.1982.1080p.DTS.HDDVD.x264-hV.mkv").Spline36Resize(854,480).Spline36Resize(1920,1080).Crop(0,0,960,0)
StackHorizontal(m2,m1)#lay them out side by side
m1=DirectShowSource("H:\Movies\The.Thing.1982.1080p.DTS.HDDVD.x264-hV\The.Thing.1982.1080p.DTS.HDDVD.x264-hV.mkv").Crop(1280,0,0,0)
m2=DirectShowSource("H:\Movies\The.Thing.1982.1080p.DTS.HDDVD.x264-hV\The.Thing.1982.1080p.DTS.HDDVD.x264-hV.mkv").Spline36Resize(1280,720).Spline36Resize(1920,1080).Crop(640,0,640,0)
m3=DirectShowSource("H:\Movies\The.Thing.1982.1080p.DTS.HDDVD.x264-hV\The.Thing.1982.1080p.DTS.HDDVD.x264-hV.mkv").Spline36Resize(854,480).Spline36Resize(1920,1080).Crop(0,0,1280,0)
StackHorizontal(m3,m2,m1)#lay them out left-right from 480p to 1080p, with each 640 pixels wideYou are not logged in, either login or create an account to post comments
m1=DirectShowsource("C:\Mysource1080p.mkv",audio=false).Crop(-960,0,0,0)#halfwidth1
m2=DirectShowsource("C:\Mysource1080p.mkv",audio=false).Spline36Resize(853,480).Spline36Resize(1920,1080).Crop(0,-960,0,0)#halfwidth2
StackHorizontal(m1,m2)#lay them out side by side
This will give you a 1080p clip that is half native 1080p and half high-quality upscaled 480p comparable along the X axis.
Encode to a BD-9 structure with your favorite H.264 encoder and Blu-ray authoring software and fire it up! The best source is probably an existing Blu-Ray or HD-DVD or a goog 1080p scene rip.
posted by Inspector.Gadget at 7:02 PM on January 18 [1 favorite]