Questions tagged [videodisplay]

46 questions
6
votes
3 answers

Flex: Dynamically create a preview image for a video

I'm using the VideoDisplay to play flv's, mov's, and mp4's and everything is working great. They are all being loaded via progressive download and are not being streamed. What I'd like to do is to grab a single specified frame (like whatever is…
Paul Mignard
  • 5,824
  • 6
  • 44
  • 60
4
votes
1 answer

Attaching a camera video feed to html in Adobe Air

I am using the Adobe AIR SDK to develop an HTML/JavaScript app that needs to record video. I'm not using Flex or Flash Builder which can use I know how to attach the camera video feed to a new window object via…
Adrian
  • 1,370
  • 11
  • 21
3
votes
1 answer

Seek playhead to specific location in Flash Video?

If you load up a FLVPlayback component in Flash or VideoDisplay in Flex and try to seek to a specific location or set playheadTime to a specific location, the movie always rounds up or down by very large amounts In flash, drag a FLVPlayback…
chrisan
  • 4,152
  • 4
  • 28
  • 32
3
votes
0 answers

Flex 4 > spark.components.VideoPlayer > How to switch bit rate?

The VideoPlayer (possibly VideoDisplay also) component is capable of somehow automatically picking the best quality video on the list it's given. An example is…
2
votes
2 answers

FLEX, VideoDisplay: how to autoload without autorunning

I'm using videoDisplay MXML component for my Flex app. I would like to autoload videos (in order to display the first frame) without automatically run them. What's the easiest way to do it ? thanks
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
2
votes
1 answer

flex videodisplay does not maintain aspect ratio

i have a videoDisplay component inside a group and the following code for it:
sstauross
  • 2,602
  • 2
  • 30
  • 50
1
vote
0 answers

Difficulties with video display

In my code, I am trying to set up an experiment with the following flow: Participant ID (insert participant ID) Consent Form Explanation (explanation of how to respond in the experiment and that next will be a practice set) Practice Set (first…
Kitten
  • 11
  • 1
1
vote
0 answers

Is there any way to add time range in videos using Python just like in YouTube videos

I am currently working on a system where I need to mark timings in the video. Suppose if I have a video of 5 minutes and I want to track an item in it which comes in 1:00-2:05 and 3:00-4:00. So I want to mark videos from 1min to 2min 5sec and from…
1
vote
2 answers

Only video plays not the sound. Why is that ?

I read this code to play video files using xuggler as a library.When i run this code , the video without sound plays.Why is that ? If not what should i do to play audio with video.?
saplingPro
  • 20,769
  • 53
  • 137
  • 195
1
vote
2 answers

Flutter ARKit Video Node

My problem: I work with Flutter and use the ARKit plugin. The flutter arkit plugin is very extensive, but I can't find anything about how to display an AR video. has this not yet been implemented in the ARKIT plugin? Plugin:…
alexei
  • 11
  • 2
1
vote
1 answer

Videos on Wordpress page loading on desktop but not on mobile

I have added a couple of videos to a WordPress blog post. When I am loading the page on a desktop, everything seems to be functioning exactly as it should. When I load the same page on my Android phone in Chrome, it always fails to load 1 video.…
Denise
  • 63
  • 6
1
vote
1 answer

Flex3 VideoDisplay to Flex4 VideoDisplay

My Flex3 VideoDisplay is shown below:
Zeeshan Rang
  • 19,375
  • 28
  • 72
  • 100
1
vote
0 answers

How to play a mp4 video with Apache Royale?

All is in the title. I didn't see a VideoDisplay in SDK. So must I wrap a javascript videoplayer (https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/) or is there other method ? Is there a way to specify compiler/or API…
Fred
  • 399
  • 3
  • 12
1
vote
2 answers

How to take screenshots of a Flex Spark VideoDisplay?

I want to build a component, where the user can play a video in a Flex Spark VideoDisplay. There will be a button and whenever the button is pressed, I want to save the current time of the VideoDisplay plus a screenshot. The screenshot needs to be…
Thomas Müller
  • 1,433
  • 11
  • 24
1
vote
2 answers

How do i separate a video into frames without displaying all the frames in different figures?

I have a code that takes a video and separate it into frames.I would like to NOT keep all the frames, instead i want each frame to be displayed in the previous figure. The code looks like these: filename = uigetfile; %get the file name obj =…
Maayan
  • 149
  • 1
  • 9
1
2 3 4