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 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
- Run webgl application locally using python
- [LudumDare53] Delivery
- Dungeon Crawler Jam 2023: Trials Of the Mage
- [GreaseMonkey] Display “Unity Version Added” info in API Docs
- Fake 3D Parallax Effect using Shader & (Pre-generated) Depth Map
- Using OpenAI API with WebRequest from Unity
- [LudumDare52] Theme: Harvest
- Painting with Compute Shader
- Draw Pseudo Hilbert Curve
- Unity Stable Diffusion plugin
- Testing Connected Component Labeling
- (news) Nano Tech for Unity
Recent Comments
- on [GreaseMonkey] Display “Unity Version Added” info in API Docs
- on [Asset Store] Point Cloud Viewer & Tools
- on [Asset Store] Point Cloud Viewer & Tools
- on LineRenderer with Outline Shader
- on UI Text TypeWriter Effect [Script]
- on UI Text TypeWriter Effect [Script]
- on 2D Raycasting Visibility – Voxel Travelsal
- on Publish .ipa file from Windows PC to iOS without Mac
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