SSffmpegVideoOperation
SSffmpegVideoOperation copied to clipboard
Update image to video query
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