9
2015
Converting videos to .ogg manually with QuicktimeTools.exe

HOW TO
– Open command prompt
– Go to your unity5 data folder, for example, C:\Program Files\Unity\Editor\Data\Tools\
– Run this command below to convert your videos: (*set correct paths to input and output videos, unless they are in the same directory)
> QuicktimeTools.exe transcode -input “yourvideo.mp4” -output “yourvideo.ogg”-vbr “4100000.000000” -abr “156000.000000”
BENEFITS
– Progress bar is displayed for the conversion!!1 (its super slow for big files..)
– You can cancel conversion with CTRL+C in the command prompt window
– You can keep working on unity while its converting
– Can open multiple command prompts to convert multiple files at the same time
—
OTHER NOTES
– If video importing doesnt work inside unity, download latest QuickTime player : https://www.apple.com/quicktime/
—
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 |
Related Posts
2 Comments + Add Comment
Leave a comment
Recent posts
- Favorites in PackageManager
- LudumDare59 : Signal
- Unity Editor: Tree Generator
- Leaf/Foliage Generator Tools (Runs in Browser)
- Testing Unity AI Beta
- Ways to Support UnityCoder Development
- Using UI Slider to Create 5-Star Rating Element
- Game Music Library For Unity (editor plugin)
- Fontastic : Easily Test Fonts in Unity Editor!
- GeoTiff Importer & Terrain Generator for Unity
- Create Baked DropShadow for UI images
- .JP2 Ortho Image Converter to PNG/JPG/TIFF
Recent Comments
- on Mesh Exploder (sources)
- on Sprite Sheet Flip Book Shader
- on Sprite Sheet Flip Book Shader
- on [Asset Store] PolygonCollider2D Optimizer
- on Trajectory Test Scene 2.0
- on Vector3 maths for dummies!
- on UnityHub 3.6.0: Remove Version Control & Cloud Dashboard columns
- on Using RenderDoc with Unity (graphics debugger)
Coin:
CUgDSbRqFcAumDSAcdKDvuXsw26VdkJe8C8WGUQHBAGS
An article by












Thank you this worked like a charm.
Can also use ffmpeg command line tool
– libtheora encoder
– qscale parameter controls bitrate
– YUV420p pixel format
*info from this video @21:20
https://youtu.be/m6Ii6HYMKdw?t=21m20s