stream - How to record video of MediaElement item in xaml (UWP) -


how record video of mediaelement item in xaml (uwp)

i have mediaelement stream video url

and want record minutes of mediaelement , there tutorial me ?

p.s : sorry bad english

and want record minutes of mediaelement , there tutorial me ?

mediaelement cannot recorded directly. if know media original source file, create mediaclip several minutes want record , save make "recorded". example, start recording position of mediaelement calculate trimstarttime clip, , same trimstoptime, save clip mediacomposition clip can rendered new file. details how please reference media compositions , editing , scenario 2 of mediaediting official sample.

in additionally,mediaclip can created file createfromfileasync(istoragefile), if need create clips media stream website may need download firstly.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -