update learning group

pull/221/head
xufuji456 2 years ago
parent c25268e089
commit 5509908e39
  1. 2
      app/src/main/java/com/frank/ffmpeg/activity/VideoHandleActivity.kt
  2. BIN
      picture/ffmpeg_group.png

@ -392,7 +392,7 @@ class VideoHandleActivity : BaseActivity() {
val files = photoFile.listFiles()
val cmdList = ArrayList<Array<String>>()
//the resolution of photo which you want to convert
val resolution = "640x320"
val resolution = "640x480"
for (file in files) {
val inputPath = file.absolutePath
val outputPath = tempPath + file.name

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 150 KiB

Loading…
Cancel
Save