Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Capture SDK v1.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
grancia committed Apr 12, 2018
1 parent 2b2ca1a commit 1067213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Samples/Unity/Assets/EncodePackage/Script/CaptureOption.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ string StreamServerURL() {
}

string MovieName(int width, int height) {
return string.Format("{0}/movie_{1}x{2}_{3}.h264",
return string.Format("{0}/movie_{1}x{2}_{3}.mp4",
outputPath,
width, height,
DateTime.Now.ToString("yyyy-MM-dd hh_mm_ss"));
Expand Down
3 changes: 2 additions & 1 deletion Samples/Unity/Assets/Plugins/x86_64/README.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Please download FBCapture.dll on "https://github.com/facebook/360-Capture-SDK/releases" (Mar 5, 2018)
Capture SDK v1.3 (April 12th, 2018)
Please download the FBCapture.dll on "https://github.com/facebook/360-Capture-SDK/releases/tag/v1.3"

0 comments on commit 1067213

Please sign in to comment.