Season 13 of the UK version was notorious for its "Unseen Bits" episode. Using FFmpeg, you can merge the main episodes with bonus content:

This article is for of content you legally own (e.g., recordings from your TV provider, DVDs you purchased, or streams you have lawful access to). FFmpeg does not bypass DRM or copyright protection. Do not distribute or re-upload copyrighted episodes of I’m a Celebrity…Get Me Out of Here! Season 13.

Below are practical commands tailored for processing episodes of this specific season. Replace input.mkv and episode01.mkv with your actual filenames.

ffmpeg -i recorded_show.ts -ss 00:05:30 -to 00:52:10 -c copy episode01_adfree.mkv Use -ss (start time) and -to (end time) based on commercial breaks from Season 13’s original ITV or Network Ten broadcasts.

Scroll to Top