Prev: jvc Hdd
Next: Transistion Problems
From: Sinbad on 31 May 2010 19:01 I just got a Sony HDCX150 HD digital video recorder and I wanted to use it to take videos and then integrate them into a movie with narration and pictures. I find the version of Movie Maker I have 2.1.4027.0 will not allow importantion of the files. I can use the PMB program (comes with Sony camera) to save as a .wmv file, which I can import, but this makes a small file. When I tell the PMB program to save as a .mpg file, the Movie Maker give the following error: "20100530085606.mpg could not be imported. An interface has too many methods to fire events from". The files are saved on the Sony camera as a .m2ts file. The .m2ts file is about 21 meg, the .mpg file is about 21 meg and the .wmv file is about 2 meg. I am trying to get the best quality video and therefore think I need a larger file than 2 meg. So, can Movie Maker inport a .mpg file (the Help section for Movie Maker says YES). What can I try? Or do I need another program to integrate video, pictures, titles and narration? -- Sinbad
From: Volunteer J on 1 Jun 2010 13:34 Sinbad wrote: > Thanks, you answered my questions. I will convert to .wmv files as > the video I see on my laptop is fine. ========================== You're welcome. Thanks for the update. -- Volunteer J - MS-MVP Digital Media Experience Notice This is not tech support I am a volunteer Solutions that work for me may not work for you Proceed at your own risk
From: Sinbad on 2 Jun 2010 01:00 Hi, I had a few more questions about using Movie Maker to edit videos. What I the recorded audio on a video segment has a problem. Can I stop the recorded audio in part and record a narration to continue to correct an error? How would I do this? What are the restrictions? Must I remove the entire audio which was recorded when I shot the video and replace it with audio or narration or ??? Also, can I edit the color saturation and contract of a video segment with Movie Maker and how do I do it? What are the restrictions? -- Sinbad "Volunteer J" wrote: > Sinbad wrote: > > Thanks, you answered my questions. I will convert to .wmv files as > > the video I see on my laptop is fine. > ========================== > You're welcome. > > Thanks for the update. > > -- > > Volunteer J - MS-MVP > Digital Media Experience > > Notice > This is not tech support > I am a volunteer > > Solutions that work for > me may not work for you > > Proceed at your own risk > > > . >
From: Volunteer J on 2 Jun 2010 01:21 Sinbad wrote: >snip< > Can I stop the recorded audio in part and record a > narration to continue to correct an error? How would > I do this? ===================================== Long reply...good luck... You can split the file anywhere you wish and right click / mute any portion. Then add your narration to the Autio/Music track and drag it left or right to align it. Info on splitting: Play the video/audio by clicking the "Play" button under the view screen. You will see the Playback Indicator (vertical line) advancing across the timeline. Click the "Pause" button at the point where you wish to split and type... Ctrl+L or click the "Split" button at the bottom of the view screen. (you can also make adjustments by dragging the Playback Indicator) ===================================== > What are the restrictions? ===================================== Your imagination. ===================================== > Must I remove the entire audio which was recorded > when I shot the video and replace it with audio or > narration or ??? ===================================== You could right click / mute the whole music track and add wht ever you like to the Audio / Music track. ===================================== > Also, can I edit the color saturation and contract > of a video segment with Movie Maker and how > do I do it? What are the restrictions? ===================================== This can be done with various effects. You can also create Custom Effects. Creating Custom Effects and Transitions in Windows Movie Maker http://msdn.microsoft.com/en-us/library/ms867186.aspx The following XML code from Rehan will give you a set of color filters. Copy paste the code into Notepad and then save it in "C:\Program Files\Movie Maker\Shared\AddOnTFX" fodler with name "colorfitlers.xml". You may have to create the AddOnTFX folder if this is the first time you are saving the custom effects xml. <TransitionsAndEffects Version="1.0"> <Effects> <EffectDLL guid="{B4DC8DD9-2CC1-4081-9B2B-20D7030234EF}" > <Effect name="Color Filter: Greenish" iconid="16" > <Param name="InternalName" value="Hue" /> <Param name="Value" value="0.3" /> <Param name="EndValue" value="0.3" /> </Effect> <Effect name="Color Filter: Blueish" iconid="16" > <Param name="InternalName" value="Hue" /> <Param name="Value" value="0.0" /> <Param name="EndValue" value="0.0" /> </Effect> <Effect name="Color Filter: Orangish" iconid="16" > <Param name="InternalName" value="Hue" /> <Param name="Value" value="0.6" /> <Param name="EndValue" value="0.6" /> </Effect> <Effect name="Color Filter: Yellowish" iconid="16" > <Param name="InternalName" value="Hue" /> <Param name="Value" value="0.5" /> <Param name="EndValue" value="0.5" /> </Effect> <Effect name="Color Filter: Redish" iconid="16" > <Param name="InternalName" value="Hue" /> <Param name="Value" value="0.66" /> <Param name="EndValue" value="0.66" /> </Effect> </EffectDLL> </Effects> </TransitionsAndEffects> -- Volunteer J - MS-MVP Digital Media Experience Notice This is not tech support I am a volunteer Solutions that work for me may not work for you Proceed at your own risk
|
Pages: 1 Prev: jvc Hdd Next: Transistion Problems |