shahen94 / react-native-video-processing

Native Video editing/trimming/compressing :movie_camera: library for React-Native
https://shahen94.github.io/react-native-video-processing/
MIT License
1.24k stars 321 forks source link

Change tracker position of trimmer programatically #182

Open keshamtravels opened 5 years ago

keshamtravels commented 5 years ago

I want to change the position of tracker of trimmer programatically . What i want to achieve is that user can upload only video of <=30 seconds . Now , the problem is when trimmer is loaded , it puts the tracker on end points only, i want to position left tracker at 0 second and right tracker at 30 second time of video , and i want the user to only be able to move tracker in a way that only trim 30 second video or less than that.

I am expecting this feature to be able to work on android.

chrismang commented 5 years ago

Could you achieve that? I need to use something just like that!

BaderSerhan commented 5 years ago

👍 +1

EdisonDevadoss commented 5 years ago

Could you achieve that? I need the same concepts

jrartiga commented 4 years ago

hey guys @EdisonDevadoss @chrismang does anyone of you could achieved something like you wanted. I need something similar, I mean, let's say that I have a 30 seconds video.... but I want to send to the backend a new video of 10 seconds or less... So I need to trim somehow the 30 seconds video and get a new video.

gopisupreme commented 3 years ago

Drag the position programatically can anyone please help me