You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fnExtractFrameToJPG seems to save images at a lower quality than the original video. With the ffmpeg CLI you can use the -qscale:v parameter to define the output image quality but this doesn't seem to be available in node-ffmpeg. Could it be added?
There is already an open pr which would seem to address this (although I haven't reviewed the code): #53
The text was updated successfully, but these errors were encountered:
fnExtractFrameToJPG seems to save images at a lower quality than the original video. With the ffmpeg CLI you can use the
-qscale:v
parameter to define the output image quality but this doesn't seem to be available innode-ffmpeg
. Could it be added?There is already an open pr which would seem to address this (although I haven't reviewed the code): #53
The text was updated successfully, but these errors were encountered: