@vbarbarosh/ffmpeg-helpers
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "@vbarbarosh/ffmpeg-helpers", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"author": "Vladimir Barbarosh <ffmpeg-helpers@vbarbarosh.com>", | ||
@@ -5,0 +5,0 @@ "description": "A set of helpers for working with `ffmpeg` binary.", |
@@ -53,9 +53,3 @@ const child_process = require('child_process'); | ||
p.update(0); | ||
if (has_total) { | ||
user_friendly_status(`${format_percents(0)} | ~ duration=${format_seconds(p.duration)}`); | ||
} | ||
else { | ||
user_friendly_status(`~ duration=${format_seconds(p.duration)}`); | ||
} | ||
user_friendly_status(`~ duration=${format_seconds(p.duration)}`); | ||
return; | ||
@@ -62,0 +56,0 @@ } |
46893
1519