for f in *.mkv; do ffmpeg -i "$f" -c:v libx264 -crf 22 -c:a aac "${f%.mkv}.mp4" done
ffmpeg -i out_of_sync.mkv -itsoffset 0.5 -i out_of_sync.mkv -map 1:v -map 0:a -c copy synced_fixed.mkv (Adjust 0.5 seconds as needed—positive or negative.) i'm a celebrity, get me out of here! season 13 ffmpeg
Introduction
To save storage while keeping 1080i quality (typical for 2013 HD broadcasts): for f in *
Below are practical commands tailored for processing episodes of this specific season. Replace input.mkv and episode01.mkv with your actual filenames. FFmpeg does not bypass DRM or copyright protection
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.
Create a script to process all .mkv files in a folder: