Skip to content

Commit 69e8cfb

Browse files
Merge pull request #5 from SimformSolutionsPvtLtd/compress_video_error_#4
- Compress Video #4 issue fixed
2 parents 6f51dc9 + 08cace6 commit 69e8cfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ FFmpeg Android runs on the following architectures:
7676

7777
```
7878
dependencies {
79-
implementation 'com.github.SimformSolutionsPvtLtd:SSffmpegVideoOperation:1.0.2'
79+
implementation 'com.github.SimformSolutionsPvtLtd:SSffmpegVideoOperation:1.0.3'
8080
}
8181
```
8282

SSffmpegVideoOperation/src/main/java/com/simform/videooperations/FFmpegQueryExtension.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ object FFmpegQueryExtension {
186186
add("-i")
187187
add(inputVideo)
188188
add("-s")
189-
add("{${width}x${height}")
189+
add("${width}x${height}")
190190
add("-r")
191191
add("${if (FRAME_RATE >= 10) FRAME_RATE - 5 else FRAME_RATE}")
192192
add("-vcodec")

0 commit comments

Comments
 (0)