Hi, I have a videoDisplay object in a popup.
When I remove the popup the video continues to play.
How do I remove the videoDisplay object from memory?
I have tried setting the variable to null but with no luck. I can just call the stop() function and forget about it but am wondering whether this won't come back and bite me.
Any help mu...
Is there alternatives (free or paid) for MPMoviePlayerController on the iphone?
...
I've been assigned to implement a video on-demand service for a local university. Different aspects of the lectures (video, audio, screen cast, white board) will be recorded. During a lecture all these data streams arrive at one Linux server. This server should transcode and bundle all these streams into one container (Matroska) file.
M...
I currently have a DirectShow.NET graph that properly plays but I would like it to also be able to play in reverse (start at the end and play backwards to the start).
I've tried playing around with the IMediaSeeking::SetRate(double) method but that only works for positive values. When I try with a negative value it crashes.
Help!
I...
I have a Movieclip with about five FLV movies embedded on its timeline, one after another.
I am loading multiple instances (about 5-10) of this movieclip onto the stage. Once added to the stage, they each play there timelines in a loop.
The problem is that when one of the instances switch over to playing a new FLV, then some of the oth...
how to Convert all videos to flv format using Sothink Video Encoder in asp.net c#
...
Hey guys,
You probably all know the famous virtual zippo app.
I thought of making such an app too, just for learning objective-c.
THe developer said he has used a video of flame.
How is it possible to play a video inside a UIView?
DO you have any ideas of how to achieving that?
Thanks in advance!
...
I'm building a web app that should play back an RTSP/RTP stream from a server (http://lscube.org/projects/feng).
Does the HTML5 video/audio tag support the rtsp or rtp? If not, what would the easiest solution be? Perhaps drop down to a VLC plugin or something like that.
...
I've never had to deal with signal/stream encoding or decoding before, at least not beyond fairly basic protocols like HTTP, so forgive me if I'm making this harder than I should be.
Several of the systems we use at work rely on SMPTE timecode to operate, a Manchester biphase-mark system that occupies 1kHz of bandwidth between 1kHz and ...
I'm working on asp.net using C#. My problem is I can use command line program to convert those video but I don't know how to get the dimension of the video to decide the bitrate of video.
Plz help me out of this problem.
...
I'm trying to understand and really pinpoint when to use progressive download vs. rtmp in flex/flash. It seems that the main point is that rtmp is not served with http, whereas progressive download is. Since it's not rtmp, the resource is protected since there is no way to connect to the rtmp server from outside the swf.
Even if the us...
Can anyone help me with this video embed and tell me why it's flashing instead of playing the video?
http://www.seilingsfloors.com/dvd/
Update: I have verified that the .flv file is the correct size and am still experiencing the issue.
...
I'm trying to get a dropdown menu to open when I hover over the parent link, and it works, except that when there's a video on the page, it doesn't seem to work... I'm not sure why. I've tried playing around with the z-indexes, but nothing seems to work. The submenu items just kind of blink in and out, but the whole menu doesn't stay ...
Hello everybody,
I convert a file using ffmpeg command in which audio and video bitrate are specified.
But when i play the converted file into totem player or vlc media player then audio and video bitrate in properties section are being displayed "N/A" whereas it must be same as these are specified in command.
ffmpeg -i 'in.wmv' -s 12...
Flex appears to have 2 video classes: Video and VideoDisplay. My question is when does it make sense to use one or the other?
What I can tell from initial glancing is that VideoDisplay responds to mouse events because it inherits from IntaractiveObject, but I'm not sure if it's a real difference, because Video seems to have a workaround...
I am required to build an ecommerce training video platform for a client. I am ideally looking for an open source project but google hasn't turned up anything useful. My only requirements are that videos cannot be downloaded, can only be viewed once paid for, it has a good templating structure and that I can tie in lots of documents with...
Edit
I stopped using VLC and switched to GMax FLV Encoder. It does a much better job IMO.
Original post
I am sending my desktop (screen) as an H264 video stream to another machine that saves it to a file using the follwoing command lines:
Sender of the stream:
vlc -I dummy
--sout='#transcode{vcodec=h264,vb=512,scale=0.5}
...
Can anyone help me in giving a proper command in ffmpeg to convert a set of BMP files which is getting generated in a folder to videos? But though the filenames are in a successive order it will not start from 1. I.e. if I start ffmpeg.exe like
ffmpeg.exe -i input%05d.bmp video.asf -vframe 30
it will take the filename from input00001 ...
We're having problems on windows creating a video file from gource (gource). We can run gource and watch the video live but don't seem to be able to get any useful physical output.
...
I have been enjoying the "Multicore Programming Primer" class I found on MIT's OpenCourseware site and I need more! Since searching for "online learning" and "free courses online" doesn't produce what I'd like, I was wondering if anyone has seen a/any good sites out there that list links to free online CS courses, such as those offered ...