SSffmpegVideoOperation
SSffmpegVideoOperation copied to clipboard
This is a library of FFmpeg for android... 📸 🎞 🚑
val command = arrayOf( "-i", inputPath, "-filter:v", "crop=$width:$height:$x:$y", "-threads", "5", "-preset", "ultrafast", "-strict", "-2", "-c:a", "copy", outputPath ) his command not working only on android 11 and above library version...
Unable to resolve: SimformSolutionsPvtLtd/SSffmpegVideoOperation.
2022-06-02 17:11:50.505 21178-22210/ E/sfsffdf: ffmpeg version v4.4-dev-416 2022-06-02 17:11:50.506 21178-22210/ E/sfsffdf: Copyright (c) 2000-2020 the FFmpeg developers 2022-06-02 17:11:50.506 21178-22210/ E/sfsffdf: built with Android (6454773 based on r365631c2) clang version...
Combine videos not working. catalog output `[Parsed_scale_0 @ 0xe25f1b60] Invalid size '0x0' [AVFilterGraph @ 0xe25f5140] Error initializing filter 'scale'[AVFilterGraph @ 0xe25f5140] with args '0x0'[AVFilterGraph @ 0xe25f5140] Error initializing complex filters....
While using this lib app size becomes so huge like 117 MB I just need audio compressor for my project is there any solution to achieve this?
**Describe the bug** i added a button to add text on video in my activity. after click button i called library funtion add text on video but i got error....
**Describe the bug** Getting this error message while applying complex filter "Unknown encoder 'libx264'" **To Reproduce** Use the following command: "-i " + clipUri + " -i " + videoUri...
**Describe the bug** I changed `AddTextOnVideo` feature to add text on Image. Here are queries. but when I run this command, I can see error `ffmpeg error initializing filter 'drawtext'...