For more FFmpeg help, run ffmpeg -h or consult the official documentation. And remember: the only thing more challenging than a Bushtucker Trial is debugging an incorrect -itsoffset value.
If you have a single recording containing multiple episodes or commercials:
Create a script to process all .mkv files in a folder:
for f in *.mkv; do ffmpeg -i "$f" -c:v libx264 -crf 22 -c:a aac "${f%.mkv}.mp4" done
Introduction
Below are practical commands tailored for processing episodes of this specific season. Replace input.mkv and episode01.mkv with your actual filenames.
For fans of reality television and digital archivists alike, I’m a Celebrity…Get Me Out of Here! Season 13 holds a unique place in the franchise's history. The UK version (aired November 2013) featured memorable moments with contestants like Joey Essex, Kian Egan, and Steve Davis, while the Australian version (aired February 2014) saw Chrissie Swan and Tania Zaetta face Bushtucker Trials.




