Skip to content

Commit

Permalink
Move seting video URI before to avoid error
Browse files Browse the repository at this point in the history
  • Loading branch information
MenilV committed Mar 7, 2022
1 parent 2792e57 commit 2df0d9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ class VideoTrimmer @JvmOverloads constructor(
mOnVideoListener?.onFFmpegError(e)
return
}
timeLineView.setVideo(videoSource)
VideoOptions().encodeSlowMotionVideo(mOnVideoListener, inputVideoFile, temporalFrameDropVideoFile)
.doOnError {
mOnVideoListener?.onFFmpegError(it)
Expand Down

0 comments on commit 2df0d9f

Please sign in to comment.