tagged [video]

Stop/Close webcam stream which is opened by navigator.mediaDevices.getUserMedia

Stop/Close webcam stream which is opened by navigator.mediaDevices.getUserMedia I opened a webcam by using the following JavaScript code: Is there any JavaScript code to stop or close the webcam?

HTML 5 video or audio playlist

HTML 5 video or audio playlist Can I use a `` or `` tag to play a playlist, and to control them? My goal is to know when a video/song has finished to play and take the next and change its volume.

1 Aug at 02:58

Is there a way to link someone to a YouTube Video in HD 1080p quality?

Is there a way to link someone to a YouTube Video in HD 1080p quality? Is there a way to link someone to a YouTube Video in HD 1080p quality? As of right now, when linking someone to a youtube URL, th...

17 Apr at 23:41

Prevent HTML5 video from being downloaded (right-click saved)?

Prevent HTML5 video from being downloaded (right-click saved)? How can I disable "Save Video As..." from a browser's right-click menu to prevent clients from downloading a video? Are there more comple...

7 Sep at 19:58

how to convert avi file to an jpg's images array using .net

how to convert avi file to an jpg's images array using .net how to convert avi file to an jpg's images array using .net , i need to develop a task that will take the avi file and save it as jpg images...

27 Apr at 19:52

Cutting the videos based on start and end time using ffmpeg

Cutting the videos based on start and end time using ffmpeg I tried to cut the video using the start and end time of the video by using the following command By using the above command i want to cut t...

7 Dec at 03:54

Video decoding and rendering library for XLib

Video decoding and rendering library for XLib Currently what I have a Linux application that was written using Xlib and I needed to add video playing capabilities into it. What libraries would you rec...

1 Jul at 19:53

Is there a 'general' need for a Silverlight component that will allow Flash FLV video to play?

Is there a 'general' need for a Silverlight component that will allow Flash FLV video to play? We have a Silverlight component that will play Flash FLV in Silverlight and are looking to make it availa...

HTML5 video - show/hide controls programmatically

HTML5 video - show/hide controls programmatically I am looking for a way to show or hide HTML5 video controls at will via javascript. The controls are currently only visible when the video starts to p...

How can I stream webcam video with C#?

How can I stream webcam video with C#? I want to make a simple server application where people can connect using a browser-based client (which I will make later) to watch streaming video. And I want t...

1 Jan at 10:0

Show Youtube video source into HTML5 video tag?

Show Youtube video source into HTML5 video tag? I'm trying to put a YouTube video source into the HTML5 `` tag, but it doesn't seem to work. After some Googling, I found out that HTML5 doesn't support...

19 Oct at 05:7

Tagging Video Frames with GPS Coordinates

Tagging Video Frames with GPS Coordinates Aside from using a hardware video encoding/decoding device, is there an easy was to capture frames from streaming videos and tag each frame with the current G...

8 Dec at 19:27

Streaming via RTSP or RTP in HTML5

Streaming via RTSP or RTP in HTML5 I'm building a web app that should play back an RTSP/RTP stream from a server [http://lscube.org/projects/feng](http://lscube.org/projects/feng). Does the HTML5 vide...

16 Nov at 00:43

How to disable auto-play for local video in iframe

How to disable auto-play for local video in iframe How to disable auto-play for video when src is from my local pc? I have tried the following, but it doesn't work: - `src="videos/example.mp4?autoplay...

7 Jul at 09:42

Drawing on Video within C#

Drawing on Video within C# I am making an application that will allow users to apply certain tools to analyse videos & images. I need help with how i actaully draw/write on the video loaded into windo...

20 Sep at 14:4

Upload any video and convert to .mp4 online in .net

Upload any video and convert to .mp4 online in .net I have a strange requirement. User can upload their video of any format (or a limited format). We have to store them and convert them to format so w...

22 May at 14:15

How to easily recognize whether stream is video or image [ffmpeg library]

How to easily recognize whether stream is video or image [ffmpeg library] Having an AVStream object how should I reliably distinguish whether this is video or image stream? I've tried to use duration....

13 Jul at 08:10

How to process images of a video, frame by frame, in video streaming using OpenCV and Python

How to process images of a video, frame by frame, in video streaming using OpenCV and Python I am a beginner in OpenCV. I want to do some image processing on the frames of a video which is being uploa...

4 Feb at 17:39

How to add a new audio (not mixing) into a video using ffmpeg?

How to add a new audio (not mixing) into a video using ffmpeg? I used a command like: in latest version for adding new audio track to video (not mix). But I updated the ffmpeg to the newest version ()...

17 Jun at 14:41

Overlaying a DIV On Top Of HTML 5 Video

Overlaying a DIV On Top Of HTML 5 Video I need to overlay a div ON TOP of a div containing an HTML 5 video. In the example below the overlaying div's id is "video_overlays". See example below: ``` ...

22 Jul at 02:28

Embedding Video in a WinForms app

Embedding Video in a WinForms app I need to be able to embed and control the playback of an AVI file in a WinForms app, using C#. The video needs to be embedded in the form, not launched in a separate...

1 Dec at 20:38

Capture Video of Android's Screen

Capture Video of Android's Screen Forget screenshots, is it posible to capture a video of the running application in android? Rooted or non-rooted, I don't care, I want atleast 15fps. Update: I don't ...

22 Mar at 05:22

c# Streaming downgraded-quality video over HTTP

c# Streaming downgraded-quality video over HTTP I have very large high quality videos that I need to stream over HTTP (for mobile devices). It is not possible to use ffmpeg to create a "streaming" ver...

29 Apr at 12:50

YouTube embedded video: set different thumbnail

YouTube embedded video: set different thumbnail I want to embed a video from YouTube that is not mine (so I can not change it at YouTube). The video has a thumbnail that is not representative for the ...

10 Feb at 18:50

Live Video Streaming with PHP

Live Video Streaming with PHP I have a PHP/AJAX/MYSQL chat application. I want to add video chatting to my application. How can I create live video streaming to be used for live video conferences/chat...

2 Mar at 14:36