ffmpeg-progressbar-cli icon indicating copy to clipboard operation
ffmpeg-progressbar-cli copied to clipboard

Double resource consumption

Open cdalexndr opened this issue 3 years ago • 0 comments

Using ffmpeg-bar spawns two ffmpeg processes effectively doubling the resource usage (CPU & GPU). My command: ffmpeg-bar -y -hwaccel cuda -i "$file" -vcodec hevc_nvenc -c:a copy -spatial_aq 1 "$outfile"

image GPU: image

cdalexndr avatar Nov 28 '21 18:11 cdalexndr