{"id":3829,"date":"2015-05-09T00:37:50","date_gmt":"2015-05-08T21:37:50","guid":{"rendered":"http:\/\/unitycoder.com\/blog\/?p=3829"},"modified":"2015-05-30T01:31:18","modified_gmt":"2015-05-29T22:31:18","slug":"converting-videos-to-ogg-manually-with-quicktimetools-exe","status":"publish","type":"post","link":"https:\/\/unitycoder.com\/blog\/2015\/05\/09\/converting-videos-to-ogg-manually-with-quicktimetools-exe\/","title":{"rendered":"Converting videos to .ogg manually with QuicktimeTools.exe"},"content":{"rendered":"<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"3830\" data-permalink=\"https:\/\/unitycoder.com\/blog\/2015\/05\/09\/converting-videos-to-ogg-manually-with-quicktimetools-exe\/quicktimetools_convert_video_to_ogg\/\" data-orig-file=\"https:\/\/i0.wp.com\/unitycoder.com\/blog\/wp-content\/uploads\/2015\/05\/quicktimetools_convert_video_to_ogg.jpg?fit=668%2C379&amp;ssl=1\" data-orig-size=\"668,379\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"quicktimetools_convert_video_to_ogg\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/unitycoder.com\/blog\/wp-content\/uploads\/2015\/05\/quicktimetools_convert_video_to_ogg.jpg?fit=668%2C379&amp;ssl=1\" class=\"alignnone size-full wp-image-3830\" src=\"https:\/\/i0.wp.com\/unitycoder.com\/blog\/wp-content\/uploads\/2015\/05\/quicktimetools_convert_video_to_ogg.jpg?resize=668%2C379\" alt=\"quicktimetools_convert_video_to_ogg\" width=\"668\" height=\"379\" srcset=\"https:\/\/i0.wp.com\/unitycoder.com\/blog\/wp-content\/uploads\/2015\/05\/quicktimetools_convert_video_to_ogg.jpg?w=668&amp;ssl=1 668w, https:\/\/i0.wp.com\/unitycoder.com\/blog\/wp-content\/uploads\/2015\/05\/quicktimetools_convert_video_to_ogg.jpg?resize=300%2C170&amp;ssl=1 300w\" sizes=\"auto, (max-width: 668px) 100vw, 668px\" \/><\/p>\n<p><strong>HOW TO<\/strong><br \/>\n&#8211; Open <a href=\"http:\/\/windows.microsoft.com\/en-us\/windows-vista\/open-a-command-prompt-window\" target=\"_blank\">command prompt <\/a><br \/>\n&#8211; Go to your unity5 data folder, for example, C:\\Program Files\\Unity\\Editor\\Data\\Tools\\<br \/>\n&#8211; Run this command below to convert your videos: (*set correct paths to input and output videos, unless they are in the same directory)<br \/>\n&gt; QuicktimeTools.exe transcode -input &#8220;yourvideo.mp4&#8221; -output &#8220;yourvideo.ogg&#8221;-vbr &#8220;4100000.000000&#8221; -abr &#8220;156000.000000&#8221;<\/p>\n<p><strong>BENEFITS<\/strong><br \/>\n&#8211; Progress bar is displayed for the conversion!!1 (its super slow for big files..)<br \/>\n&#8211; You can cancel conversion with CTRL+C in the command prompt window<br \/>\n&#8211; You can keep working on unity while its converting<br \/>\n&#8211; Can open multiple command prompts to convert multiple files at the same time<\/p>\n<p>&#8212;<\/p>\n<p><strong>OTHER NOTES<\/strong><\/p>\n<p>&#8211; If video importing doesnt work inside unity, download latest QuickTime player : <a href=\"https:\/\/www.apple.com\/quicktime\/\" target=\"_blank\">https:\/\/www.apple.com\/quicktime\/<\/a><br \/>\n&#8212;<\/p>\n<style>.gist table { margin-bottom: 0; }<\/style>\n<div style=\"tab-size: 8\" id=\"gist21104197\" class=\"gist\">\n<div class=\"gist-file\" translate=\"no\" data-color-mode=\"light\" data-light-theme=\"light\">\n<div class=\"gist-data\">\n<div class=\"js-gist-file-update-container js-task-list-container\">\n<div id=\"file-gistfile1-txt\" class=\"file my-2\">\n<div itemprop=\"text\"\n      class=\"Box-body p-0 blob-wrapper data type-text  \"\n      style=\"overflow: auto\" tabindex=\"0\" role=\"region\"\n      aria-label=\"gistfile1.txt content, created by unitycoder on 08:35PM on April 05, 2015.\"\n    ><\/p>\n<div class=\"js-check-hidden-unicode js-blob-code-container blob-code-content\">\n<p>  <template class=\"js-file-alert-template\"><\/p>\n<div data-view-component=\"true\" class=\"flash flash-warn flash-full d-flex flex-items-center\">\n  <svg aria-hidden=\"true\" data-component=\"Octicon\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-alert\">\n    <path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"><\/path>\n<\/svg><br \/>\n    <span><br \/>\n      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.<br \/>\n      <a class=\"Link--inTextBlock\" href=\"https:\/\/github.co\/hiddenchars\" target=\"_blank\">Learn more about bidirectional Unicode characters<\/a><br \/>\n    <\/span><\/p>\n<div data-view-component=\"true\" class=\"flash-action\">        <a href=\"{{ revealButtonHref }}\" data-view-component=\"true\" class=\"btn-sm btn\">    Show hidden characters<br \/>\n<\/a>\n<\/div>\n<\/div>\n<p><\/template><br \/>\n<template class=\"js-line-alert-template\"><br \/>\n  <span aria-label=\"This line has hidden Unicode characters\" data-view-component=\"true\" class=\"line-alert tooltipped tooltipped-e\"><br \/>\n    <svg aria-hidden=\"true\" data-component=\"Octicon\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-view-component=\"true\" class=\"octicon octicon-alert\">\n    <path d=\"M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"><\/path>\n<\/svg><br \/>\n<\/span><\/template><\/p>\n<table data-hpc class=\"highlight tab-size js-file-line-container\" data-tab-size=\"4\" data-paste-markdown-skip data-tagsearch-path=\"gistfile1.txt\">\n<tr>\n<td id=\"file-gistfile1-txt-L1\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"1\"><\/td>\n<td id=\"file-gistfile1-txt-LC1\" class=\"blob-code blob-code-inner js-file-line\">..Unity5\\Editor\\Data\\Tools\\QuicktimeTools.exe transcode -input yourvideo.mp4 -output &quot;yourvideo.ogg&quot; -vbr &quot;4100000.000000&quot; -abr &quot;156000.000000&quot;<\/td>\n<\/tr>\n<tr>\n<td id=\"file-gistfile1-txt-L2\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"2\"><\/td>\n<td id=\"file-gistfile1-txt-LC2\" class=\"blob-code blob-code-inner js-file-line\">\n<\/td>\n<\/tr>\n<tr>\n<td id=\"file-gistfile1-txt-L3\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"3\"><\/td>\n<td id=\"file-gistfile1-txt-LC3\" class=\"blob-code blob-code-inner js-file-line\">\/\/ can use also<\/td>\n<\/tr>\n<tr>\n<td id=\"file-gistfile1-txt-L4\" class=\"blob-num js-line-number js-blob-rnum\" data-line-number=\"4\"><\/td>\n<td id=\"file-gistfile1-txt-LC4\" class=\"blob-code blob-code-inner js-file-line\">http:\/\/video.online-convert.com\/convert-to-ogg<\/td>\n<\/tr>\n<\/table>\n<\/div><\/div>\n<\/p><\/div>\n<\/div><\/div>\n<div class=\"gist-meta\">\n        <a href=\"https:\/\/gist.github.com\/unitycoder\/5cb0449878b65cf26c52\/raw\/c7189454ade389727422d5f33e5ea5b38f919206\/gistfile1.txt\" style=\"float:right\" class=\"Link--inTextBlock\">view raw<\/a><br \/>\n        <a href=\"https:\/\/gist.github.com\/unitycoder\/5cb0449878b65cf26c52#file-gistfile1-txt\" class=\"Link--inTextBlock\"><br \/>\n          gistfile1.txt<br \/>\n        <\/a><br \/>\n        hosted with &#10084; by <a class=\"Link--inTextBlock\" href=\"https:\/\/github.com\">GitHub<\/a>\n      <\/div>\n<\/p><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>HOW TO &#8211; Open command prompt &#8211; Go to your unity5 data folder, for example, C:\\Program Files\\Unity\\Editor\\Data\\Tools\\ &#8211; Run this command below to convert your videos: (*set correct paths to input and output videos, unless they are in the same directory) &gt; QuicktimeTools.exe transcode -input [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3830,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[420,3],"tags":[389,741,742,743,740],"class_list":["post-3829","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","category-unity3d","tag-convert","tag-mp4","tag-ogg","tag-quicktimetools","tag-video"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/unitycoder.com\/blog\/wp-content\/uploads\/2015\/05\/quicktimetools_convert_video_to_ogg.jpg?fit=668%2C379&ssl=1","jetpack_shortlink":"https:\/\/wp.me\/p1KTaT-ZL","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/unitycoder.com\/blog\/wp-json\/wp\/v2\/posts\/3829","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unitycoder.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unitycoder.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unitycoder.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unitycoder.com\/blog\/wp-json\/wp\/v2\/comments?post=3829"}],"version-history":[{"count":3,"href":"https:\/\/unitycoder.com\/blog\/wp-json\/wp\/v2\/posts\/3829\/revisions"}],"predecessor-version":[{"id":3874,"href":"https:\/\/unitycoder.com\/blog\/wp-json\/wp\/v2\/posts\/3829\/revisions\/3874"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/unitycoder.com\/blog\/wp-json\/wp\/v2\/media\/3830"}],"wp:attachment":[{"href":"https:\/\/unitycoder.com\/blog\/wp-json\/wp\/v2\/media?parent=3829"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unitycoder.com\/blog\/wp-json\/wp\/v2\/categories?post=3829"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unitycoder.com\/blog\/wp-json\/wp\/v2\/tags?post=3829"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}