Questions tagged [poster]

Async node module for uploading local/remote files over multipart.

85 questions
74
votes
8 answers

Dynamically using the first frame as poster in HTML5 video?

I'm wondering if there's any straightforward way to achieve this effect, without needing backend code to extract a frame, save it as a jpg and database it somewhere. An effect whereby the first frame of the video just shows up as the poster when the…
Damon
  • 10,493
  • 16
  • 86
  • 144
19
votes
0 answers

Fallback for WebP poster in video tag, how?

I would use poster in WebP format, how I can make fallback to JPG for browsers that don't support WebP?
Vlad
  • 191
  • 1
  • 5
19
votes
3 answers

How can I place a still image before the first frame of a video?

When I encode videos by FFMpeg I would like to put a jpg image before the very first video frame, because when I embed the video on a webpage with "video" html5 tag, it shows the very first picture as a splash image. Alternatively I want to encode…
Konstantin
  • 2,983
  • 3
  • 33
  • 55
15
votes
4 answers

WPF 4 and .NET 4.5 class hierarchy poster

I'm looking for WPF 4 and .NET 4.5 class hierarchy posters. Somthing like this. I searched a lot over the web without success. Any idea?
cheziHoyzer
  • 4,803
  • 12
  • 54
  • 81
14
votes
4 answers

How change the video tag poster attribute with javascript?

I want to use either native JavaScript or jQuery to change the poster attribute on the HTML video tag. Any help would be greatly appreciated.
Justin
  • 416
  • 3
  • 9
  • 26
8
votes
2 answers

HTML & CSS for printed posters

Introduction HTML5 tools such as deck.js or reveal.js seem great for presentations, including scientific presentations where good-looking mathematics can easily be added with MathJax. Closely related to scientific presentations are printed posters…
ricklupton
  • 354
  • 2
  • 7
7
votes
1 answer

Generating a random preview image on a HTML5 video tag

Is it possible to capture a snapshot of a video that's loaded using the HTML5 video element and use that as a preview image until the video loads or the play event is triggered? I know about the poster attribute but I want the thumbnail to be self…
mihaipaun
  • 103
  • 1
  • 1
  • 6
6
votes
1 answer

How to upload file as array element with poster?

I am trying to repeat the following curl request: curl -i -k -H "Content-Type: multipart/form-data" \ -F "method=uploadphoto" \ -F "version=1.2.3" \ -F "format=json" \ -F "image[0]=@/Users/user/Downloads/file.jpeg" \ …
LA_
  • 19,823
  • 58
  • 172
  • 308
6
votes
2 answers

video disappears when poster attribute and preload is defined

I have a video-tag with the following attributes:
basbebe
  • 567
  • 1
  • 9
  • 25
5
votes
2 answers

iOS 4.2.1 Mobile Safari won't show poster image

I've been working on an iPad-specific site that uses HTML5 video and though I've got video playback working, I can't for the life of me get the poster image to appear. It looks fine on Desktop Safari. Here's the code:
justinbach
  • 1,945
  • 26
  • 44
4
votes
2 answers

Video with custom controls using HTML5 video and Javascript

I am trying to create an HTML5 video player without the default controls that will play/pause by simply clicking the video(or overlaying div). I want to hide the default controls completely. I want the user to only be able to pause/play by clicking…
Chris G
  • 77
  • 2
  • 7
4
votes
2 answers

Replace an image with a youtube video

I have an image, and I would like to make the image link to an embedded YouTube video, such that if the user clicks on the image, it starts playing in the place where the picture used to be. Any thoughts on how I can accomplish this? Thank…
davidz
  • 277
  • 5
  • 15
4
votes
5 answers

Videojs - how to change video poster dynamically

I want to make a playlist and the video source and poster is loaded dynamically. This is my code var myFunc = function(){ var myPlayer = this; var xmlhttp; xmlhttp = new XMLHttpRequest(); xmlhttp.onreadystatechange = function() { if…
Thang
  • 51
  • 1
  • 1
  • 5
4
votes
1 answer

Published function on picloud throws an error

I am trying to send a file to a function on picloud via REST with poster python library on google app engine (An HTML JPEG image upload). But the function throws this error : {"error": {"msg": "Function arguments (POST data) are not valid JSON",…
Blessing
  • 71
  • 4
4
votes
1 answer

Qt class hierarchy image/pdf

Do you know of any decent image or pdf of the class hierarchy of Qt 4? Such as they have for Qt 3: ftp://ftp.trolltech.com/qt/pdf/3.0/qt30-class-chart.pdf
Ferenc Deak
  • 34,348
  • 17
  • 99
  • 167
1
2 3 4 5 6