video

FLV glitching when replaying the same video

Hello ladies and gents, I'm building a flash site with video transitions between sections. When a navigation element is clicked, there's some code to check if the relevant FLV has already been loaded. If it hasn't, it gets initialized (i.e. netstream attached to video object, etc), loaded and played back; if it has, it just gets restar...

What video format works best for a website designed for mobile phones?

I am going to be working on designing a mobile-phone friendly version of a client's website. I have done the research on how to build it, bu, as we have a few videos on it, I need to know what video formats would work best when a phone accesses the site. Any ideas? ...

Is there a way to load embedded YouTube videos faster on my website?

I'm writing a blog post that uses multiple videos from YouTube and Yahoo Video, but I'm not happy with how long it takes the page to render. Apart from using an ajax-y method to load the videos, are there any tricks that would make the page load quicker with multiple videos from different sources? ...

Automatic video resize functionality in Wordpress

Just wondering how the likes of Woothemes.com control the re-sizing of video embed code in their premium themes: Groovy Video and Woo Tube Any idea of how this would be done? ...

What is the easiest way to merge two flv videos?

Hi guys, what is the easiest way to merge two flv videos into one? Would be awesome if its possible without command-line-tools like ffmpeg. It would be great if someone knows a simple java solution =) (on the server side) ...

HTML video player IE / FF

How can you display a video (mpeg or avi) with controls (play, stop, fullscreen) in both internet explorer 7 and up and firefox 3.0 and up. A lot of the examples online only works for one of the other. And I can't seem to find one that does it all. Constraints : I dont want a solution which needs me to export my videos to youtube or ...

How to get thumbnail image of video?

file format is wmv, asx,flv, mov, rmv, rmvb, swf, mpg, mpeg. How to get thumbnail image while video uploading , if: not use ffmpeg. ...

Advanced SQL SERVER 2008 videos

Hello, Where do I find advanced SQL SERVER 2008 videos? Thanks ...

How can I add meta-data to recorded flv-files in red5?

Hello! I wonder how to you can add meta-data to flv-files you recorded by red5... mine just have something like this: 0.000 | FLV::Event tag | event : onMetaData | audiocodecid : -1 | canSeekToEnd : true | videocodecid : -1 | duration : 0 ...

Can jQuery UI Dialog Box hold a video? (maybe a youtube video?)

I haven't seen any examples on the net. Was wondering if someone knows if there's one that exists or if it's even possible. thanx ...

Unload embedded video in flash AS3 (skip intro style)

Here's the scenario: i've created an external.swf that contains an embedded video (FLV) in the timeline. i've created another swf file (player.swf) that loads the external.swf using this: var request:URLRequest = new URLRequest("external.swf"); var loader:Loader = new Loader(); loader.load(request); videoContainer_mc.addChild(loader);...

What is the correct dimentions for fullscreen video format on the iPhone

I wan't to play video in fullscreen mode on the iPhone, but when I try to figure out how to transcode my videos I get confused about the video format specification from Apple on http://www.apple.com/iphone/specs.html Video formats supported: H.264 video, up to 1.5 Mbps, 640 by 480 pixels, 30 frames per second, Low-Complexity v...

How to prevent downloading images and video files from my website

it is possible ? what is the best way to do this ? ...

Combine Two Videos into One using c# .net

I have a website where users upload videos. I would like a library or control set to splice two videos into one. Does anyone have such a thing, or a different strategy? ...

Creating a Movie from a Series of Plots in R

Is there an easy way to create a "movie" by stitching together several plots, within R? ...

Bookmarklet - grabbing videos from other sites

Hi I want to grab videos from other sites (youtube.com, vimeo.com) via bookmarklet. I have created bookmarklet. It works for "selectd text" and "images" but how to do with videos? Any Idea? Thanks in Advance. ...

how to get video file duration in C#

hi I wants to get video file duration in C#. I have the to get video file duration but code works only local computer. If i deploy my code on server and upload a video file then this code gives error. I m using the following code to get video time. using QuartzTypeLib; string file1 = "c://ds.mpeg" IMediaPosition m_objMedi...

how I can reorder the frames of a avi video?

It is possible? which library allows me to make this? It's possible to manage a video stream as a vector of pointer to frames data structure? and then construct a new stream reordered? Thanks ...

Creating a video chat software

I wanted to create a video chat app in linux. and hence I found that gtalk has released their libjingle api for free. I downloaded that but I don't know what to beyond that. There are lots of folders with .cc and .h files what do i do? Even the 'examples' folder seems to lead me nowhere. I WANT to reinvent the wheel by simply doing wha...

How to write frames to a video file?

I am currently writing an application that read frames from camera, modify them, and save them into a video file. I'm planing to do it with ffmpeg. There's rarely a documentation about ffmpeg. I can't find a way. Does any know how to do it? I need it to be done on unix, and in C or C++. Does any can provide some instructions? Thanks. ...