active questions tagged video - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T20:11:23Zhttp://stackoverflow.com/feeds/tag/videohttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1816189/how-does-jaycut-online-video-editing-tool-work0How does Jaycut (online video editing tool) work?John2009-11-29T17:49:40Z2009-11-29T18:01:16Z
<p><a href="http://www.jaycut.com" rel="nofollow" title="Jaycut">Jaycut</a> is a flash-based online video editing tool. It's surprisingly capable, what I'm wondering is how they achieve this in Flash/Flex. They allow mixing of video, audio and applying transitions and that seems a lot to do in AS3. I wondered if perhaps the mixing is done on the server when you click "preview video", but even then it still seems very quick.</p>
<p>Any thoughts? AS3 developers, how would you approach this?</p>
<p>EDIT: <a href="http://moviemasher.com" rel="nofollow">MovieMasher</a> does similar things, and seems to suggest they do it all client-side.</p>
http://stackoverflow.com/questions/1814006/getting-generating-an-image-from-embedded-flash-video-1Getting/generating an image from embedded flash videos0crates92009-11-28T22:43:03Z2009-11-29T12:59:24Z
<p>So what I am curious about is if it is possible and how, to have an embedded video and capture the thumbnail. There are other sites that share video and I'd like to get the thumbnails from the embedded videos, but they use flash video players to show the video and likely use flashvars to pull up the right video.</p>
<p>I appreciate any help here. I've been trying to automate some of the capture of thumbnails and embedded videos but have no clue how to get remote thumbnails from these videos.</p>
http://stackoverflow.com/questions/1813473/iphone-sdk-how-do-you-fast-forward-and-rewind-video0iPhone SDK: How do you fast forward and rewind video?Jessica2009-11-28T19:17:19Z2009-11-28T19:17:19Z
<p>Hello, Is it possible to fast forward and rewind a playing video in the iPhone SDK using the media player frame work? If so what is the code to use. (without actually using the iPhone's default media player controls)</p>
<p>P.s. I know what to do for play/stop/pause. ( [self.playingvideo pause]; etc ) But I don't know the code to rewind and fast forward. So I'm looking for something like [self.playingvideo fastForward]; Help is much appreciated.</p>
http://stackoverflow.com/questions/1457318/as3-video-full-screen-mode2as3 video full screen modesol2009-09-21T22:59:40Z2009-11-28T10:25:11Z
<p>I have created a video player, but need to add a button that, when clicked, puts the video into full-screen viewing mode. I don't want to scale everything on the stage - just the video. I can't seem to find how to do this - I thought it would be easy.</p>
http://stackoverflow.com/questions/1811655/how-to-show-youtube-video-embed-code-video-preview-snapshot-in-rss0How to show youtube video/ Embed code video Preview/snapshot in rssvamsivanka2009-11-28T05:16:32Z2009-11-28T05:16:32Z
<p>I am trying to generate rss feed for myclips <a href="http://webclip.in/user.aspx?u=iamgame" rel="nofollow">http://webclip.in/user.aspx?u=iamgame</a>
Some of the clips have image snap shot, but some of them are youtube flash video.</p>
<p>is there a way to show the embed video in the rss just like we show image in the rss eg:<a href="http://www.amazon.com/rss/tag/sci-fi/popular/ref=tag%5Frsh%5Fhl%5Ferso" rel="nofollow">http://www.amazon.com/rss/tag/sci-fi/popular/ref=tag_rsh_hl_erso</a></p>
<p>Please let me know. Thanks</p>
http://stackoverflow.com/questions/1725081/linux-application-that-bundles-multiple-incoming-audio-and-video-streams-into-one1Linux application that bundles multiple incoming audio and video streams into one container file?StackedCrooked2009-11-12T20:18:17Z2009-11-27T20:24:50Z
<p>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.</p>
<p>My options seem to be:</p>
<ul>
<li>Write a GStreamer application</li>
<li>do something with FFMPEG</li>
<li>do something with VLC</li>
<li>...?</li>
</ul>
<p>Has anyone done something similar in the past? Can you recommend something?</p>
<p><b>Edit</b><br>
For those interested, here are a few of my findings:</p>
<ul>
<li>Matroska is not a good format for streaming (it's possible, but it's not its primary intent)</li>
<li>For Flash streaming you can use MPEG4</li>
<li>If you want to combine different videos into one video where each subvideo occupies a rectangular portion of the total screen, then this <a href="http://git.gnome.org/cgit/usability-lab/tree/eb1304-to-ogg.sh#n93" rel="nofollow">GStreamer script</a> is useful (I found it on this <a href="http://blogs.gnome.org/halfline/2009/10/11/video-4-way-split-screen-gstreamer-pipeline/" rel="nofollow">blog post</a>).</li>
<li>Desktop capture works fine with VLC</li>
</ul>
http://stackoverflow.com/questions/916902/luster-gluster-or-mogilefs-for-video-storage-encoding-and-streaming4Luster, Gluster or MogileFS?? for video storage, encoding and streamingHoracio2009-05-27T17:01:14Z2009-11-27T20:11:04Z
<p>So many options and so little time to test them all... I wonder if someone has experiences with distributed file systems for video streaming and storage/encoding.</p>
<p>I have a lot of huge video files (50GB to 250GB) that I need to store somewhere, be able to encode them to mp4 and stream them from several Adobe FMS servers. The only way to handle all this is with a distributed file system but now the question is which one??</p>
<p>My research so far tells me:</p>
<ul>
<li><strong>Lustre</strong>: mature proven solution, used by a lot of big companies, best with >10G files is a kernel driver. </li>
<li><strong>Gluster</strong>: new, less mature, FUSE based that means easy to install but maybe slower due to FUSE overhead. Better to handle a large number of smaller files ~1GB </li>
<li><strong>MogileFS</strong>: seems to be only for small files ~MB, uses HTTP for access?? possible FUSE binding in the future.</li>
</ul>
<p>So far Lustre seems the winner but I would like to hear real experiences for the particular application I have.</p>
<p>Also Hadoop, Redhat GFS, Coda and Windows DFS sound as options so any experiences are welcome. If someone has benchmarks please share.</p>
http://stackoverflow.com/questions/1126629/how-do-i-programatically-sort-through-media0How do I programatically sort through media?edude052009-07-14T16:42:52Z2009-11-27T15:00:03Z
<p>I have 6 server with a aggregated storage capacity of 175TB all hosting different sorts of media. A lot of the media is double and copies stored in different formats so what I need is a library or something I can use to read the tags in the media and decided if it is the best copy available. For example some of my media is japanese content in which I have DVD and now blu ray rips of said content. This content sometimes has "Hardsubs" ie, subtitles that are encoded into the video and "Softsubs which are subtitles that are rendered on top of the raw video when it plays/ I would like to be able to find all copies of that rip and compare them by resolution and wether or not they have soft subs and which audio format and quality.</p>
<p>Therefore, can anyone suggest a library I can incorporate into my program to do this?</p>
<p>EDIT: I forgot to mention, the distribution server mounts the other servers as drives and is running windows server so I will probably code the solution in C#. And all the media is for my own legal use I have so many copies because some of the stuff is in other format for other players. For example I have some of my blu rays re-encoded to xvid for my xbox since it can't play Blu ray.</p>
<p>When this is done, I plan to open source the code since there doesn't seem to be anything like this already and I'm sure it can help someone else. </p>
http://stackoverflow.com/questions/1808260/do-you-commit-a-complete-web-directory-to-svn-or-you-do-some-exceptions-large-bi1Do you commit a complete web-directory to SVN or you do some exceptions (large binaries)?Michal M2009-11-27T11:41:59Z2009-11-27T12:35:23Z
<p>Particularly I mean videos.</p>
<p>I have fair bit of videos on my website and as I do submit all graphics with the sources, I have serious doubts about committing videos and archives (sizes between 10MB and 300MB).</p>
<p>Does it make any sense at all to do this?</p>
http://stackoverflow.com/questions/208380/how-are-most-as3-video-players-created0How are most AS3 Video Players Created?jrutter2008-10-16T12:37:59Z2009-11-27T11:11:15Z
<p>Are most flash video players created all programmatically? Or they done using static buttons that are referenced in classes? Is it better to create all your buttons on the fly or does it not really matter?</p>
http://stackoverflow.com/questions/1191750/iphone-3-1-mpmediaplayer-shows-up-portrait-not-landscape-which-is-strange1iphone 3.1 - MPMediaPlayer shows up portrait, not landscape, which is strange...Angelfilm Entertainment2009-07-28T03:09:13Z2009-11-27T06:57:58Z
<p>I have a movie file that does work. I added a tableview controller inside a nav controller, inside a tab view controller, and when a user clicks on the table view cell I load the video view. It launches the movie(and rotates in the simulator), but the video doesn't play and the controls are for portrait view. I do hear sound and see time going by in the controls. So it's clearly just not landscape. I tried some tricks to setOrientation, but they had warnings and didn't work properly. Thanks for any help you can give.</p>
<pre><code>#import "StreamViewController.h"
@implementation StreamViewController
@synthesize moviePlayer;
@synthesize streamURL;
// Override to allow orientations other than the default portrait orientation.
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
// Return YES for supported orientations
return YES;
}
- (void)viewDidAppear:(BOOL)animated {
NSBundle *bundle = [NSBundle mainBundle];
if (bundle)
{
NSString *moviePath = [bundle pathForResource:@"splash" ofType:@"m4v"];
self.streamURL = [NSURL fileURLWithPath:moviePath];
}
moviePlayer = [[MPMoviePlayerController alloc] initWithContentURL:[self streamURL]];
moviePlayer.scalingMode = MPMovieScalingModeAspectFill;
[moviePlayer play];
[super viewDidAppear:animated];
}
- (void)dealloc {
[super dealloc];
}
@end
</code></pre>
http://stackoverflow.com/questions/1709033/recording-and-playback-of-multiple-video-streams0Recording and playback of multiple video streams?StackedCrooked2009-11-10T16:00:48Z2009-11-26T18:53:09Z
<p>I am planning an implementation for a lecture capture solution for a local university. It is supposed to record all aspects of the lecture: the presenter will be recorded using videocamera + mic, his desktop activity is captured and optionally the whiteboard is captured as well (using Mimio). These input streams arrive (as video streams) to a computer that stores the recording on its harddisk. The file format for the recording should be able the hold multiple streams (Matroska for example).</p>
<p>The recording will be available from the uni's website. So at the client-side Flash seems a natural choice.</p>
<p>The player should display the different input sources into different rectangular regions of the player. One region displays the presenter, another region displays the desktop recording.</p>
<p>As a Flash noob, this is kind of overwhelming. I have several concrete questions:</p>
<ul>
<li>Is it possible to use a Matroska file as source for Flash streaming? If yes, how?</li>
<li>If no, is there another container format more suitable for this? The FLV format can only hold one audio and one video file.</li>
<li>Is it possible to have one Flash client receive multiple streams and diplay them in different regions of its own canvas?</li>
</ul>
<p>Your insights/ideas would be greatly appreciated!</p>
http://stackoverflow.com/questions/1782635/video-streaming-from-desktop-to-iphone0Video streaming from desktop to iphoneZach2009-11-23T11:42:40Z2009-11-26T17:30:37Z
<p>Hi,
Could anyone shed light upon how to capture a live video which is on a desktop and integrate the same to my iphone, so that i can view same live video on my iphone. I am stuck as to where to start. If anyone could give technical info would be greatly helpful.</p>
<p>thanks in advance</p>
http://stackoverflow.com/questions/1803836/full-in-browser-window-looping-video0Full In-Browser Window Looping Videocarrier2009-11-26T14:02:25Z2009-11-26T14:02:25Z
<p>I would like to achieve <a href="http://www.moresoon.org/projects/Smiling%5F02.html" rel="nofollow">this</a> effect. Suggestions on how to achieve?</p>
http://stackoverflow.com/questions/1801856/length-of-flash-videos0Length of flash videosunknown (google)2009-11-26T06:21:09Z2009-11-26T11:49:39Z
<p>Hello,</p>
<p>I need to find the length of a flash video hosted on any of the popular video sharing websites. Is this possible?</p>
<p>How does Blinkx determine length of the videos it has indexed?</p>
<p>Thanking you in advance.</p>
<p>Regards
Mansoor</p>
http://stackoverflow.com/questions/1801881/how-to-make-a-video-mini-filter-driver0How to make a Video "mini/filter-driver"Murkin2009-11-26T06:28:40Z2009-11-26T08:31:23Z
<p>Hello everyone</p>
<p>I need to create an application/driver in Windows that captures the video stream from a webcam, performs some modifications and passes it back on to the system (so it streams out to say skype).</p>
<p>Anyone knows how to create / register such an app ? Maybe samples on the web ?</p>
<p>Thanks in advance</p>
http://stackoverflow.com/questions/1801954/iphone-how-to-programmatically-handle-sms-call-alert-notification0iPhone How to programmatically handle SMS/Call alert notificationDrkZeraga2009-11-26T06:52:50Z2009-11-26T07:25:15Z
<p>I'm having some problems with SMS alerts and call notification freezing up the video player. I'm currently displaying a video using MPMoviePlayerController with movieControl Hidden. I'm also overlaying a subtitle using UITextView on top of the video. </p>
<p>However whenever a SMS alert popup, the video will freeze up but the textView will continue to scroll. A call alert will also intrupt the video, causing the video to freeze up while the text continue scrolling, which leads to misallignment.</p>
<p>So is there any way to fix the video from freezing up? Or is there any way to detect SMS/Call alert notifications and handle it? </p>
http://stackoverflow.com/questions/1683190/will-using-a-streaming-media-server-prevent-realplayer-downloader-from-downloadin0Will using a streaming media server prevent RealPlayer Downloader from downloading FLV videos?undefined2009-11-05T20:04:47Z2009-11-26T03:47:38Z
<p>We are delivering FLV video to clients using progressive download. If a computer has real player downloader installed anyone can download these videos. How do we prevent this from happening? If we use a streaming media server like FMS, Wowza, FFServer prevent people from downloading videos? </p>
<p>What other methods can be used?</p>
http://stackoverflow.com/questions/575705/how-can-i-tile-videos-create-a-video-montage0How can I tile videos/create a video montage?A. Rex2009-02-22T20:20:50Z2009-11-25T11:53:56Z
<p>I have four videos that I would like to tile in a 2x2 fashion to make a new video. Is there a way I can do this easily, preferably free and under Linux? I am willing to program a moderate amount, perhaps in order to interact with some library, but unwilling to write an entire video-processing program myself. You may assume that the input/output videos are in whatever format is most convenient.</p>
<p>An analogue of the <a href="http://www.graphicsmagick.org/1.2/www/montage.html" rel="nofollow">gm montage</a> command (for images) would be fantastic.</p>
http://stackoverflow.com/questions/1299021/creating-a-video-chat-software-2Creating a video chat softwareunknown (google)2009-08-19T10:34:07Z2009-11-25T11:50:03Z
<p>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?</p>
<p>Even the 'examples' folder seems to lead me nowhere.</p>
<p>I WANT to reinvent the wheel by simply doing what google video chat is currently doing. Please help me out.</p>
http://stackoverflow.com/questions/997062/setposition2SetPositionFanruten2009-06-15T16:29:37Z2009-11-25T09:00:09Z
<p>Task: grabbing arbitrary frames from mpeg2 video files.
Now I use custom render filter for grabbing, but problem with positioning video on required frame. </p>
<p>I use SetPosition(), after Pause() for passing frames through graph, wait for filter receive first frame and Stop().</p>
<p>If I get frame by frame, first i receive exact for this time frame, after this frame repeat some times, and again exact frame.</p>
<p>Why SetPosition get wrong result?</p>
http://stackoverflow.com/questions/109344/creating-educational-videos1Creating Educational VideosMichael Stum2008-09-20T20:52:52Z2009-11-25T08:43:01Z
<p>We had a question on <a href="http://stackoverflow.com/questions/4604/creating-a-podcast">how to create podcasts</a> a while ago, and i'd like to go one step further - i'd like to create a video tutorial.</p>
<p>Now, I am using Screen Capture software and a standard Video Editing program to edit them, and I find it quite hard sometimes to keep up the pace. I noticed that some videos (i.e. the ASP.net Videos) often use Bullet Points in a separate screen etc.</p>
<p>Of course, in a video editing program this is trivial to do, but very tedious if you want to do it a lot.</p>
<p>I just wonder if there are specialized tools to create tutorial videos/"video podcasts" or if people really use only Premiere et al. to edit them?</p>
<p>Also, I wonder if there are some "tricks and best practices" on the content side to keep the video interesting and at a good pace?</p>
http://stackoverflow.com/questions/1762960/gource-on-windows1Gource on WindowsChris Meek2009-11-19T12:29:29Z2009-11-24T13:12:43Z
<p>We're having problems on windows creating a video file from gource (<a href="http://code.google.com/p/gource/" rel="nofollow">gource</a>). We can run gource and watch the video live but don't seem to be able to get any useful physical output.</p>
http://stackoverflow.com/questions/1789881/video-editing-using-php0Video editing using PHPAuxi2009-11-24T12:49:36Z2009-11-24T13:02:59Z
<p>Is it possible to record a voice onto the uploaded video using PHP? </p>
http://stackoverflow.com/questions/1789201/video-upload-in-mvc-application0Video upload in MVC application?Ritz2009-11-24T10:29:29Z2009-11-24T11:46:20Z
<p>Hello All,</p>
<p>I want to upload video in my mvc application please tell me how will I do that and what necessary steps I shall follow.</p>
<p>I am a naive user to the mvc applications</p>
<p>Thanks
Ritz</p>
http://stackoverflow.com/questions/1780370/non-linear-video-editing-tool-api0Non-linear video editing tool/API?StackedCrooked2009-11-22T23:14:08Z2009-11-24T05:12:56Z
<p>Can anyone recommend a good library that would enable me to write an application that can blend multiple input videos into one output video (for example into a split screen).</p>
<p>I don't care about the programming language (C, C++, Java, Ruby and Python are fine).</p>
<p>The only one I found is GStreamer with the non-linear plugins. But I can't find documentation on how to use the non-linear plugins. So I'd be glad to use an alternative.</p>
http://stackoverflow.com/questions/1779449/how-do-i-load-multiple-large-images-and-video-in-actionscript-3-01How do I load multiple large images and video in Actionscript 3.0?Alex B2009-11-22T18:06:01Z2009-11-24T01:33:38Z
<p>I am creating a Flash site for a client who wants to display many (about 15) fairly hi-res photos as well as a video. I am using the Video class to display and control the video, and the Loader class to load the photos. I preload them from an XML file up front, while "loading..." is displayed.</p>
<p>The video plays immediately after the loader finishes, and the user can also choose to view the slideshow, which has left/right arrows which show each photo with a simple fade tween between each one.</p>
<p>The problem I am having seems to be that when all these assets are loaded, the video and the "fade" effects are very choppy. If I cut down on the number of photos, everything works fine; but I have to include all of them, plus the video.</p>
<p>I am storing all the Loader instances in an array, and when they are requested, I add them to the stage and fade them in. When it finishes fading in I remove the previous one from the stage. So they are all stored in Flash's "memory", but there is only one Loader or Video instance on the stage at any given time. Is there a better way to handle this? Perhaps some way to cache the images but not bog down Flash's memory? I would prefer to have everything loaded up front in order to avoid needing a "loading..." for every slide.</p>
http://stackoverflow.com/questions/519710/how-can-i-play-a-youtube-video-in-swfloader0How can I play a youtube video in swfloader?raja2009-02-06T09:46:55Z2009-11-23T22:00:03Z
<p>hi,</p>
<p>I embed a youtube video in my air application. It loaded and played well, but I cannot play more than one video at the time, only one video is played at the time, do you know why?
The code is:</p>
<pre><code>url:String = "http://in.youtube.com/v/fVGk5qm6Mac&hl=en&fs=1";
//texturl.text=url;
swfloader.load(url)
</code></pre>
<p>please anyone help me on this...........</p>
http://stackoverflow.com/questions/853550/what-bitrate-can-i-expect-with-mpeg1What bitrate can I expect with MPEG?Hammer2009-05-12T16:01:34Z2009-11-23T19:49:54Z
<p>What bit-rate (approximately) can I expect MPEG encoders to produce for 160x120 "ok-quality" webcam stream?</p>
<p>How much CPU-demanding will the encoding be? The decoding?</p>
<p>Are there any better encoding formats for that purpose? (In terms of bit-rate or CPU)</p>
http://stackoverflow.com/questions/1779511/play-youtube-videos-with-mpmovieplayercontroller0Play youtube videos with MPMoviePlayerControllerjmurphy2009-11-22T18:27:18Z2009-11-23T05:06:38Z
<p>Hello I'm trying to stream some youTube videos using the MPMoviePlayerController but I'm having some problems. The code i'm using is pretty simple and I can play .m4v videos by passing a URL to initWithContentURL. When I launch the movie player the player comes up but just goes away after about 20 seconds. When I try it in the simulator I get an alert view that says the server is not configured correctly. Is there an argument I need to pass with the URL to get a specific type of video feed from google?</p>
<pre><code>NSURL *videoURL = [NSURL URLWithString:@"http://www.youtube.com/v/HGd9qAfpZio&hl=en_US&fs=1&"];
MPMoviePlayerController *moviePlayer;
moviePlayer = [[MPMoviePlayerController alloc] initWithContentURL:videoURL];
[moviePlayer play];
</code></pre>
<p>I've also tried the following URL's
<a href="http://www.youtube.com/watch?v=HGd9qAfpZio" rel="nofollow">http://www.youtube.com/watch?v=HGd9qAfpZio</a></p>
<p>I have also seen the argument &format=1 and tried to add that to the end of both of the strings but no luck. </p>
<p>Thanks in advance for any help!</p>