Forum

Forum breadcrumbs - You are here:ForumTopics: FFmpeg commandsResizing Commands
Please or Register to create posts and topics.

Resizing Commands

[
    "INTEL",
    "ffmpeg -i \"<input>\" -vf scale=640:480 -c:v h264_qsv -b:v 4M \"<output>\"",
    "ffmpeg -i \"<input>\" -vf scale=1280:720 -c:v h264_qsv -b:v 4M \"<output>\"",
    "ffmpeg -i \"<input>\" -vf scale=1920:1080 -c:v h264_qsv -b:v 4M \"<output>\"",
    "ffmpeg -i \"<input>\" -vf scale=2560:1440 -c:v h264_qsv -b:v 4M \"<output>\"",
    "ffmpeg -i \"<input>\" -vf scale=3840:2160 -c:v h264_qsv -b:v 4M \"<output>\"",
    "",
    "AMD",
    "ffmpeg -i \"<input>\" -vf scale=640:480 -c:v h264_amf -b:v 4M \"<output>\"",
    "ffmpeg -i \"<input>\" -vf scale=1280:720 -c:v h264_amf -b:v 4M \"<output>\"",
    "ffmpeg -i \"<input>\" -vf scale=1920:1080 -c:v h264_amf -b:v 4M \"<output>\"",
    "ffmpeg -i \"<input>\" -vf scale=2560:1440 -c:v h264_amf -b:v 4M \"<output>\"",
    "ffmpeg -i \"<input>\" -vf scale=3840:2160 -c:v h264_amf -b:v 4M \"<output>\"",
    "",
    "CPU",
    "ffmpeg -i \"<input>\" -vf scale=640:480 -c:v libx264 -preset medium -crf 23 -c:a aac \"<output>\"",
    "ffmpeg -i \"<input>\" -vf scale=1280:720 -c:v libx264 -preset medium -crf 23 -c:a aac \"<output>\"",
    "ffmpeg -i \"<input>\" -vf scale=1920:1080 -c:v libx264 -preset medium -crf 23 -c:a aac \"<output>\"",
    "ffmpeg -i \"<input>\" -vf scale=2560:1440 -c:v libx264 -preset medium -crf 23 -c:a aac \"<output>\"",
    "ffmpeg -i \"<input>\" -vf scale=3840:2160 -c:v libx264 -preset medium -crf 23 -c:a aac \"<output>\"",
    "",
    "NVIDIA",
    "ffmpeg -c:v h264_cuvid -i \"<input>\" -vf scale=640:480 -c:v h264_nvenc \"<output>\"",
    "ffmpeg -c:v h264_cuvid -i \"<input>\" -vf scale=1280:720 -c:v h264_nvenc \"<output>\"",
    "ffmpeg -c:v h264_cuvid -i \"<input>\" -vf scale=1920:1080 -c:v h264_nvenc \"<output>\"",
    "ffmpeg -c:v h264_cuvid -i \"<input>\" -vf scale=2560:1440 -c:v h264_nvenc \"<output>\"",
    "ffmpeg -c:v h264_cuvid -i \"<input>\" -vf scale=3840:2160 -c:v h264_nvenc \"<output>\"",
    "ffmpeg -c:v h264_cuvid -i \"<input>\" -vf scale=640:480 -c:v hevc_nvenc \"<output>\"",
    "ffmpeg -c:v h264_cuvid -i \"<input>\" -vf scale=1280:720 -c:v hevc_nvenc \"<output>\"",
    "ffmpeg -c:v h264_cuvid -i \"<input>\" -vf scale=1920:1080 -c:v hevc_nvenc \"<output>\"",
    "ffmpeg -c:v h264_cuvid -i \"<input>\" -vf scale=2560:1440 -c:v hevc_nvenc \"<output>\"",
    "ffmpeg -c:v h264_cuvid -i \"<input>\" -vf scale=3840:2160 -c:v hevc_nvenc \"<output>\""
]
TinyUndead has reacted to this post.
TinyUndead

Loading