Last active
May 12, 2017 09:13
-
-
Save unitycoder/5cb0449878b65cf26c52 to your computer and use it in GitHub Desktop.
Unity5 video importer commandline ogg ogv QuickTimeMovie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
..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