Skip to content

Instantly share code, notes, and snippets.

@unitycoder
Last active May 12, 2017 09:13
Show Gist options
  • Select an option

  • Save unitycoder/5cb0449878b65cf26c52 to your computer and use it in GitHub Desktop.

Select an option

Save unitycoder/5cb0449878b65cf26c52 to your computer and use it in GitHub Desktop.

Revisions

  1. unitycoder revised this gist May 12, 2017. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1,4 @@
    ..Unity5\Editor\Data\Tools\QuicktimeTools.exe transcode -input yourvideo.mp4 -output "yourvideo.ogg" -vbr "4100000.000000" -abr "156000.000000"
    ..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
  2. unitycoder revised this gist Nov 5, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ..Unity5\Editor\Data\Tools\QuicktimeTools.exe "transcode" "-input" "yourvideo.mp4" "-output" "yourvideo.ogg" "-vbr" "4100000.000000" "-abr" "156000.000000"
    ..Unity5\Editor\Data\Tools\QuicktimeTools.exe transcode -input yourvideo.mp4 -output "yourvideo.ogg" -vbr "4100000.000000" -abr "156000.000000"
  3. unitycoder revised this gist May 8, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    ..Unity5\Editor\Data\Tools\QuicktimeTools.exe "transcode" "-input" "Assets/video.mp4" "-output" "Temp/ImportedOgg.ogg" "-vbr" "4100000.000000" "-abr" "156000.000000"
    ..Unity5\Editor\Data\Tools\QuicktimeTools.exe "transcode" "-input" "yourvideo.mp4" "-output" "yourvideo.ogg" "-vbr" "4100000.000000" "-abr" "156000.000000"
  4. unitycoder created this gist Apr 5, 2015.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ..Unity5\Editor\Data\Tools\QuicktimeTools.exe "transcode" "-input" "Assets/video.mp4" "-output" "Temp/ImportedOgg.ogg" "-vbr" "4100000.000000" "-abr" "156000.000000"