top of page

Spartacus House Of Ashur S01e02 Ffmpeg Free Instant

Perhaps you want to sample Ashur’s monologue from S01E02. Extract just the audio as a high-quality MP3:

ffmpeg -i input.mkv -vn -acodec libmp3lame -q:a 4 "Ashur_Speech_S01E02.mp3"

Assuming your file is named spartacus.house.of.ashur.s01e02.1080p.webrip.x264.mkv:

If you want a GUI wrapper for FFmpeg that is also Free (as in beer and speech): spartacus house of ashur s01e02 ffmpeg free

Want to clip the fight scene from 23:15 to 27:40?

ffmpeg -ss 00:23:15 -i input.mkv -t 00:04:25 -c copy "Ashur_Fight_Clip.mkv"

Pro tip: Use -ss before -i for instant cuts (keyframe accuracy) or after -i for frame-accurate cuts (slower). Perhaps you want to sample Ashur’s monologue from S01E02


Let’s address the "free" aspect of this article’s keyword.

FFMpeg is free software. However, Spartacus: House of Ashur is copyrighted by Starz/Lionsgate. While the technical commands above are perfectly legal to use on your own purchased digital copies (e.g., a MakeMKV rip of your Blu-ray or a recording of a stream you have a license to view), downloading S01E02 via torrent or cyberlocker is copyright infringement. Assuming your file is named spartacus

This guide is intended for fair use purposes:


If you want to keep the gladiator bloodshed on your phone at 200MB instead of 2GB.

ffmpeg -i "input.mkv" -c:v libx265 -crf 28 -c:a aac -b:a 128k "spartacus.s01e02.small.mp4"
bottom of page