English 中文(简体)
Content Pipeline from Adobe After Effects to XNA Video
原标题:

My goal is to export a Movie from Adobe After Effects in a Format that can be read by the XNA content pipeline.

What is the easiest way to do it? And how? (I m using XNA 4.0 and AE CS5)

PS: I ve seen that similar questions have already been answered, but they seem a bit out-of-date and pretty hacky. Isn t there a way to encode the right format directly in AE?

最佳回答

If my memory of AE is correct AE doesn t have very many options for video exporting. I remember that I could render a video out to a wmv file, try looking into rendering out your video file instead of exporting it (different options).

If you still don t find a way to output to wmv I would recommend you simply output a basic uncompressed AVI file in an uncompressed format then use Windows movie maker (or any number of free programs floating around on the internet) to convert your raw AVI to WMV9 video file.

You can then drag and drop your new wmv into your content pipeline and it should set up the appropriate importers/exporters.

For the record doing conversions outside of a video editing app is not really hacky imo, you have to work with the tools you are given and not against them.

问题回答

暂无回答




相关问题
Non-linear video editing tool/API?

Can anyone recommend a good library that would enable me to write an application that can blend multiple input videos into one output video (for example into a split screen). I don t care about the ...

WPF playing a video, shopping up, can I preload?

Im showing a video int my application, but its being chopped up, its locally on disc so I dont understand why this is so... any way i can start to preload it before playing it - so the content would ...

FLVs on timeline are glitching out

I have a Movieclip with about five FLV movies embedded on its timeline, one after another. I am loading multiple instances (about 5-10) of this movieclip onto the stage. Once added to the stage, they ...

Get the dimensions of a H.264 MP4

Does anybody know a ready-made, reliable way to tell the dimensions (width x height) of a MP4 encoded using the H.264 codec without ffmpeg or similar extensions, in pure PHP? Thanks for all the ...

热门标签