I need to be able to programmatically transcode mpeg-2 files to .mp4, .mp3, .wmv, .rm (optional), and .flv (optional), and hopefully generate a thumbnail as well. I found the Java Media Framework, but it frankly looks pretty crappy. This will be running a Linux server, so I could shell out to ffmpeg using Commons Exec - does ffmpeg do ev...
Can anyone give me an idea, how can we show or embed a YouTube video if we just have the URL or the Embed code.
Thanks for the help
...
I would like know if there are any compiler construction lectures available along with video?
...
Hi are there any nice videos on how to use exceptions in Delphi.
...
I need to display a series of images (perhaps BufferedImages) with variable frame rates as a video, synchronized with uncompressed audio. I also need the basic media controls of play, pause, seek, audio volume, etc.
Since I don't need to encode, decode, read or write video files, I would prefer to avoid large libraries such as JMF or FM...
I want to try out SICP with Python.
Can any one point to materials (video.article...) that teaches Structure and Interpretation of Computer Programs in python.
Currently learning from SICP videos of Abelson, Sussman, and Sussman.
...
I'm trying to use the MediaElement control in WPF to play back video. It works great in Vista, but when I run it on an XP machine I get tearing in the display. It looks as if it's not using the vertical synch, and just updating the screen mid-draw.
Anyone know how to fix this problem?
...
Is it possible to run a WPF application in exclusive mode - where it owns the entire screen? I want to do full screen video playback.
...
Im wondering if anyone has any input on this subject? Im building a flash video player, and I have added a mute volume icon, but Im wondering what everyone's thoughts are on adding a volume control too?
...
I working on a distributed mediaplayer that uses the windows media player component.
Now the customer asks me if its possible to have their logo overlayed on the media played instead of them having to render every movie with the logotype.
I have google it and it seems like I can use a directshow filter to do this, but I havent found any...
How can I encode an h264 video to be MDC (multiple description coding)
...
I'm preparing to build a social networking web site that should have some form of webconferencing.
First of all uploading should - if possible- be web-based. I want to make use of standard webcams probably in conjuction with a flash app that will upload the video stream. The server then will broadcast the stream together with storing it...
I looking for something that I can either embed their uploader directly or send the video files to that will then encode the video and allow me to stream the video through a player on "my" website.
The services, I have found so far are:
Bits on the Run
Bright Cove
Video Streaming Services
The service cannot be like YouTube ewhere th...
I'm working on a website where I want camera-recorded vidoes to be uploaded, and be viewable (but not downloadable) to logged-in users only. I'd also like to edit the videos, have certain images appear in the background, and possibly note the time at which they last stopped watching a video. (I.e if they stopped watching after 30 mins, i...
Is there a way using WPF to get a video element to start playing when a user puts there mouse pointer over the element? I am wanting to make an interactive digital resource and want a clip of the movie to play when the mouse over the element to click to take them to the movie section. Any help would be great.
This is going to all be con...
Is there any .NET libraries to generate video files (any type) from a given sequence of bitmap images?
...
I am trying to build a video player application using Adobe Flex and libh264streaming. In small cased my little player works just fine.
However if the video is bigger about 200-300MB I am seeing bunch of issues:
a) the browser get crashy
b) it never stops buffering , keeps downloading until it gets entire video (300M)
c) CPU usage goe...
I am looking for everyone's opinion on what is the best way to stream video from a website built with ASP.NET. Some notable items include:
The ability to stream .avi, .mpg, and possibly .wmv files
The ability for someone to upload a video directly to a shared server and have it stream without any additional work needed (no compression...
I am working for a company where we are developing video chat support on an existing application. I have looked at various solutions for this like
Using Managed Direct show for video capture and streaming in C#
Some code samples in code project where we take an image and pass it over the network (I would call it rather a crude solution...
Right, I have a video ready for it to be played on start up of my iphone App. How can I get this implemented into my Xcode project?
I would like it to load as soon as the app is loaded, and the after it is played, to follow onto the correct view controller where the main bulk of my programming is.
...