Open ambikaverma opened 7 years ago
same problem on video trimmer
@ambikaverma @ashishvirani29 Did you find any solutions for this problem? We're still experiencing the same issue.
I have same problem. Video always play from wrong start position after seeking range seek-bar.! I also read code into K4LVideoTrimmer class there is mStartPosition object stored duration of starting point which is use to seek VideoView and also for others. Its OK but, VideoView and player seek-bar playing from wrong position yet.!! Why this is happening??
I have same problem. anyone have solution of this.
May be this source code is helpful :- https://github.com/sagarnayak/VideoCutter
It was helped me :)
same issue occurs.
i already try this. but same issue all in their.
On Fri, Apr 27, 2018 at 5:47 PM, emergingcoders2 notifications@github.com wrote:
May be this source code is helpful 👎 https://github.com/sagarnayak/VideoCutter
It was helped me :)
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/titansgroup/k4l-video-trimmer/issues/29#issuecomment-384953050, or mute the thread https://github.com/notifications/unsubscribe-auth/Ak_T2Oel7YmaQb5MFE2l98HYy6PipmOzks5tsww_gaJpZM4OSO9F .
In the video playback the video is always played from the start (no matter the position of the range selector). Also, the final trimmed video is of incorrect length. For example, if I select the time range from 8 seconds to 18 seconds. It is always trimmed to the length 0 seconds to 18 seconds. Is the left range selector position not used?