Re: 4:3 vs 16:9
- From: "Al Stu" <NOYB@xxxxxxxx>
- Date: Wed, 20 Jul 2005 20:32:25 -0700
Just did a test of the shrink x after rotating a DV-AVI 90 degrees and it
seems to correct the proportionality. However different values are required
for widescreen (16:9) vs. portrait (4:3).
By first appearances, with the correct values, Expand/Shrink X/Y looks like
it could be used for cropping or letterboxing 4:3 to 16:9 and visa-versa.
Here's a couple of xlm files using your PIP+ plug-in and xlm examples for
correcting the aspect ratio of rotated 16:9 and 4:3 videos and for aspect
conversion to/from 16:9/4:3. I think the numbers are correct by I certainly
do not guarantee so.
If only you could fashion a reverse play effect.
"Al Stu" <NOYB@xxxxxxxx> wrote in message
news:OjtZOxMjFHA.2472@xxxxxxxxxxxxxxxxxxxxxxx
> "Let me know how it works. Also I will appreciate if you explain what was
> wrong with the rotate effects I posted."
>
> Basically the same thing. As I understood it, the purpose was to rotate
> video shot sideways so it would now display up-right and maintain proper
> H:V
> proportionality. Perhaps this also works with stills, but with video it
> resizes both H & V the same percentage, thus a disproportional video.
> Much
> the same as the built-in rotate 90, 180, 270 degrees effects.
>
> Haven't tested the latest yet but will let you know when I do. Will be
> working on a project soon in which most of the footage was accidentally
> shot
> in 4:3 and then a few clips 16:9. Typically I only do 16:9 but I'm
> thinking
> if I crop all the 4:3 footage there will be too much lost from the top and
> bottom. So I'll probably just bite the bullet, chop the 16:9 sides and do
> 4:3.
>
>
> "Rehan" <someone@xxxxxxxxxxxxx> wrote in message
> news:OPh9S5JjFHA.3012@xxxxxxxxxxxxxxxxxxxxxxx
>> Hi Al and Scott
>>
>> Hmmmm... I am sorry for the typo... but I was copying pasting from an
>> older message. Dont know how come there got a typo in that code.
>> Nevermind
>> I am including the correct code below.
>>
>> Furthermore, I went back and tested the code again. It works as expected
>> with still pictures (thats what i tested earlier perhaps). However
>> testing
>> it with a movie clip showed the odd behaviour you mentioned... Movie
>> Maker
>> does weird stuff with the movie clip and expands it to fill the full 16:9
>> frame... This is annoying. However I have a fix for that too. You will
>> need to get my PIP Plus plugin. Then install the code below and use "PIP+
>> Expand Y 1.33x" or "PIP+ Shrink X 0.75x" for movie clips. The "Zoom
>> Fixed"
>> effect would work for 4:3 still pictures in 16:9 frame.
>>
>> Note: These effects would continue to work with the freeware usage of
>> PIP+.
>>
>> Instructions:
>> First downlaod and install PIP Plus http://www.rehanfx.org/pipplus.htm
>> Then copy paste the code below to a text editor and save as "zoom.xml" in
>> folder "C:\Program Files\Movie Maker\Shared\AddOnTFX". Restart WMM.
>>
>>
>> <TransitionsAndEffects Version="1.0" >
>> <Effects>
>> <EffectDLL guid="{B4DC8DD9-2CC1-4081-9B2B-20D7030234EF}">
>> <Effect name="Zoom In Fixed 75%" iconid="33">
>> <Param name="InternalName" value="Simple3D" />
>> <Param name="ScaleA" value="1.3333" />
>> <Param name="InitialScaleA" value="1.3333" />
>> </Effect>
>> </EffectDLL>
>> <EffectDLL guid="{0BEDE179-3361-4eea-9058-11CBB1739D50}">
>> <Effect name="PIP+ Expand Y 1.333x" iconid="33">
>> <Param name="RectA" value=" 0.0, 0.0,-0.165, 1.0,1.333;" />
>> </Effect>
>> <Effect name="PIP+ Shrink X 0.75x" iconid="33">
>> <Param name="RectA" value=" 0.0, 0.125,0.0, 0.75,1.0;" />
>> </Effect>
>> </EffectDLL>
>> </Effects>
>> </TransitionsAndEffects>
>>
>>
>> Let me know how it works. Also I will appreciate if you explain what was
>> wrong with the rotate effects I posted. Thanks.
>>
>> --
>> Rehan
>> MS MVP -- Digital Media
>> www.rehanfx.org - get transitions and effects for Windows Movie Maker
>>
>>
>>
>> "Al Stu" <NOYB@xxxxxxxx> wrote in message
>> news:O8aKbpAjFHA.3704@xxxxxxxxxxxxxxxxxxxxxxx
>>> Rehan, Do you actually verify these provide the desired effect?
>>>
>>> For instance this one doesn't work as there are typos that need to be
>>> corrected. But that's only the beginning. According to my testing it
>>> does not restore/maintain correct aspect ratio, as it is resizing both
>>> the vertical and horizontal by the same percentage. Sure it now fills
>>> the screen height but in doing so the width is also increased. What is
>>> needed is the ability to resize the X and Y independently.
>>>
>>> Similarly for the Rotate & Size one you posted couple days ago.
>>>
>>>
>>> "Rehan" <someone@xxxxxxxxxxxxx> wrote in message
>>> news:%23LNM6q%23iFHA.2484@xxxxxxxxxxxxxxxxxxxxxxx
>>>> Most widescreen TV's also have a zoom feature to enlarge the 4:3 frame
>>>> to fill in the 16:9 screen by cropping away the top and bottom edges...
>>>> Can you not use that feature?
>>>>
>>>> Within Movie Maker you can convert the video footage to widescreen by
>>>> applying a static zoom-in effect as described below. First change the
>>>> output aspect ratio to 16:9 from Tools->Options->Advanced. Then apply
>>>> the following static zoom to your 4:3 clips.
>>>>
>>>> The following xml code defines a custom effect for movie maker. To use
>>>> it copy paste the code into notepad or any other text editor and save
>>>> it
>>>> as crop.xml in "C:\Program Files\Movie Maker\Shared\AddOnTFX" folder.
>>>> Make sure the saved file has extension ".xml". Restart Movie maker so
>>>> that it loads the new effect.
>>>>
>>>> <TransitionsAndEffects Version="1.0" >
>>>> <Effects>
>>>> <EffectDLL guid="{B4DC8DD9-2CC1-4081-9B2B-20D7030234EF}">
>>>> <Effect name="Zoom Fixed 75%" iconid="33">
>>>> <Param name="InternalName" value="Simple3D" />
>>>> <Param name="ScaleA" value="1.3333" />
>>>> <Param name="InitialScaleA" value="1.3333" />
>>>> </Effect>
>>>> </EffectDLL>
>>>> </Effects>
>>>> </TransitionsAndEffects>
>>>>
>>>>
>>>> Note look for a new effect named "Zoom Fixed 75%" in the effects area.
>>>>
>>>>
>>>>
>>>> --
>>>> Rehan
>>>> MS MVP -- Digital Media
>>>> www.rehanfx.org - get transitions and effects for Windows Movie Maker
>>>>
>>>>
>>>>
>>>>
>>>> "PapaJohn (MVP)" <PapaJohn@xxxxxxxxxxxxx> wrote in message
>>>> news:OQHtSO9iFHA.3936@xxxxxxxxxxxxxxxxxxxxxxx
>>>>> Take the video footage into something like VirtualDub and use it's
>>>>> features to crop and resize so the video has 16:9 proportions.
>>>>>
>>>>> Movie Maker could then keep it in widescreen format during editing and
>>>>> saving...
>>>>> ---
>>>>> PapaJohn
>>>>> Movie Maker 2 and Photo Story 3 website - http://www.papajohn.org
>>>>>
>>>>> tips and tricks:
>>>>> http://www.simplydv.co.uk/simplyBB/viewtopic.php?t=4693
>>>>>
>>>>> Online Newsletters:
>>>>> http://www.windowsmoviemakers.net/PapaJohn/Index.aspx
>>>>>
>>>>> "Scott Micale" <hrm_admin@xxxxxxxxxxxxxxxx> wrote in message
>>>>> news:O8pRU68iFHA.2156@xxxxxxxxxxxxxxxxxxxxxxx
>>>>>>I know this really isn't a MM question, but I was hoping that some of
>>>>>>you video guru's could shed some light on this for me. I use MM, but
>>>>>>I
>>>>>>am now starting to get into more upscale video editing software like
>>>>>>Adobe Premiere Pro 1.5. My question has to do with 4:3 vs. 16:9. I
>>>>>>have just a regular DV Cam which I assume it does 4:3. I have a 57"
>>>>>>Widescreen TV that I want to take my video footage and play it on it.
>>>>>>With my TV being 16:9 will I have black bars on the right and left of
>>>>>>my screen because it is recorded in 4:3? Is there a way to get that
>>>>>>footage to play without the bars on both sides and still look
>>>>>>proportional? I can live with having the bars on the top and bottom.
>>>>>>Any help on this would be great!
>>>>>>
>>>>>> --
>>>>>> Scott Micale
>>>>>> Director of IT
>>>>>> 330-877-3631
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
begin 666 Aspect Conversion (Al Stu).xml
M/%1R86YS:71I;VYS06YD169F96-T<R!697)S:6]N/2(Q+C B(#X-"CQ%9F9E
M8W1S/@T*/$5F9F5C=$1,3"!G=6ED/2)[,$)%1$4Q-SDM,S,V,2TT965A+3DP
M-3@M,3%#0D(Q-S,Y1#4P?2(^#0H-"CQ%9F9E8W0@;F%M93TB0V]N=F5R=" Q
M-CHY('1O(#0Z,R H1FEL;"D@4$E0*R!%>'!A;F0@6" Q+C,S,W@B(&EC;VYI
M9#TB,S,B/@T*/%!A<F%M(&YA;64](E)E8W1!(B!V86QU93TB(# N,"P@+3 N
M,38U+# N,"P@,2XS,S,L,2XP.R(@+SX-"CPO169F96-T/@T*#0H\169F96-T
M(&YA;64](D-O;G9E<G0@,38Z.2!T;R T.C,@*$QE='1E<F)O>"D@4$E0*R!3
M:')I;FL@62 P+C<U>2(@:6-O;FED/2(S,R(^#0H\4&%R86T@;F%M93TB4F5C
M=$$B('9A;'5E/2(@,"XP+" P+C L,"XQ,C4L(#$N,"PP+C<U.R(@+SX-"CPO
M169F96-T/@T*#0H\169F96-T(&YA;64](D-O;G9E<G0@-#HS('1O(#$V.CD@
M*$9I;&PI(%!)4"L@17AP86YD(%D@,2XS,S-Y(B!I8V]N:60](C,S(CX-"CQ0
M87)A;2!N86UE/2)296-T02(@=F%L=64](B P+C L(# N,"PM,"XQ-C4L(#$N
M,"PQ+C,S,SLB("\^#0H\+T5F9F5C=#X-"@T*/$5F9F5C="!N86UE/2)#;VYV
M97)T(#0Z,R!T;R Q-CHY("A,971T97)B;W@I(%!)4"L@4VAR:6YK(%@@,"XW
M-7@B(&EC;VYI9#TB,S,B/@T*/%!A<F%M(&YA;64](E)E8W1!(B!V86QU93TB
M(# N,"P@,"XQ,C4L,"XP+" P+C<U+#$N,#LB("\^#0H\+T5F9F5C=#X-"@T*
M/"]%9F9E8W1$3$P^#0H\+T5F9F5C=',^#0H\+U1R86YS:71I;VYS06YD169F
'96-T<SX-"@``
`
end
begin 666 Rotate Aspect Correction (Al Stu).xml
M/%1R86YS:71I;VYS06YD169F96-T<R!697)S:6]N/2(Q+C B(#X-"CQ%9F9E
M8W1S/@T*/$5F9F5C=$1,3"!G=6ED/2)[,$)%1$4Q-SDM,S,V,2TT965A+3DP
M-3@M,3%#0D(Q-S,Y1#4P?2(^#0H-"CQ%9F9E8W0@;F%M93TB0V]R<F5C="!2
M;W1A=&5D($%S<&5C=" H,38Z.2D@4$E0*R!3:')I;FL@6" P+C4V,C=X(B!I
M8V]N:60](C,S(CX-"CQ087)A;2!N86UE/2)296-T02(@=F%L=64](B P+C L
M(# N,C,V-C4L,"XP+" P+C4V,C<L,2XP.R(@+SX-"CPO169F96-T/@T*#0H\
M169F96-T(&YA;64](D-O<G)E8W0@4F]T871E9"!!<W!E8W0@*#0Z,RD@4$E0
M*R!3:')I;FL@6" P+C<U>"(@:6-O;FED/2(S,R(^#0H\4&%R86T@;F%M93TB
M4F5C=$$B('9A;'5E/2(@,"XP+" P+C$R-2PP+C L(# N-S4L,2XP.R(@+SX-
M"CPO169F96-T/@T*#0H\+T5F9F5C=$1,3#X-"CPO169F96-T<SX-"CPO5')A
5;G-I=&EO;G-!;F1%9F9E8W1S/@T*
`
end
begin 666 Comments.txt
M,38Z.2 O(#0Z,R!6:61E;R!!<W!E8W0@0V]N=F5R<VEO;G,-"@T*/"$M+2!#
M;VYV97)T<R Q-CHY('9I9&5O('1O(#0Z,R!B>2!C:&]P<&EN9R!O9F8@=&AE
M(&QE9G0@)B!R:6=H=" H8W)O<'!I;F<I+"!F:6QL<R!S8W)E96XN+2T^#0I#
M;VYV97)T(#$V.CD@=&\@-#HS("A&:6QL*2!025 K($5X<&%N9"!8(#$N,S,S
M> T*#0H\(2TM($-O;G9E<G1S(#$V.CD@=FED96\@=&\@-#HS(&)Y('-H<FEN
M:VEN9R!V97)T:6-A;"P@;&5T=&5R8F]X("AT;W O8F]T=&]M*2XM+3X-"D-O
M;G9E<G0@,38Z.2!T;R T.C,@*$QE='1E<F)O>"D@4$E0*R!3:')I;FL@62 P
M+C<U>0T*#0H\(2TM($-O;G9E<G1S(#0Z,R!V:61E;R!T;R Q-CHY(&)Y(&-H
M;W!P:6YG(&]F9B!T:&4@=&]P(&%N9"!B;W1T;VT@*&-R;W!P:6YG*2P@9FEL
M;',@<V-R965N+BTM/@T*0V]N=F5R=" T.C,@=&\@,38Z.2 H1FEL;"D@4$E0
M*R!%>'!A;F0@62 Q+C,S,WD-"@T*/"$M+2!#;VYV97)T<R T.C,@=FED96\@
M=&\@,38Z.2!B>2!S:')I;FMI;F<@:&]R:7IO;G1A;"P@;&5T=&5R8F]X("AL
M969T+W)I9VAT*2XM+3X-"D-O;G9E<G0@-#HS('1O(#$V.CD@*$QE='1E<F)O
M>"D@4$E0*R!3:')I;FL@6" P+C<U> T*#0H-"@T*#0I2;W1A=&5D(%9I9&5O
M($%S<&5C="!#;W)R96-T:6]N<PT*#0H\(2TM($-O<G)E8W1S(&%S<&5C="!R
M871I;R H2#I6('!R;W!O<G1I;VYA;&ET>2D@;V8@<F]T871E9" Q-CHY('9I
M9&5O(&)Y('-H<FEN:VEN9R!H;W)I>F]N=&%L+BTM/@T*0V]R<F5C="!2;W1A
M=&5D($%S<&5C=" H,38Z.2D@4$E0*R!3:')I;FL@6" P+C4V,C=X#0H-"CPA
M+2T@0V]R<F5C=',@87-P96-T(')A=&EO("A(.E8@<')O<&]R=&EO;F%L:71Y
M*2!O9B!R;W1A=&5D(#0Z,R!V:61E;R!B>2!S:')I;FMI;F<@:&]R:7IO;G1A
M;"XM+3X-"D-O<G)E8W0@4F]T871E9"!!<W!E8W0@*#0Z,RD@4$E0*R!3:')I
..;FL@6" P+C<U> T*#0H`
`
end
.
- References:
- 4:3 vs 16:9
- From: Scott Micale
- Re: 4:3 vs 16:9
- From: PapaJohn \(MVP\)
- Re: 4:3 vs 16:9
- From: Rehan
- Re: 4:3 vs 16:9
- From: Al Stu
- Re: 4:3 vs 16:9
- From: Rehan
- Re: 4:3 vs 16:9
- From: Al Stu
- 4:3 vs 16:9
- Prev by Date: Movie Maker shuts down
- Next by Date: Can't get MM2 to work
- Previous by thread: Re: 4:3 vs 16:9
- Next by thread: Re: 4:3 vs 16:9
- Index(es):
Relevant Pages
|