Outlander S03 Ffmpeg

Get-ChildItem "outlander_s03e*.mkv" | ForEach-Object ffmpeg -i $_.Name -c:v libx265 -crf 23 -c:a aac -b:a 96k "$($_.BaseName)_mobile.mp4"

(if subtitles are in the file):

First, extract subtitles from your MKV:

: You would use a command that specifies the input URL and the output file name. For example: outlander s03 ffmpeg