video

How to add video player navigation for videos in html

I need to add video player for my video files. Can any one help me to add? Is there any free players on web? ...

how to create thumbnail system for MP4 files

Hi everyone! I know I know, why am I using MP4 still?? It's because I have like 100 files already in this format and I need to upload to a website, I have the mp4 file embeded in the site already and the file played changes according to php. but what I really need is a way to dynamically create a thumbnail or take a snapshot of the vid...

Stopping/Removing an embedded player.

Hi, I am working on a webpage where i have to include an embedded video.The video is hosted on some other domain.I am able to embed the video and autoplay once the web page is loaded.However i have a requirement where i have to remove the div displaying the video once it is played , and in place of the video i have to now display some t...

Run video in SWT application?

Hi, I wish to run a video in a SWT application on Windows. Do you think this is possible first of all? If yes, what technologies do you suggest? Thank you very much and regards, Krt_Malta ...

Play ogg inside a page?

I was pretty surprised when i saw http://www.vorbis.com/music/Hydrate-Kenny_Beltrey.ogg link not give me a download option but had a player that was not flash playing the audio back. (FireFox) Is there a way i can embed this onto a page? ...

What are the ways to do synchronized streaming video and text?

I would like to have two streams. One being traditional streaming video and another being text. I will also build an interface that allows the user to create the text portion while watching the video. The context of these videos are usually that of an individual being filmed doing a presentation and later the next day for example, a c...

Program to create YouTube video's from photos, serverside

I have SlidehowPro Flash slideshows and want to create YouTube video's (iPhone compatible) from the xml data (photo path's and text nodes) Ideal would be with Ken Burns effects and the abillity to throw an MP3 in the mix. Does something like that exists? ...

Ogg (theora / vorbis) playback in Firefox 3.6

I have this html5 code, with a MP4 for Chrome (working), an OGG for Firefox (failing) and the same ogg via a java applet for Internet Explorer (working): <video width="848" height="480" controls="controls" autoplay="true" > <source src="vernissage_cpal_2009.mp4" type="video/mp4" /> <source src="vernissage_cpal_20...

Android: Serializing video files

I want to send video files from the Android via network to server. How can I serialize video files in Android? ...

HTML5 video tag in chrome - wmv

Hi Al, I need to make a page which displays a video. Firefox and and Opera support the OGG format, no problem there. Chrome is ... "stupid" and does not recognize OGG. Does Chrome on Windows know how to handle WMV? I already have them encoded, and no I cannot recode new videos since the media is limited in spaced (CDROM). My code curr...

Compiling a list of audio + video players (flash / javascript / otehr) that I can embed into a website.

I'm compiling a list of audio + video players (flash / javascript / other) that I can embed into a website. flowplayer: http://flowplayer.org/ jw player: http://www.longtailvideo.com/players/ premium beat: http://www.premiumbeat.com/flash_resources/free_flash_music_player/ xspf web player: http://musicplayer.sourceforge.net/ yahoo me...

Insert video clip in a lyx presentation and play it in GNU/Linux.

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&amp;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 used it it should at least start ...

Export Flash as Transparent MOV

Is it possible to export a flash movie with a transparent background as a .MOV. I don't mean for embedding in a website, I mean the actual .MOV (or .avi). What I'm trying to accomplish is that I have a flash animation that I want to embed in a WPF application. I don't want to use a Browser within the WPF because of all of the issues t...

BlackBerry - controlling video playback (play,pause,forward,seekbar)

Hi Anyone please help me to add video controls(play,pause,forward,seekbar) to my application ...

Flash FLVPlayback states

I'm writing my own class to manage a skin for an FLVPlayback component. It works 90% of the time, but sometimes the state get really messed up. Specifically, the video is playing, meaning I can see it play and the VideoEvent.PLAYHEAD_UPDATE event is firing, but when I poll the FLVPlayback component about its playing property, it returns ...

Android playing Video data from a custom network stream?

Does Android MediaPlayer can only work with file sources? I would like play media (video) from a network stream, but the stream comes in a non-standard protocol, so I have to somehow feed Android MediaPlayer with the data only. Is there anyway to do that? I found a few web pages suggesting using a temporary file for the buffered me...

h264 RTP timestamp

Hi Guys, I have a confusion about the timestamp of h264 RTP packet. I know the wall clock rate of video is 90KHz which I defined in the SIP SDP. The frame rate of my encoder is not exactly 30 FPS, it is variable. It varies from 15 FPS to 30 FPS on the fly. So, I cannot use any fixed timestamp. Could any one tell me the timestamp of the...

video calling (center)

We are starting to develop a new application and I'm searching for information/tips/guides on application architecture. Application should: read the data from an external (USB) device send the data to the remote server (through internet) receive the data from the remote server perform a video call with to the calling (support) center ...

How do I find the length of media with gstreamer?

How do I find the playback time of media with gstreamer? ...

embeding youtube video to content in wysiwyg editor

i have an editor that is basic microsoft actions: "createlink" "bold" etc. i made page to handle the youtube embeding and it works fine on the website. but in the editor all i can see is the rectangle of the video with nothing in it. the editor is an iframe editable that get the content from another page - if i load that page the youtub...