bgrins / videoconverter.js

[UNMAINTAINED] Convert videos in your browser
http://bgrins.github.io/videoconverter.js/
Other
2.34k stars 300 forks source link

How can I use ffplay to display vedio in demo page? #78

Open oatgnauh opened 5 years ago

oatgnauh commented 5 years ago

Now the situation is all like execute commands in windows cmd: ffmpeg.exe --help, but I want to use it like : ffplay.exe -ss 30 -t 10 something.webm. How can I do this ?