FallingSnow / h265ize

A node utility utilizing ffmpeg to encode videos with the hevc codec.
MIT License
527 stars 81 forks source link

error running from cron #141

Open sfarrell5123 opened 5 years ago

sfarrell5123 commented 5 years ago

[h265ize]: [verbose] Handling keypresses... [h265ize]:

I put this in line 485 fixes it

if (process.stdin.isTTY) { process.stdin.setRawMode(true); }