# Extract audio from the episode ffmpeg -i "ghosts.s01e13.mkv" -vn -acodec mp3 "audio.mp3" ffmpeg -i "ghosts.s01e13.mkv" -ss 00:10:00 -to 00:12:30 -c copy "clip.mkv" Convert to MP4 with high quality ffmpeg -i "ghosts.s01e13.mkv" -c:v libx264 -preset slow -crf 18 -c:a aac "output.mp4"
If you want a ready-to-use FFmpeg command example for that episode: ghosts s01e13 ffmpeg
If you meant something else (e.g., subtitles extraction, merging episodes, or analyzing the file), just let me know. # Extract audio from the episode ffmpeg -i "ghosts