473,791 Members | 2,816 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Movie maker transition

Hi,

Can I find transitions like on movie maker ?
Can I use it on C# program ?

Jun 5 '06 #1
9 4271
There are a number of IE specific transitions such as this one...
<meta http-equiv="Page-Exit"
content="progid :DXImageTransfo rm.Microsoft.Fa de(duration=.5) " />

I don't have a list of the others.
If you find the list or what they are actually called please reply and let
us know.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://www.metromilwaukee.com/clintongallagher/
"Audrey" <Au************ *@ifrance.com> wrote in message
news:11******** **************@ i39g2000cwa.goo glegroups.com.. .
Hi,

Can I find transitions like on movie maker ?
Can I use it on C# program ?

Jun 5 '06 #2
Audrey,

AFAIK, there is no way to apply transitions in Movie Maker to some video
you might be playing. If I had to guess, I would say that Movie Maker hooks
into the filter stream in DirectPlay and then modifies the output then.

This is no small task in C#. Are you trying to do this for a piece of
video?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Audrey" <Au************ *@ifrance.com> wrote in message
news:11******** **************@ i39g2000cwa.goo glegroups.com.. .
Hi,

Can I find transitions like on movie maker ?
Can I use it on C# program ?

Jun 5 '06 #3
I want to develop a c# windows form which allows me to apply some
transition on image.

