How To Rotate A Movie With The Quicktime Control
Jan 19, 2011
I have a quicktime control on my form for playing movies. I would like to be able to rotate them by 180 degrees. It can be done in quicktime pro so it must be possible but I can't find any examples beyond simple movie players. Anybody done this?
View 4 Replies
ADVERTISEMENT
Aug 13, 2010
I have been looking for the code to convert multiple Jpg, jpeg or bmp image files to avi , wmv and quick time movie file format, I have been searching for this but could not find any source code or examples but i did found the reverse of it (converting Swf or flash to image file).
how to do this in vb.net without using any third party dll's or programs.
View 1 Replies
Sep 18, 2009
I have been looking for the code to convert multiple Jpg, jpeg or bmp image files to avi , wmv and quick time movie file format, I have been searching for this but could not find any source code or examples but i did found the reverse of it (converting Swf or flash to image file).
Any one knows how to do this in vb.net without using any third party dll's or programs.
View 2 Replies
Aug 21, 2011
I'm in the need to fill a FlowLayoutPanel with about ten flashmovieplayer activex, but this not the trouble...
The trouble is that i'd like to load each flashmovieplayer movie path (with the commands movie or loadmovie) in the backgroundthread running and not in the form thread...
View 3 Replies
Nov 2, 2010
imdb scraper for my movie organiser. Ok so how do you scrape movie ratings from imdb from a movie title name.
View 22 Replies
Mar 19, 2010
I have a Label control on the form with small text.i want to be displayed - rotated counter clockwise by 90 degree
View 1 Replies
Dec 23, 2009
There are some fundemental concepts I am missing about graphics in VB.NET.
I have a control with an image that I want to rotate 15 degrees.
How do you get the contents of a graphic object into a image object?[code]....
View 2 Replies
Jun 22, 2010
Im looking for an image viewer that supports most types of image formats, including PDFs, and has the ability to rotate/zoom, and draw on an image. I've been looking but to no avail. Does anyone have any suggestions on the best way of going about modifying a control so that I would have these features? The main problem that I am running into is the lack of the ability to draw on an image. Im still sort of a newbie to .NET,
View 2 Replies
Nov 23, 2010
I get an unhandled exception when I use a windows media player control on the form in order to play a movie file.It only happens when I run the program. But in debug, the error does not occur. What do I do?
View 4 Replies
Aug 9, 2009
When i place the Quicktime control COM in a new form and set it up to a .mov file I have no problems, but when I try to debug the app it refuses to build the form, this is the error message i recive[url]...
View 11 Replies
Oct 4, 2011
I have developed an application. And in that i need to embed a player (QuickTime player) to play .avi and .mov files.I choose QuickTime player because i need to play the video frame by frame using arrow keys in keyboard...
View 8 Replies
Aug 19, 2008
Good day all,A Flash movie that plays fine when opened in a web browser is playing slowly and choppily in my VB 2005 WinForm application on the same machine.
View 7 Replies
Mar 23, 2009
I have a vb.net application that uses Flash movies (AxShockwaveFlashObjects.AxShockwaveFlash). I have buttons in the flash movie. When they first start using the application, they can single click on the buttons in the flash movie and button responds accordingly. But after a while (and I haven't been able to pin-point an exact thing that changes it or my issue would be solved), the user has to double-click on the button in the flash movie for them to work.
View 2 Replies
Apr 10, 2009
Well I have a Flash Movie loaded in the Flash Control, And I need to reload it. (So the new base url is used) How do I do this?
View 1 Replies
Jun 8, 2009
I have a resource file for a program, and i have determined that the resource file just a big string of files glued together whole, i know that the movies contained in the file are quicktime mov. Where can i find information on the quicktime header? and how can i determine the length of a file once i find it?
View 1 Replies
May 19, 2010
how this will be: I want to add movie clip (.avi or .flv or .swf) into Form and when the movie ends to show the button (visible=true) ?
View 3 Replies
Sep 1, 2009
I want to capture a video of my screen with vb .net, and i'd like to avoid using directx. I found a tutorial here url... but it resulted in the program instantly crashing, i think it was designed for .net 1.1;
View 1 Replies
Dec 26, 2009
how to change the frame per second of a swf movie in vb?
i have a text box for user to input their fps but now i don't know how to set the fps of the swf movie in vb..
AxShockwaveFlash1.fps = 10
View 1 Replies
Sep 6, 2010
how to create a movie player by using visual basic?
View 3 Replies
Dec 3, 2009
I am trying so that when the webbrowser has completed, It gets a SWF flash into a shockwave movie. Things i've tried.
[Code]...
View 2 Replies
Jul 31, 2009
How can I insert a movie using VB 2005?
View 1 Replies
Dec 5, 2010
i'm making a fansite for my int10 project (i'm in grade 9 though) and i got some animate sprites from the topic game that i'm doing the program for. right now i'm not sure how to do this, so do i need to use that animated control in found in COM or something else, and what format should be in? note this is in vb 2008
View 5 Replies
Apr 12, 2004
Is there a way to put a flash movie in Visual Basic. If not is there a way to put html in vb.
View 4 Replies
Feb 1, 2009
I was searching this forums about how to play an SWF file in a VB 2008 document, But i cant figure it out. When i place an Flash Shockwave Object it gives me the error
[code]....
View 14 Replies
Jul 25, 2011
How to store the pictures and Movies in sql-server 2008 database
I want to make a database with pictures and front view as vb.net using Website.
View 1 Replies
Feb 29, 2012
I wants to check a logo (like BOEING, TOYOTA, CAA etc) in a movie clip (AVI, MP4 etc) & then count the number of appearance in that movie clip. Also information needed that on which frame(s) logo appeared. But I've no idea that how it can be done by VB.Net.
View 6 Replies
Mar 24, 2010
how can create a windows move maker like application in vb.net....
if we want to create a media player than we can i add windows media player in our forms is there any way to add windows movie maker in our forms...
View 1 Replies
Oct 14, 2009
Now i have this Shockwave component in my formBut how to select a movie to thisregardsalvinALK
View 1 Replies
May 14, 2010
Im trying to code a media player from scratch and I noticed that the Movie I play will always stretch out to my moviewindow size Ruining the aspect ratio--I want to get the size of the original File, and make it work alwasy have that aspect Ratio...I cannot get the size,
[URL]
View 2 Replies
Jul 22, 2009
As part of test automation framework building, I need to record the activities done by the user in a video. Since I could not find a way to record a video directly in vb, I opted to capture a sequence of screen shots (print screens) and then convert it to a streaming video.
View 4 Replies