SSffmpegVideoOperation icon indicating copy to clipboard operation
SSffmpegVideoOperation copied to clipboard

Update image to video query

Open Rajan-p-simform opened this issue 7 months ago • 0 comments

Update Image to Video Conversion Query

This PR updates the FFmpeg query used for converting static images to video. The enhancement manages the failure case when the image's height and width are not even.

Changes Modified the imageToVideo method in FFmpegQueryExtension to ensure width and height values are always even numbers, which prevents codec compatibility issues

Updated the audio Pick code to support latest android versions

Rajan-p-simform avatar Jul 07 '25 06:07 Rajan-p-simform