Commit 10145df2 by Pragati Upadhyay

finding bug on test server....

parent fb8faaeb
......@@ -79,7 +79,7 @@ module.exports.createVideoFromImages = async function (imageArr, options) {
console.error('Error creating video:', err);
rej(undefined, err)
})
.videoFilters('format=yuv420p')
// .videoFilters('format=yuv420p')
.input(imagePathString)
.output(outputFilePath)
.outputFPS(frameRate) // Set frames per second as needed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment