Skip to content

Instantly share code, notes, and snippets.

@unitycoder
Last active May 12, 2017 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unitycoder/5cb0449878b65cf26c52 to your computer and use it in GitHub Desktop.
Save unitycoder/5cb0449878b65cf26c52 to your computer and use it in GitHub Desktop.
Unity5 video importer commandline ogg ogv QuickTimeMovie
..Unity5\Editor\Data\Tools\QuicktimeTools.exe transcode -input yourvideo.mp4 -output "yourvideo.ogg" -vbr "4100000.000000" -abr "156000.000000"
// can use also
http://video.online-convert.com/convert-to-ogg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment