Skip to content

Commit

Permalink
removed error when padding is no supported
Browse files Browse the repository at this point in the history
  • Loading branch information
schaermu committed Mar 9, 2012
1 parent 4fb0956 commit df02d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ exports = module.exports = function Processor(command) {
':' + this.options.video.pad.y +
':' + this.options.video.padcolor);
} else {
throw new Error("Your ffmpeg version " + meta.ffmpegversion + " does not support padding");
// fail silently for now, log warning later on
}
}

Expand Down

0 comments on commit df02d26

Please sign in to comment.