How do you detect when a HTML5 <video> element has finished playing? I found a spec mentioning an ended event, but I don't really know how to interact with it.
Thanks!
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 want any external hardware. The intent is to make it perfectly portable and every frame is captured within Android OS. If it crosses the boundaries of the app sdk, I'm willing to go…
Hi,
I've had to write an application that lists and plays tutorial videos along with accompanying text. It works well but since the videos are added by the user I need a way of checking to see whether or not a video can be played on the machine.
I'm not sure whether or not there is an easy way to try test the file (and catch errors) or if I…
I want to design a website that allows an admin to download and upload video. Can anyone guide me how to do it? Is it same as upload and download image? Any site have example?
Having an AVStream object how should I reliably distinguish whether this is video or image stream?
I've tried to use duration. If it's 0 - we are having image (system constraints allows for such assumption). But it turns out that duration have special meaning for images - the number of images stored in file.
Is there any tricks to detect…
I've installed nvidia-current using the Additional Drivers application in Ubuntu 12.04.
I need those drivers so I can use accelerated WebGL.
After installing the drivers, and rebooting X fails to start and I have a frozen system/dark screen.
Below is the content of Xorg.0.log
How can I fix this problem?
[ 4.666]
X.Org X Server…
Is SQL boring? Not at all. SQL is fun – one has to know how to maximize the fun while working with SQL Server. Earlier I was invited to participate in the video Pluralsight. I am sure all of you know that I have authored 3 SQL Server Learning courses with Pluralsight – 1) SQL Server Q and A 2) SQL Server Performance Tuning and 3) SQL…
This question already has an answer here:
How to choose a CMS system for a small web site?
4 answers
I am planning on setting up a website where I will be posting "how…
I've bought this laptop "Dell Vostro 3700", having inside an Intel integrated graphic card and an Nvidia GeForce GT330M.
Depending on energy saving mode it switches between the two video cards.
When I try to update the videodriver (now version 189.99 on Windows 7 64-bit) with that found on Nvidia site an error message say that…
Hello,
I am attempting to integrate FFMPEG into my asp.net website. The process I am trying to complete is to upload a video, check if it is .avi, .mov, or .wmv and then convert this video into an mp4 using x264 so my flash player can play it.
I am using an http handler (ashx) file to handle my upload. This is where I am also…
We are announcing the availability of the LinqPad driver for StreamInsight 2.1. The purpose of this blog post is to offer a quick introduction into the new features that we added to the StreamInsight LinqPad driver. We’ll show you how to connect to a remote server, how to inspect the entities present of that server, how to…
We are announcing the availability of the LinqPad driver for StreamInsight 2.1. The purpose of this blog post is to offer a quick introduction into the new features that we added to the StreamInsight LinqPad driver. We’ll show you how to connect to a remote server, how to inspect the entities present of that server, how to…
I've a problem in my wireless driver on windows 8. I bought a new X500L Asus laptop and installed windows 8 on it. However the driver CD I got with the laptop doesn't support my laptop. The CD says it's designed for Windows 8.1.
I tired finding Wireless driver model and finding driver online and installing and that…
I really love this video converter called total video converter. But there's one thing that it annoys me about it. The video player which is installed along with it. And the installer doesnt even allow you to customize. The video converter is installed along with the video player. And if you search for the total…
Hello,
I'm recording a screencast with CamStudio . My computer's screen resolution is 1280*800 , so video's resolution is 1280*800, too. I'm using Microsoft Video 1 codec when recording. I was record 9 minutes video and this video's size is 214 MB .
I will upload this video to Youtube. I'm coding a web site at…
I'm trying to install the Postgres ODBC 32bit driver on a Windows 2008 R2 64bit machine. After installing it, with no errors, I go to the ODBC panel, the 32bit version under the /syswow64 folder and try to add the driver, select the Postgres driver from the list but I get an error 126, saying he can't find the…
Hi,
Initially i have audio driver and its works fine.But some times speaker was clear.So one of my friend installed some audio driver,after that totally disabled the volume.
For that reason, i also tried to get audio driver and installed many times.Now i don't know many drivers .inf in my laptop.from device…
Hi,
Initially i have audio driver and its works fine.But some times speaker was clear.So one of my friend installed some audio driver,after that totally disabled the volume.
For that reason, i also tried to get audio driver and installed many times.Now i don't know many drivers .inf in my laptop.from device…
How can I insert a video clip into a presentation created in Lyx?
Have seen http://www.latex-community.org/forum/viewtopic.php?f=19&t=48. It works, but there the video starts in the background in an external player.
I would prefer it to be played in the presentation itself. If an external player is…
Have you ever recorded home video on a camcorder only to find the video size is enormous? What if you wanted to share a video clip on YouTube or another video sharing site, but the file size was bigger than the maximum upload size? Today we’ll look at a way to compress certain video files, such as MPEG…
Greetings, I'm looking for a way to extend the functionality of the HTMLEditor control that the Ajax Control Toolkit supplies for ASP.net. I would like to add video and flash functionality to the editor (buttons, allowed tags, etc).
To my knowledge, this is rather easy: plop in an tag with the…
Can you recommend any free Forth video tutorials
(except for following) ?
The only one I know of is Samuel A. Falvo's excellent
"Over The Shoulder Episode 1: Text Preprocessing in Forth".
MPEG. 102 MB.
There are also videos from the annual Forth Day, but I
don't consider those to be tutorials.…
Hi out there,
my challenge is to built a video portal, based on wordpress (blog already started).
so in the backend there must be a option to add, tag, descripe videos and in frontend the videos must have a comment function, must be searchable and so on.
wordpress gives already a large amout…
I'm and android beginner, so go easy on me ;-)
I'm trying to play a sequence of video files which I'm downloading from a server.
The challenge is that I want to have a smooth transition from one file to another.
My thought is to have two MediaPlayer instances each preparing and then playing…
Hello All,
The below is for an HTML5 video player event.
My partner and I have been stumped for a very large portion of the day on this issue and hope someone can lend some insight on the issue. We have been able to access the progress event with plain js as seen below but when trying to…