I am trying to take a screenshot of page with a video element using phantomjs. Currently, i set the time of the video ahead to some desired seconds (i.e. 60). Then I use page.render(output). However, the screenshot created is always black. Can anyone see the problem or verify if what Im trying to do is possible?
相关问题
- Video Format that Works on Mobile Phones
- CasperJS/PhantomJS chokes on loading a page
- error in unit test vue.js karma : undefined is not
- Delete a TextTrack from a video
- What is the form input type for posting blob from
相关文章
- Why html5 video loop create request each iteration
- .ogg video not playing in firefox
- How do I capture JavaScript errors generated in a
- Unable to Mute HTML5 Video Tag in Firefox
- Java PhantomJSDriver disable all logs in console
- Using casperjs and PHP to save data
- Android webview black screen while playing
- phantomjs with nohup not working
Running the features.js example (using modernizr.js), you will see
So, yes, video is not supported.
Analogous to Cybermaxs' answer, here are the features of PhantomJS 2: