㈠ 如何制作简易电子相册
如何制作简易电子相册
自拍、生活照、游玩照等海量的照片存储在电脑中,既不美观查看的时候又不太方便。这个时候来制作一个电子相册是不错的'想法。
一、素材准备
首先,打开会声会影,准备好制作电子相册所需要的素材,并导入到会声会影的素材库中。
图1:导入素材到会声会影中
二、插入素材
在视频轨中添加照片素材,可以选中素材直拖动到轨道上,也可以在轨道上右击插入素材。
三、添加转场
所有的素材添加完成之后,再在素材之间分别添加转场。切换到轨上面板中,将选择好的转场直接拖至两个素材之间。
图片2:在素材之间添加转场
四、添加标题
在标题库中选择合适的标题字幕拖入到标题轨中,调整相应的长度,将长度调整到与照片一致。还可以对字幕字体、颜色等进行设置,还能设置动画呢。
图3:设置文字效果
五、添加音乐
选择一首音乐素材插入到音乐轨中,并调整长度与照片素材一致。也可以使用会声会影的库中音乐,还可以用自动匹配音乐功能。
图4:为素材添加音乐
六、完成预览
所有的操作完成之后,先保存一下,然后点击导览面板中的“播放”按钮,即可预览最终效果,不满意可以继续进行调整。
;㈡ 在电脑上怎么制作相册
可以通过数码大师制作成音乐相册然后在手机播放的。当然,可以生成MP4等手机支持播放的格式的。
使用数码大师制作电子音乐相册:
1.导入制作电子相册的照片。首先,在顶部切换到“视频相册”功能,在相片列表下方点击“添加相片”按钮,在弹出的文件选择框一次性导入平时拍摄的照片。
2.制作电子相册时,利用水印功能加上开场白字幕。首先,自制一张写好漂亮艺术文字的PNG图片,PNG图片的尺寸与导出视频相册的尺寸一致。然后在主界面左下角“水印”选项卡中,导入PNG图片,在X、Y坐标处均设置为0(如需微调请设置相应值即可),在“出现时间”和“结束时间”处,设置想要开场白字幕显示的时间段即可。
3.文字特效在制作电子相册时还能抒情。在主界面相片列表下方点击“修改名字/注释/旁白”按钮,在弹出的对话框中,可以在相片写上名字、注释和旁白。
4.制作电子相册时,巧用各种丰富的特效打造动感且唯美的意境。在主界面右下角“当相片展示时”弹出框中选择“双重动态”,软件会在相片展示时,渲染画心、蒲公英、梅飞散舞、桃之夭夭、盛夏萤火、星光闪耀、五彩缤纷等唯美动感场景,并模拟动感的镜头推进和拉远动作展示,使制作的电子相册不仅梦幻唯美,还富有动感。
5.制作电子相册时记得配上动听的音乐和动感的MTV字幕。在主界面左侧点击“背景音乐”选项卡,在该选项卡导入好听的背景音乐和MTV字幕,使制作的电子相册不仅声色并茂,还具有明星范的MTV字幕效果。制作MTV字幕所需的LRC歌词文件可以直接从网上下载,十分方便。导入背景音乐后,点击“插入歌词”按钮导入LRC歌词就行了,软件会自动为MTV字幕渲染十几种字幕特效并使同时动感展示。
6.制作电子相册的步骤完成后,点击主界面右下角“开始生成”按钮,一个高清、酷炫的电子相册就会快速生成了。可以将制作好的视频相册刻录成光盘,或直接在高清电视机上观看,或上传到视频网站与网友分享。
㈢ 苹果电脑,keynote这个软件怎么做相册,详解
同上观点啊.iPhoto自带就有很好的制作相册的功能,还可以快速发送到制作相册的实体店制作,当然后面这个功能好像在大陆还不支持..
如果你真的想在Keynote下制作的话也是可以的.通过Mac自带的AppleScript来辅助你完成重复性的工作....
propertythisThemeName:"ImageGridKiosk"
propertygridSlideMasterName:"Photo-Grid28"
propertyphotoSlideMasterName:"Photo"
:"Photo-Square"
:true
:3
tellapplication"Keynote"
activate
try
--checkfortherequiredtheme
--
()
setchosenAlbumto¬
(¬
":")
-128
--
tellapplication"iPhoto"
--
--usethe"imagepath"propertyforhigherresolution
settheimagePathsto¬
(chosenAlbumasstring)
endtell
displaydialog":"defaultanswer""
setthisDocumentto¬
makenewdocumentwithproperties{documenttheme:themethisThemeName}
tellthisDocument
--SETTHETITLESLIDE
tellthecurrentslide
setbaseslidetomasterslide"Title-Center"ofthisDocument
--setslidetransition
setthetransitionpropertiesto¬
{transitioneffect:dissolve¬
,transitionration:2¬
,transitiondelay:3¬
,automatictransition:defaultAutomaticTransistion}
endtell
--MAKETHEGRIDSLIDE
{baseslide:}
tellgridSlide
--setslidetransition
setthetransitionpropertiesto¬
{transitioneffect:magicmove¬
,transitionration:2¬
,transitiondelay:0¬
,automatictransition:defaultAutomaticTransistion}
--populatetheimageplaceholders
setthisImageFileto(itemioftheseImagePaths)asPOSIXfile
endrepeat
endtell
delay1
--
setthisImageFileto(itemioftheseImagePaths)asPOSIXfile
myaddInboundSquarePhotoSlide(thisImageFile)
myaddPhotoSlide(thisImageFile)
myaddOutboundSquarePhotoSlide(thisImageFile)
delay1
plicateslide2toafterlastslide
delay1
endrepeat
--SETGRIDSLIDETODISPLAYLONGER
tellgridSlide
setthetransitionpropertiesto{transitiondelay:2}
endtell
--SETTHEKIOSKPROPERTIES
setautoplaytotrue
setautolooptotrue
endtell
--STARTTHEPRESENTATION
iferrorNumberis1000then
displayalert"MISSINGRESOURCE"message"“"&thisThemeName&".”"&return&return&":iworkautomation.com"ascriticalbuttons{"Download","Stop"}defaultbutton2
"Download"then
openlocation"http://iworkautomation.com/keynote/examples-grid-kiosk.html"
endif
errornumber-128
elseiferrorNumberis1001then
seterrorNumberto"iPhotoIssue"
seterrorMessageto"."
elseiferrorNumberis1002then
seterrorNumberto"iPhotoIssue"
seterrorMessageto"."
elseiferrorNumberis1003then
seterrorNumberto"iPhotoIssue"
seterrorMessageto"."
endif
iferrorNumberisnot-128then
displayalert(errorNumberasstring)messageerrorMessage
endif
endtry
endtell
oniPhotoAlbumNames()
try
--getalistofiPhotoalbums
tellapplication"iPhoto"
launch
return(thenameofeveryalbum)
endtell
onerror
returnfalse
endtry
endiPhotoAlbumNames
onaddInboundSquarePhotoSlide(thisImageFile)
tellapplication"Keynote"
tellfrontdocument
setthisSlideto¬
makenewslidewithproperties¬
{baseslide:}
tellthisSlide
setthetransitionpropertiesto¬
{transitioneffect:dissolve¬
,transitionration:0.5¬
,transitiondelay:0¬
,automatictransition:defaultAutomaticTransistion}
endtell
endtell
endtell
endaddInboundSquarePhotoSlide
onaddOutboundSquarePhotoSlide(thisImageFile)
tellapplication"Keynote"
tellfrontdocument
setthisSlideto¬
makenewslidewithproperties¬
{baseslide:}
tellthisSlide
setthetransitionpropertiesto¬
{transitioneffect:magicmove¬
,transitionration:1.5¬
,transitiondelay:0¬
,automatictransition:defaultAutomaticTransistion}
endtell
endtell
endtell
onaddPhotoSlide(thisImageFile)
tellapplication"Keynote"
tellfrontdocument
setdocumentWidthtoitswidth
setdocumentHeighttoitsheight
{baseslide:masterslide"Blank"}
tellthisSlide
{file:thisImageFile}
tellthisImage
setitsheighttodocumentHeight
setitspositionto{(documentWidth-(itswidth))div2,0}
endtell
setthetransitionpropertiesto¬
{transitioneffect:dissolve,transitionration:0.5¬
,transitiondelay:defaultImageDisplayTime¬
,automatictransition:defaultAutomaticTransistion}
endtell
endtell
endtell
endaddPhotoSlide
onplicateSlideToEnd(thisSlide)
tellapplication"Keynote"
tellfrontdocument
endtell
endtell
endplicateSlideToEnd
效果是网格式显示所有照片,然后依次展示每一张,
㈣ mac book pro怎么做电子相册
你直接去“印记工坊”在线制作的音乐相册制作不是好吗,有很多免费模版制作,而且模版精美,制作简单,只要选模版,上传照片,添加音乐就可以轻松制作好了。制作好以后可以通过微信分享,刻录光盘保存。
㈤ mac book 怎么做电子相册
用苹自ilife系列iphoto做些家庭电相册游刃余界面优美操作简单
/