We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f51dc9 + 08cace6 commit 69e8cfbCopy full SHA for 69e8cfb
README.md
@@ -76,7 +76,7 @@ FFmpeg Android runs on the following architectures:
76
77
```
78
dependencies {
79
- implementation 'com.github.SimformSolutionsPvtLtd:SSffmpegVideoOperation:1.0.2'
+ implementation 'com.github.SimformSolutionsPvtLtd:SSffmpegVideoOperation:1.0.3'
80
}
81
82
SSffmpegVideoOperation/src/main/java/com/simform/videooperations/FFmpegQueryExtension.kt
@@ -186,7 +186,7 @@ object FFmpegQueryExtension {
186
add("-i")
187
add(inputVideo)
188
add("-s")
189
- add("{${width}x${height}")
+ add("${width}x${height}")
190
add("-r")
191
add("${if (FRAME_RATE >= 10) FRAME_RATE - 5 else FRAME_RATE}")
192
add("-vcodec")
0 commit comments