Resizing Commands
waffles@waffles
3 Posts
#1 · May 9, 2024, 1:52 am
Quote from waffles on May 9, 2024, 1:52 am["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>\""]
[
"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>\""
]
Click for thumbs down.0Click for thumbs up.1
TinyUndead has reacted to this post.
TinyUndead
![]()