Nicholas Paldino [.NET/C# MVP] a écrit :
Audrey,

AFAIK, there is no way to apply transitions in Movie Maker to some video
you might be playing. If I had to guess, I would say that Movie Maker hooks
into the filter stream in DirectPlay and then modifies the output then.

This is no small task in C#. Are you trying to do this for a piece of
video?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Audrey" <Au************ *@ifrance.com> wrote in message
news:11******** **************@ i39g2000cwa.goo glegroups.com.. .
Hi,

Can I find transitions like on movie maker ?
Can I use it on C# program ?


Jun 5 '06 #4
Hi Clinton,

[...]
I don't have a list of the others.
If you find the list or what they are actually called please reply and let
us know.


[...]

see:

http://msdn.microsoft.com/workshop/a...asp?frame=true

http://msdn.microsoft.com/workshop/a...asp?frame=true

Thorsten

Jun 5 '06 #5
Audrey,

You would probably have an easier time writing the code to do the
transition yourself, doing the custom painting between the two images.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Audrey" <Au************ *@ifrance.com> wrote in message
news:11******** *************@i 40g2000cwc.goog legroups.com...
I want to develop a c# windows form which allows me to apply some
transition on image.

Nicholas Paldino [.NET/C# MVP] a écrit :
Audrey,

AFAIK, there is no way to apply transitions in Movie Maker to some
video
you might be playing. If I had to guess, I would say that Movie Maker
hooks
into the filter stream in DirectPlay and then modifies the output then.

This is no small task in C#. Are you trying to do this for a piece of
video?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Audrey" <Au************ *@ifrance.com> wrote in message
news:11******** **************@ i39g2000cwa.goo glegroups.com.. .
Hi,

Can I find transitions like on movie maker ?
Can I use it on C# program ?

Jun 6 '06 #6
Thanks for this information.
It is the only solution : to write my program. I though that I could
re-use a program

Audrey

Nicholas Paldino [.NET/C# MVP] a écrit :
Audrey,

You would probably have an easier time writing the code to do the
transition yourself, doing the custom painting between the two images.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Audrey" <Au************ *@ifrance.com> wrote in message
news:11******** *************@i 40g2000cwc.goog legroups.com...
I want to develop a c# windows form which allows me to apply some
transition on image.

Nicholas Paldino [.NET/C# MVP] a écrit :
Audrey,

AFAIK, there is no way to apply transitions in Movie Maker to some
video
you might be playing. If I had to guess, I would say that Movie Maker
hooks
into the filter stream in DirectPlay and then modifies the output then.

This is no small task in C#. Are you trying to do this for a pieceof
video?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Audrey" <Au************ *@ifrance.com> wrote in message
news:11******** **************@ i39g2000cwa.goo glegroups.com.. .
Hi,

Can I find transitions like on movie maker ?
Can I use it on C# program ?


Jun 6 '06 #7
Is this what you are looking for?
http://msdn.microsoft.com/library/de...iemakersfx.asp

chanmm

"Audrey" <Au************ *@ifrance.com> wrote in message
news:11******** **************@ u72g2000cwu.goo glegroups.com.. .
Thanks for this information.
It is the only solution : to write my program. I though that I could
re-use a program

Audrey

Nicholas Paldino [.NET/C# MVP] a écrit :
Audrey,

You would probably have an easier time writing the code to do the
transition yourself, doing the custom painting between the two images.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Audrey" <Au************ *@ifrance.com> wrote in message
news:11******** *************@i 40g2000cwc.goog legroups.com...
I want to develop a c# windows form which allows me to apply some
transition on image.

Nicholas Paldino [.NET/C# MVP] a écrit :
Audrey,

AFAIK, there is no way to apply transitions in Movie Maker to some
video
you might be playing. If I had to guess, I would say that Movie Maker
hooks
into the filter stream in DirectPlay and then modifies the output then.

This is no small task in C#. Are you trying to do this for a piece
of
video?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Audrey" <Au************ *@ifrance.com> wrote in message
news:11******** **************@ i39g2000cwa.goo glegroups.com.. .
Hi,

Can I find transitions like on movie maker ?
Can I use it on C# program ?

Jun 6 '06 #8
Hi -- thanks for the URLs Thorsten (cool name dude).

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://www.metromilwaukee.com/clintongallagher/

"Thorsten Gudera" <Th************ *@t-nichtspam-online.de> wrote in message
news:Ol******** ******@TK2MSFTN GP02.phx.gbl...
Hi Clinton,

[...]
I don't have a list of the others.
If you find the list or what they are actually called please reply and let
us know.


[...]

see:

http://msdn.microsoft.com/workshop/a...asp?frame=true

http://msdn.microsoft.com/workshop/a...asp?frame=true

Thorsten

Jun 6 '06 #9
Thanks for this URL.

chanmm a écrit :
Is this what you are looking for?
http://msdn.microsoft.com/library/de...iemakersfx.asp

chanmm

"Audrey" <Au************ *@ifrance.com> wrote in message
news:11******** **************@ u72g2000cwu.goo glegroups.com.. .
Thanks for this information.
It is the only solution : to write my program. I though that I could
re-use a program

Audrey

Nicholas Paldino [.NET/C# MVP] a écrit :
Audrey,

You would probably have an easier time writing the code to do the
transition yourself, doing the custom painting between the two images.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Audrey" <Au************ *@ifrance.com> wrote in message
news:11******** *************@i 40g2000cwc.goog legroups.com...
I want to develop a c# windows form which allows me to apply some
transition on image.

Nicholas Paldino [.NET/C# MVP] a écrit :
Audrey,

AFAIK, there is no way to apply transitions in Movie Maker to some
video
you might be playing. If I had to guess, I would say that Movie Maker
hooks
into the filter stream in DirectPlay and then modifies the output then.

This is no small task in C#. Are you trying to do this for a piece
of
video?
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Audrey" <Au************ *@ifrance.com> wrote in message
news:11******** **************@ i39g2000cwa.goo glegroups.com.. .
> Hi,
>
> Can I find transitions like on movie maker ?
> Can I use it on C# program ?
>


Jun 7 '06 #10

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

Similar topics

0
1228
by: Sanjeeva Reddy | last post by:
1)how to get the preview of movie file to add in imagelist(i mean the first frame of movie file. )(in .net frame work,windows Forms application) in a listview control. here i am giving code for adding images in my imagelist below. imageList1->Images->Add(Image::FromFile("C:\\ar1.jpg"); like that only i want to add my movie files(first frame) to my imagelist. 2)imagetransition:in imagetrancistion i want to use transition filter like...
1
2717
by: =?Utf-8?B?R3JlZ29yeU5lbHNvbg==?= | last post by:
How do I get the beatuful Plus! Movie Maker transitions that I had on XP to work with Vista version of Movie Maker. I'd hate to think I lost a product I invested in beacuse I actually upgraded my OS! Any assistance helpful - all other Plus! DME for XP work fine under Vista ... Thank you.
2
1666
by: =?Utf-8?B?SG9sbHk=?= | last post by:
Please help...I'm trying to make a movie of different clips. I can add a set of clips from one collection to the storyboard and it plays fine. Then I will add another set of clips from another collection and the whole storyboard will NOT play. It won't all play together even though it shows up in the storyboard. WHAT DO I DO??????
8
3639
Death Slaught
by: Death Slaught | last post by:
The title is the question. what would be the best way to embed a video that was made in windows movie maker ive tried different formats .swf .avi .mpeg and ive tried embeding it, making it a link, object data, img dynsrc, and none of them seem to work two of them started to load another page but got half way and stoped. So if any 1 has a solution it would be greatly appreciated. Thanks, Death Slaught
0
1191
by: =?Utf-8?B?c2R1bWU=?= | last post by:
im trying to make a movie on windows movie maker, but when i put the 8th picture it gets closed and i cant finish it. why? and how can i fix it? -- Sdume.
3
5789
by: zb42 | last post by:
I have a _mc that I've added to the stage. On it's layers first frame I have this code that spins the _mc around and has some great effects: import fl.transitions.*; import fl.transitions.easing.*; TransitionManager.start(img4_mc, {type:Zoom, direction:0, duration:3, easing: Bounce.easeOut}); TransitionManager.start(img4_mc, {type:Rotate, direction:Transition.IN, duration:30, easing:Strong.easeInOut, ccw:false, degrees:720});...
1
1906
by: =?Utf-8?B?TWlrZQ==?= | last post by:
Once I make movie what video size will it be? The same size as screen in preview of movie maker?
5
1189
by: =?Utf-8?B?V2FsdA==?= | last post by:
Can't import music to movie maker. The tracks show in my music. But when I try to import from my music, under the audio file extension, the folder shows empty. When I click on "all files" the tracks appear, but won't import.
0
1555
by: =?Utf-8?B?b2J4aHVycmljYW5l?= | last post by:
I've found several different reponses here and on other sites saying that if you get the message that "movie maker has stopped working" in vista that is probably a compatibility issue and how to fix it. The problem is that I can't get into it at all---I tried the safe mode thing issued by Microsoft (meaning to open it in safe mode using a command prompt) but even then when I try to open it in safe mode I still get the same error message...
0
9669
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10207
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9029
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7537
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6776
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5558
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4109
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
2
3713
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2913
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.