Train Window Slit-Scan Scroll
Mount a phone beside a train window to turn continuous scenery into a scrollable, poster-ready panorama of the route.
As a train passes uninterrupted farmland, coastline, or the edge of a city, the view outside naturally lends itself to a single extra-long image. Yet passengers can usually take home only ordinary video: shake, station stops, and tunnels break the journey apart, while turning all that footage into a finished piece later means sorting through a large volume of material.
The user mounts a phone by the window, chooses the framing height, and starts recording. Rather than saving a conventional landscape clip, the app takes a narrow pixel line from the center of each frame and stitches those lines together in train-travel order. It automatically compresses sections when motion is too slow and compensates for sudden acceleration, so ridgelines, platforms, and power lines are not stretched out of proportion.
During recording, the interface resembles an unfurling paper scroll. Users can see the portion already created and tap once to mark a section to keep; sampling pauses when the train stops, enters a tunnel, or reflections on the glass become severe. After arrival, they can drag to remove cluttered sections, adjust the scroll’s orientation and height, and preview it as a hanging poster or an embedded web piece.
The first version can focus on local video processing and a single horizontal scroll, designed for a phone fixed beside a train window. It does not promise to turn every window recording into cinematic footage. Instead, it makes a steadily moving train into a visual experiment that can be completed on the journey.
Why now
On August 19, this railway slit-scan experiment ranked 6th in Hacker News’s new submissions feed, with 388 points and 61 comments. S1 In the discussion, passengers were already sharing that they use similar tools on trains, bringing the question of how to create a controllable route scroll to more creators. S1
Target user
The core user is a photography enthusiast traveling on a scenic railway, intercity train, or commuter line. Their one chance to make the work comes when they have a window seat and the scenery is about to unfold continuously. Ordinary video rarely conveys the full route, while editing afterward can exhaust the patience left after a trip. The tool suits people willing to secure their phone and make a few framing choices, as well as travelers who want to turn a journey into a poster, a long web image, or a keepsake.
Minimal entry point
At capture time, use the system camera to lock exposure, focus, and white balance, preventing continuous color banding as light changes through the glass. Keep only a narrow center strip from each frame for a low-resolution live preview. Store the original video or essential frames in the background, then generate the high-quality scroll after arrival. Use phone motion sensors as a prior for displacement estimation, then estimate global inter-frame motion with OpenCV feature points and optical flow. S2 Pause sampling when the flow rate is too low, and flag sudden darkening as a possible tunnel. The first release should not attempt to automatically repair all parallax; offer segmented speed correction and manual keep markers instead. Support tiled rendering first so the full long image does not need to remain in memory.
Punching above its weight
Reach initial users through railway photography, slow-travel, and experimental-photography communities. The most effective content is not a feature walkthrough but a side-by-side comparison of ordinary video and a finished scroll from the same route. Let users publish zoomable web scrolls carrying the route name and a creation-tool credit. Strong work can be collected into route-based online galleries, allowing people searching for particular train services, bridges, or coastal routes to encounter the product naturally. Publish mounting and window-reflection-reduction shooting templates as well, lowering the odds that a first attempt fails.
Competitors & gaps
- STRATUM Slit ScanGoogle
- STRATUM offers real-time slit-scan capture on iPhone and iPad, with adjustable scan direction, slice size, exposure, and focus. It can also record the live composite as video, making it suitable for performances and visual experiments. S3 Its product page emphasizes general time-displacement effects for people or any scene. It does not describe train-speed compensation, stop detection, or tunnel exclusion, nor does it show a route-based long-scroll editing workflow. The distinction should be the finished journey piece, not a larger filter set: previews should center on route progress, flawed sections, and poster cropping. The real bar is enabling ordinary passengers to produce a clearly structured route image without understanding slit-scan parameters.
- SliceTimeCamGoogle
- SliceTimeCam captures slit-scan video on Android and lets users move the scan line and adjust filters, resolution, and slice size. S4 It already covers the core appeal of instant creation and visual effects. Its official page recommends keeping the device steady, with examples focused mainly on people, animals, and vehicles. It does not explain how vehicle motion can preserve the proportions of scenery, or how to handle bad sections caused by stops, reflections, and tunnels. The opening is railway-specific automatic judgment and an output that shifts from an effects video to an inspectable route image. The editor should retain original time positions so users can quickly remove station stops and occlusions rather than hunt for them frame by frame in a conventional video editor.
How it makes money
A one-time paid download that unlocks all core recording and local export features. Poster-size templates and lossless ultra-long-image export can be sold as one-off premium packs, with no account or cloud subscription required.
The case against
Train speed alone cannot determine the displacement of every object in the image. Nearby utility poles, distant mountains, and interior reflections move differently, so uniform stretching can still distort the subject. S2 If stop detection responds too slowly, the same scenery can be repeated as broad bands of color. Tunnels, platform obstructions, and auto-exposure shifts can also leave visible seams. Live preview, original-video storage, and high-quality compositing will compete for compute, storage, and battery. Ultra-long images may also break memory limits, file formats, and sharing flows. S2 If users still need extensive segment-by-segment adjustment after a single journey, the product becomes a professional post-production tool rather than casual creation. First validate whether common phones can reliably produce a scroll worth keeping at typical train speeds.