Commit 312a13b 1 parent 6e93c6b commit 312a13b Copy full SHA for 312a13b
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Simple script to create equirectangular panorama from Samsung Gear 360.
8
8
9
9
Latest Changes:
10
10
11
+ - 2016-11-07: added sound to final video (contribution by OWKenobi), some small fixes.
11
12
- 2016-10-23: experimental (read: slow and not tested well) support for video stiching.
12
13
- 2016-09-29: removed bash dependency on Windows, one script for Linux & Windows, script can be run outside its original/installation directory.
13
14
- 2016-07-31: removed dependency on ImageMagick, optional second parameter as output filename.
@@ -96,7 +97,6 @@ What is wrong (loose notes about the script):
96
97
* video stitching works by converting it to image files, stitching them and then re-coding,
97
98
* to reuse existing panorama template images are being, unnecessarily, upscaled and then downscaled - this slows the whole process
98
99
(I suspect by a significant amount), new panorama template would have to be created to speed things up,
99
- * audio is not there yet (copy stream should do the trick),
100
100
* it might require a lot of disk space (gigabytes or even more) as the long videos will result in many image files, this could be
101
101
optimised by removing files which are no longer needed, also check for left-over directories that might have not been removed,
102
102
* possibly [ GNU Parallel] ( https://www.gnu.org/software/parallel/ ) could be used for Linux for parallel panorama processing:
You can’t perform that action at this time.
0 commit comments