-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to control video start time and end time #9
Comments
Do you mean seeking in a video? It is not implemented yet. |
Thanks @duanyao , |
It is possible to implement seeking by calling ffmpeg API. e.g. This is a hobby project and has been out of my radar for a while. If people do need a new release, I'll consider it. |
Hi @duanyao , Yes we understand it is hobby project for you. but we need your help to complete this issue so even if you need any requirement from us we will do it and we are ready to pay for your time. |
So I will try to implement seeking this weekend. |
I found a similar project and it does support seeking: https://github.com/sonysuqin/WasmVideoPlayer/ Is it enough for you? |
Hi @duanyao , Happy New year!! Thanks for your reference.We will try to implement your reference. |
Hi @duanyao , The reference which you give above link for decode the video is not suitable for our project. Reason
If it is possible try to complete this issue within this weekend . Is it Possible to contact you directy ? |
It is relatively easy to add support of other video formats (what formats do you need to support?). Just edit this file: https://github.com/sonysuqin/WasmVideoPlayer/blob/master/build_decoder.sh
I could start to implement seeking this weekend, but can't promise completion. |
Hi @duanyao, I had cloned the github repo which you have mentioned above and build without error. Then am running the demo in my local machine but the demo didn't working. After I tried the above compilation with The build was completed without error. But the demo is not working and also the github demo url which you have mentioned above (#9 (comment)) not working This one is not suitable for our project. So i will wait for your compilation. |
Hi @duanyao Sorry for troubling, Is there any possibility to contact you personally? |
My time budget on this project is limited. If you are looking for good tech support, I'd suggest you contact the author of https://github.com/sonysuqin/WasmVideoPlayer/ . I don't known this guy, but most Chinese programmers can speak English, so don't worry. |
Hi, @duanyao, Okay, thank you for spending your valuable time. Your coordination with me in past few days was very useful. |
Hi @duanyao , I have tried to implement seek functionalities in |
Hi @duanyao
Is there any possibility to control video properties like video start time or end time from worker js.
The text was updated successfully, but these errors were encountered: