sidneys / ffmpeg-progressbar-cli

A colored progress bar for FFmpeg.

Home Page:https://npmjs.com/package/ffmpeg-progressbar-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double resource consumption

cdalexndr opened this issue · 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