Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
10
Question by KvanteTore · Apr 07, 2010 at 03:20 PM · video

Creating a video from Unity

Has anyone tried to create a video from the rendered output in Unity.

I would like to be able to create replays of my game, and upload the replay to youtube or another video sharing site. I guess i can use EncodeToPNG and friends to get one frame, but has anyone tried to actually create a movie on the fly from the extracted screenshots?

Comment
Add comment · Show 4
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image cregox · Nov 12, 2010 at 01:34 PM 0
Share

That'd be great! I was hoping it would be possible to throw the unity video output directly into a stream, like VLC can do either to a unencoded video, encoded video, used as a video input to recording devices or to any receiving video stream host. Too bad no answers on this even up to today!

avatar image KvanteTore · Nov 17, 2010 at 10:57 AM 0
Share

I ended up making an in-game record/playback functionality for the replay functionality in our game. Being a free webgame it kind of makes sense, as it would mean anyone watching a replay would already be in the game, ready to play :)

avatar image Vini · Feb 17, 2011 at 02:35 PM 0
Share

Hi, could I ask you if you found any other way to create replays and to upload the unity video output directly ? $$anonymous$$aking it easier for players to publish their achievements.. Thanks in advance.

avatar image KvanteTore · Feb 21, 2011 at 04:19 PM 0
Share

@Vini, no. I ended up making an in-game replay system ins$$anonymous$$d.

11 Replies

· Add your reply
  • Sort: 
avatar image
2
Best Answer

Answer by AndrewRH · Feb 13, 2012 at 05:04 PM

Hi!

There's another option.. We've written a fast capture plugin that integrates directly into Unity to allow you to make captures in the editor or in a build.

The plugin is called AVPro Movie Capture can you can download a demo and view the documentation on the webpage.

-Andrew

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image KvanteTore · Jul 24, 2012 at 06:16 AM 0
Share

I've spent too little time on unity answers lately, and didn't see this until now, but it is exactly what I was looking for back in 2010. Don't need it right now though, but I'll keep it in $$anonymous$$d :)

avatar image
12

Answer by Ludeme Games · Jun 29, 2013 at 02:52 AM

OBSProject http://obsproject.com/ is free, open source, and records high quality video with small file sizes.

Comment
Add comment · Show 4 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image LeMoine · Jan 26, 2014 at 05:28 PM 0
Share

Perfect! Thanks a lot!

avatar image bonesbrigade · Jun 25, 2014 at 02:23 AM 0
Share

This is the best solution in my opinion - it is very flexible, is FREE, and works out of the box for Windows users!

Thanks for the headsup!

avatar image fearlesshyena · May 11, 2016 at 04:50 AM 0
Share

Thanks this looks really promising. Looks like they're rewriting it from scratch with new features

avatar image t36k · May 17, 2016 at 09:32 AM 0
Share

Just tried the latest version released yesterday and it is super nice.

avatar image
4

Answer by Eric5h5 · Apr 07, 2010 at 08:24 PM

Use Screenflow, Screenflick, Snapz Pro, etc. if you're using OS X, or some equivalent app if you're on Windows. You can use this script on the wiki, but that's not really appropriate for standard gameplay since it changes the timescale to get a perfectly even framerate.

Comment
Add comment · Show 3 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image KvanteTore · Apr 08, 2010 at 10:02 AM 0
Share

I was thinking more along the lines to have it integrated in the game so that it can be done effortlessly by players

avatar image yoyo · Jan 01, 2011 at 06:11 PM 0
Share

Auto-export from the game would be cool. For video capture, fraps is the best "equivalent app ... on Windows" that I was able to find.

avatar image BloodMarked · Jul 27, 2017 at 06:12 PM 0
Share

new link for the script because the wiki moved: http://wiki.unity3d.com/index.php/ScreenShot$$anonymous$$ovie

avatar image
4

Answer by Nasr · Jan 31, 2011 at 09:42 AM

use fraps software its good FPS recorder . www.fraps.com/download.php

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Waz · May 01, 2012 at 01:04 AM 0
Share

FRAPS certainly works well for fullscreen games. Have not tried WebPlayer.

avatar image
1

Answer by lathomas64 · Apr 22, 2010 at 03:06 AM

If you are doing your scripting in c# you probably want to do something similar to this:

http://stackoverflow.com/questions/397754/record-video-of-screen-using-net-technologies

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image KvanteTore · Apr 22, 2010 at 10:09 AM 0
Share

Yep, looks promising, although it doesn't actually provide a solution :)

  • 1
  • 2
  • 3
  • ›

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

16 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Unity's Video Tutorial Down? Was trying to learn how to ask questions better. 0 Answers

iOS Unity game: what format video files should I use? 0 Answers

handheld player for ios 7 0 Answers

Add a Movie Texture to UI Button 0 Answers

DRM for video playback 2 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges