May
9
2015

Converting videos to .ogg manually with QuicktimeTools.exe

quicktimetools_convert_video_to_ogg

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/


..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

view raw

gistfile1.txt

hosted with ❤ by GitHub


2 Comments + Add Comment

  • 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

Leave a comment

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.