473,582 Members | 3,083 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Running AVI Files using QuickTime Player

Already posted the same message but the date and time of my machine was set
back. and it was listed under the old date. Thats why I am posting the same
message again. Please accept this.

------------------------------------------------------------------------------------

Hi All,

I have some AVI files and i want to create a program which will open an
AVI file from the hard disk at runtime and run that Video. But here i want
to use QuickTime player to run the AVI file. The program should not use
Windows Media Player to run the AVI file.

Here I am asking for QuickTime player, because I have seen that Windows
Medial Player doesnt stream AVI files. i.e. Windows Media Player is loading
the whole file and then only it is starting playing the movie. But QuickTime
player doesnt. For QuickTime player, as soon as it got some data from the
file, it starts palying the video and in the background it will continue
loading the movie. Some AVI files are around 60 to 100 MB of size. So if the
program starts only after completely loading the file then it will be a
problem and users have to wait for some time.

Is this possible to play AVI files using the QucikTime player? Please let
me know.

With Regards,
Vanga Sasidhar.

Nov 21 '05 #1
2 9022
Just run the quicktime player with the path to your avi file as an argument.
For example:

"qplayer.ex e "C:\MyAVI.a vi"

Christopher

"Vanga Sasidhar" <va***@hotmail. com> wrote in message
news:u9******** ******@TK2MSFTN GP09.phx.gbl...
Already posted the same message but the date and time of my machine was
set back. and it was listed under the old date. Thats why I am posting the
same message again. Please accept this.

------------------------------------------------------------------------------------

Hi All,

I have some AVI files and i want to create a program which will open an
AVI file from the hard disk at runtime and run that Video. But here i want
to use QuickTime player to run the AVI file. The program should not use
Windows Media Player to run the AVI file.

Here I am asking for QuickTime player, because I have seen that Windows
Medial Player doesnt stream AVI files. i.e. Windows Media Player is
loading
the whole file and then only it is starting playing the movie. But
QuickTime
player doesnt. For QuickTime player, as soon as it got some data from the
file, it starts palying the video and in the background it will continue
loading the movie. Some AVI files are around 60 to 100 MB of size. So if
the
program starts only after completely loading the file then it will be a
problem and users have to wait for some time.

Is this possible to play AVI files using the QucikTime player? Please
let
me know.

With Regards,
Vanga Sasidhar.

Nov 21 '05 #2
Dear Christopher,

Yes, as you told we can use that command to run any AVI file using
QuickTime Player. But here i want to make a program in Visual Basic .NET. I
will explain you how the environment should be.

In its main window, on left side there will be a list of videos and a
"Show Video" Button. When the user selects a video from the list and press
the "Show Video" button, it should show the video in the same windoe on the
right side. But i am thinking that this video AVI file will be played using
the Windows Media Player by default (If i am not wrong). Here I want
QuickTime player to be used to play the selected video and it should be done
in the same window of my program.

Hope I am able to explain my problem. If my problem need any further
explanation, please let me know.

With Regards,
Vanga Sasidhar

"Christophe r Kurtis Koeber" <c_******@myrea lbox.com> wrote in message
news:O$******** ******@TK2MSFTN GP15.phx.gbl...
Just run the quicktime player with the path to your avi file as an
argument. For example:

"qplayer.ex e "C:\MyAVI.a vi"

Christopher

"Vanga Sasidhar" <va***@hotmail. com> wrote in message
news:u9******** ******@TK2MSFTN GP09.phx.gbl...
Already posted the same message but the date and time of my machine was
set back. and it was listed under the old date. Thats why I am posting
the same message again. Please accept this.

------------------------------------------------------------------------------------

Hi All,

I have some AVI files and i want to create a program which will open an
AVI file from the hard disk at runtime and run that Video. But here i
want
to use QuickTime player to run the AVI file. The program should not use
Windows Media Player to run the AVI file.

Here I am asking for QuickTime player, because I have seen that Windows
Medial Player doesnt stream AVI files. i.e. Windows Media Player is
loading
the whole file and then only it is starting playing the movie. But
QuickTime
player doesnt. For QuickTime player, as soon as it got some data from the
file, it starts palying the video and in the background it will continue
loading the movie. Some AVI files are around 60 to 100 MB of size. So if
the
program starts only after completely loading the file then it will be a
problem and users have to wait for some time.

Is this possible to play AVI files using the QucikTime player? Please
let
me know.

With Regards,
Vanga Sasidhar.


Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1250
by: Paul Sellis | last post by:
Hi, I need to make an "on demand" QuickTime movie from a menu. So I would like to be able to keep the Quicktime movie player 'open' throughout this presentation, and clicking on the various links updates the current movie without the need to reload the whole webpage What would be the best solution ? Thank you for your help !
7
5929
by: Sean | last post by:
Hi I've written an HTML page that has a link to an MPG file, to be burned onto a "Demo CD". The MPG file is quite big - 500MB. On my computer, it works fine - clicking the link opens up Windows Media Player, which starts showing the video. But on another computer, the link opens up a new browser page, and shows the video as an embedded...
10
4698
by: comp.lang.php | last post by:
echo mime_content_type('/var/www/html/video/small.mov'); // 1.5mb Quicktime video returns "video/quicktime" echo mime_content_type('/var/www/html/video/huge.mov'); // 10.5mb Quicktime video returns "text/plain" Environment: PHP 5.0.4 - Windows XP --enable-mime-magic PHP 4.3.11 - Fedora Core 4 --enable-mime-magic
4
1969
by: Maurice LING | last post by:
Hi, I'm trying to read some files (video files) that seems to have some errors in it. Basically, I cannot copy it out of discs as that gives me an error message but I can still play the file using a media player like VLC or QuickTime. I understand that copying a file will also invoke checking routines as well, and I am guessing that the...
3
5368
by: ghassett | last post by:
Hello, When I have a Quicktime object embedded in my web page, and I use Javascript to set its URL, the clip always starts playing immediately, even if I have the player's autoplay property set to false. Here is a code snippet: <EMBED width="100%" height="100%" TYPE="video/quicktime" PLUGINSPAGE="www.apple.com/quicktime/download"
0
1086
by: Al_C | last post by:
Am stuck for now with a .mov file that they want to show. So I need to use Quicktime control and have it installed on my computer. Anyway, having gone through all this I can get it to play. The app calls from one form to do a showdialog() of another form that uses the movie control. The movie plays out ..... But when I close out the...
9
3490
by: outstretchedarm | last post by:
How exactly does HTML/Javascript handle playing midi files? Does it have a player imbedded in it? Or does it borrow from the computer's midi player? How could you make a webpage play certain chosen notes via midi? Is there an existing library for such a thing?
13
4862
by: anil.rita | last post by:
When the user chooses an AV file to play, based upon the type of file, I want to use the default installed media player to play it. I am wondering if this is a good way - any alternatives, suggestions or improvements? if( wmv file) document.write("<OBJECT id=Player classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6 height="354"...
1
2117
by: josephChiaWY | last post by:
Hi all, Recently, i have met a problem in playing the selected video in the embedded quicktime player. I am creating a video gallery for people to view their .mov file on quicktime player. Below are parts of my code: if($ext=="mov"){ echo "<object classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width=320 height=240 standby='Data...
0
7809
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8159
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
6569
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5685
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5366
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3835
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2312
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1413
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1147
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.