start /affinity parameter not work on ffmpeg in some situationPreserve text readability while encoding game...
Suggestions on how to spend Shaabath (constructively) alone
Violin - Can double stops be played when the strings are not next to each other?
Calculate the frequency of characters in a string
How are passwords stolen from companies if they only store hashes?
Maths symbols and unicode-math input inside siunitx commands
What does Deadpool mean by "left the house in that shirt"?
Is it insecure to send a password in a `curl` command?
PTIJ What is the inyan of the Konami code in Uncle Moishy's song?
Generic TVP tradeoffs?
A Ri-diddley-iley Riddle
How to terminate ping <dest> &
How is the partial sum of a geometric sequence calculated?
Recruiter wants very extensive technical details about all of my previous work
Matrix using tikz package
Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?
How can an organ that provides biological immortality be unable to regenerate?
Is honey really a supersaturated solution? Does heating to un-crystalize redissolve it or melt it?
How does one measure the Fourier components of a signal?
Why are there no stars visible in cislunar space?
Usage and meaning of "up" in "...worth at least a thousand pounds up in London"
Existence of a celestial body big enough for early civilization to be thought of as a second moon
Do US professors/group leaders only get a salary, but no group budget?
Why is there so much iron?
Writing in a Christian voice
start /affinity parameter not work on ffmpeg in some situation
Preserve text readability while encoding game screencastsffmpeg copying audio and reencoding video causes encode error in Iphone playerFFmpeg encoding part of the video with subtitlesFFMPEG multiple outputs performance (Single instance vs Multiple instances)Time-based instead of frame-based zones (with different CRF) for ffmpeg+x264/x265 encoding?Re-encode 4K video to H.265/HEVC with FFmpeg for playback in QuickTimeSyncing two videos with different framerates using FFmpegFFMPEG Video capture with dummy silent audioNVENC HVEC in FFMPEG unsharp on fast movementThumbnail Creation of Output file
I want to use start /affinity
to reduce cpu usage of ffmpeg, but it doesn't work in some situation.
This will work:
start /low /affinity 1F ffmpeg -i a.mp4 b.mkv
This will not work:
start /low /affinity 1F ffmpeg -i a.mp4 -c:v libx265 -preset fast -x265-params crf=21 -c:a copy b.mkv
/low
parameter works in both commands, but /affinity
not.
windows ffmpeg cpu task-manager
add a comment |
I want to use start /affinity
to reduce cpu usage of ffmpeg, but it doesn't work in some situation.
This will work:
start /low /affinity 1F ffmpeg -i a.mp4 b.mkv
This will not work:
start /low /affinity 1F ffmpeg -i a.mp4 -c:v libx265 -preset fast -x265-params crf=21 -c:a copy b.mkv
/low
parameter works in both commands, but /affinity
not.
windows ffmpeg cpu task-manager
add a comment |
I want to use start /affinity
to reduce cpu usage of ffmpeg, but it doesn't work in some situation.
This will work:
start /low /affinity 1F ffmpeg -i a.mp4 b.mkv
This will not work:
start /low /affinity 1F ffmpeg -i a.mp4 -c:v libx265 -preset fast -x265-params crf=21 -c:a copy b.mkv
/low
parameter works in both commands, but /affinity
not.
windows ffmpeg cpu task-manager
I want to use start /affinity
to reduce cpu usage of ffmpeg, but it doesn't work in some situation.
This will work:
start /low /affinity 1F ffmpeg -i a.mp4 b.mkv
This will not work:
start /low /affinity 1F ffmpeg -i a.mp4 -c:v libx265 -preset fast -x265-params crf=21 -c:a copy b.mkv
/low
parameter works in both commands, but /affinity
not.
windows ffmpeg cpu task-manager
windows ffmpeg cpu task-manager
asked 4 mins ago
user2735005user2735005
1
1
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1414920%2fstart-affinity-parameter-not-work-on-ffmpeg-in-some-situation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1414920%2fstart-affinity-parameter-not-work-on-ffmpeg-in-some-situation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown