Post Reply 
Isolate FFMPEG on a dedicated CPU
13-01-2020, 18:49 (This post was last modified: 13-01-2020 19:05 by lafuente.)
Post: #19
RE: Isolate FFMPEG on a dedicated CPU
The real script *may* be :

Code:
#!/bin/bash

taskset 3 /usr/bin/ffmpeg "$@"
exit

$@ and "$@" seem to operate the same.

no -p or -cp in the command. -p or -cp is for change the CPU of an existing PID Angel
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Isolate FFMPEG on a dedicated CPU - lafuente - 13-01-2020 18:49

Forum Jump:


User(s) browsing this thread: 1 Guest(s)