Skip to content

Commit 9a23358

Browse files
author
Mohamed Salah
committed
remove unnecessary assets
1 parent 9b68ab1 commit 9a23358

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

app/src/main/assets/walkaround.mp4

-32.4 MB
Binary file not shown.
Binary file not shown.

app/src/main/java/com/exozet/transcoder/ffmpeg/demo/FFmpegActivity.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ class FFmpegActivity : AppCompatActivity() {
6666
init_ffmpeg.text = "FFmpeg is ${if (FFMpegTranscoder.isSupported(this)) "" else "not"} supported."
6767

6868
val frameFolder = "Download/process/".parseExternalStorageFile()
69-
//val inputVideo = "Download/walkaround.mp4".parseExternalStorageFile()
70-
val inputVideo = "Download/Test2.mp4".parseExternalStorageFile()
69+
val inputVideo = "Download/walkaround.mp4".parseExternalStorageFile()
7170
val outputVideo = "Download/stabilizedOutput_${System.currentTimeMillis()}.mp4".parseExternalStorageFile()
7271

7372
extractFrames(inputVideo, frameFolder)

0 commit comments

Comments
 (0)