TikTok Quality Optimizer. Lite Method
Lossless metadata patching for 60FPS delivery. Processes your video container without re-encoding — instant optimization.
Haze Method Protocol v7.5 LITE
Lossless container patching — preserves your original frame rate and bitrate by restructuring MP4 metadata for platform ingestion bypass.
Resolution Note
This Lite Method patches FPS metadata only. Your upload will be delivered at 720p 60FPS. To achieve 1080p 60FPS delivery, you need either a Japan VPN during upload or strong engagement metrics on your account.
Click or drag video to optimize
Haze Method Active · H.264 / HEVC · MP4 / MOV
How the Haze Method Works
Lite Method
The Haze Method uses FFmpeg's temporal scaling technique (-itsscale) to manipulate the input timebase of your video before re-encoding with libx264 at visually lossless CRF 18 quality. This tricks social media ingestion servers into preserving your original frame rate instead of downscaling to 30FPS.
When platforms like TikTok receive a video, their automated transcoding pipelines analyze the container metadata to decide how aggressively to compress. By restructuring the temporal data and re-encoding with precise x264 parameters, the Haze Method ensures the server treats your upload as already optimized, skipping destructive re-compression.
Output Resolution
The Lite Method patches FPS metadata only. After processing, your video will be delivered on TikTok at 720p 60FPS. This is because TikTok reserves 1080p delivery for accounts that meet certain criteria.
To unlock 1080p 60FPS delivery, you have two options:
- Japan VPN: Upload your video while connected to a Japan-based VPN server (TikTok's Japan CDN serves 1080p 60FPS by default). WARNING: Using a VPN can flag your account for suspicious activity and may result in a shadowban or 0-view glitch. Use with extreme caution.
- Organic Engagement: Build strong engagement metrics on your account (consistent views, likes, and shares). TikTok automatically upgrades delivery quality for accounts with high engagement. This is the safest and recommended method.
The Hybrid Pipeline
The Hybrid Method uses WebAssembly FFmpeg to losslessly remux your video container in seconds, avoiding manual hex-editing that triggers compression algorithms:
ffmpeg -itsscale 2 -i input.mp4 -c copy -movflags +faststart output.mp4
-itsscale 2(Temporal Scaling): Modifies the timestamp scaling directly at the ingestion level.-c copy(Lossless Stream Copy): Directly copies the video and audio streams into a brand-new, standard-compliant MP4 container without re-encoding a single frame. This takes seconds instead of minutes.- Clean Container: By allowing FFmpeg to rebuild the MP4 atoms natively, the resulting file structure looks exactly like a normal camera output, preventing TikTok from flagging the file as "tampered" and applying aggressive compression.
-movflags +faststart: Optimizes the container for web streaming.
Frequently Asked Questions
Why is my video delivered at 720p instead of 1080p?
TikTok reserves 1080p delivery for accounts with strong engagement metrics or uploads from specific regions (notably Japan). The Lite Method patches FPS metadata to ensure 60FPS delivery, but the resolution tier is controlled by TikTok's CDN based on your account status and upload region.
How do I get 1080p 60FPS on TikTok?
You have two proven methods: use a Japan VPN during upload (TikTok's Japan CDN serves 1080p 60FPS by default), or grow your account's engagement. Once your videos consistently receive strong views and interactions, TikTok will automatically upgrade your delivery quality. Note that using a VPN carries a high risk of getting your account shadowbanned or stuck at 0 views, so organic engagement is highly recommended.
Why is this method so fast?
Unlike traditional converters (like Handbrake or FFmpeg) that unpack and re-render every single frame of your video, the Lite Method only edits the mathematical headers (metadata) of your MP4 file. This takes mere milliseconds while achieving the exact same 60FPS bypass on TikTok.
Is this tool safe and private?
Yes. All processing happens entirely on your local device using client-side JavaScript and WebAssembly. Your video files are never uploaded to any server. The source code is fully visible in your browser's developer tools.
Which codecs are supported?
The tool supports H.264 (AVC) and HEVC (H.265) in MP4 and MOV containers. It automatically detects the codec and applies the correct processing pipeline for each type.