mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 17:37:30 +01:00
fix double %
This commit is contained in:
@@ -171,7 +171,7 @@ function convertVideo(fileName, filePath, codec, callback, progressCallback) {
|
||||
ff.stderr.on('data', function (data) {
|
||||
console.log('[ffmpeg-video] stderr: ' + data);
|
||||
if (progressCallback) {
|
||||
progressCallback(getConversionProgress(""+data));
|
||||
progressCallback(getConversionProgress(""+data)+"%");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user