damianociarla / node-ffmpeg

ffmpeg module for nodejs
MIT License
600 stars 140 forks source link

Framing quality improved by adding qscale parameter in fnExtractFrameToJPG function. #53

Open Prathamesh0993 opened 5 years ago

Prathamesh0993 commented 5 years ago

Previously, The framing is done based on predefined parameters, in which no quality parameter is defined for improve the framing images. I have added one parameter in this function and added a code for in library so that, we can use this module to frame better quality images just like ffmpeg CLI.