Ffmpeg - Outlander S04e12
FFmpeg is a free and open-source software project for processing video and audio files. It's a command-line tool that allows you to convert, stream, and process multimedia content. FFmpeg is highly versatile and supports a wide range of operations, including video and audio encoding/decoding, transcoding, muxing, demuxing, streaming, filtering, and more.
ffmpeg -i input.mp4 -vn -ar 44100 -ac 2 -ab 192k output.aac outlander s04e12 ffmpeg
ffmpeg -i Outlander.S04E12.mkv -c:v libx264 -crf 22 -preset medium -c:a aac -b:a 192k output_S04E12.mp4 FFmpeg is a free and open-source software project
: Controls quality. Lower numbers (18-20) are higher quality; higher numbers (24-28) are smaller files. including video and audio encoding/decoding