ffmpeg -i Outlander.S04E13.Man.of.Worth.mkv -c copy -map 0 Outlander.S04E13.mp4 Good balance for 1080p episode (~45 min):
ffprobe -hide_banner Outlander.S04E13.Man.of.Worth.mkv Change container without re-encoding (fast, no quality loss): outlander s04e13 ffmpeg
Here is a ready-to-use reference sheet. Assumed input file: Outlander.S04E13.Man.of.Worth.mkv (or .mp4) FFmpeg version: 6.0 or newer. 1. Basic Info Inspection ffmpeg -i Outlander.S04E13.Man.of.Worth.mkv or more readable: ffmpeg -i Outlander
This is a slightly ambiguous request. "Outlander S04E13" is the Season 4 finale titled "Man of Worth." Requesting ffmpeg alongside it typically means you want a to process that video file — e.g., convert, compress, extract audio, or change container format. outlander s04e13 ffmpeg
ffmpeg -i Outlander.S04E13.Man.of.Worth.mkv -vn -acodec mp3 -ab 192k Outlander.S04E13.mp3 Get duration first: