Guides / Splitting
Split long videos into 60-second parts
ClearHDStatus keeps your requested 60-second workflow. When a video is longer than 60 seconds, the backend creates ordered parts and names them so you can post them in sequence.
How the automatic split works
- The server reads the video duration.
- It creates part 1 from 0 to 60 seconds, part 2 from 60 to 120 seconds, and so on.
- Each part is encoded separately with the same practical MP4 settings.
- The results page lists each file and offers a ZIP download when there is more than one part.
Why automatic splitting helps
Manual splitting on a phone is easy to get wrong. You might overlap the same second twice, skip a small section, or export each part with different settings. Automatic splitting keeps the parts in order and applies one consistent output style to the whole video.
Prepare the story before posting
Long videos work best when each part still makes sense on its own. Before posting, watch the downloaded parts once and check that important speech or action is not cut in an awkward place. If the source video needs a more careful edit, trim it manually first, then use ClearHDStatus to prepare the final version.
Manual FFmpeg option
If you work on desktop and already use FFmpeg, a simple manual split command is:
ffmpeg -i input.mp4 -f segment -segment_time 60 -reset_timestamps 1 output_%03d.mp4
This command is useful for testing, but it may need extra encoding settings depending on your source file.
Downloading multiple parts
If your result contains many clips, the ZIP button is usually faster. On some phones, individual downloads are easier because the gallery shows each video immediately. Use whichever method your device handles best, then post the files in the same order shown by the tool.
Keep the source available
Processed parts are temporary downloads. Keep the original long video on your device until you have finished posting and checking the status. If anything goes wrong, you can return to the original and process it again.