Skip to content

Commit

Permalink
remove unnecessary assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Salah committed Apr 24, 2020
1 parent 9b68ab1 commit 9a23358
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file removed app/src/main/assets/walkaround.mp4
Binary file not shown.
Binary file not shown.
Expand Up @@ -66,8 +66,7 @@ class FFmpegActivity : AppCompatActivity() {
init_ffmpeg.text = "FFmpeg is ${if (FFMpegTranscoder.isSupported(this)) "" else "not"} supported."

val frameFolder = "Download/process/".parseExternalStorageFile()
//val inputVideo = "Download/walkaround.mp4".parseExternalStorageFile()
val inputVideo = "Download/Test2.mp4".parseExternalStorageFile()
val inputVideo = "Download/walkaround.mp4".parseExternalStorageFile()
val outputVideo = "Download/stabilizedOutput_${System.currentTimeMillis()}.mp4".parseExternalStorageFile()

extractFrames(inputVideo, frameFolder)
Expand Down

0 comments on commit 9a23358

Please sign in to comment.