titansgroup / k4l-video-trimmer

A library with UI and mechanisms to trim local videos on Android applications.
MIT License
783 stars 220 forks source link

Video always plays from start and not trimmed correctly #29

Open ambikaverma opened 7 years ago

ambikaverma commented 7 years ago

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?

ashishvirani29 commented 7 years ago

same problem on video trimmer

yoerii1 commented 6 years ago

@ambikaverma @ashishvirani29 Did you find any solutions for this problem? We're still experiencing the same issue.

emergingcoders2 commented 6 years ago

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??

mPixster commented 6 years ago

I have same problem. anyone have solution of this.

emergingcoders2 commented 6 years ago

May be this source code is helpful :- https://github.com/sagarnayak/VideoCutter

It was helped me :)

mPixster commented 6 years ago

same issue occurs.

mPixster commented 6 years ago

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 .