Skip to content

Commit 312a13b

Browse files
authored
Added description of recent changes (audio)
1 parent 6e93c6b commit 312a13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Simple script to create equirectangular panorama from Samsung Gear 360.
88

99
Latest Changes:
1010

11+
- 2016-11-07: added sound to final video (contribution by OWKenobi), some small fixes.
1112
- 2016-10-23: experimental (read: slow and not tested well) support for video stiching.
1213
- 2016-09-29: removed bash dependency on Windows, one script for Linux & Windows, script can be run outside its original/installation directory.
1314
- 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):
9697
* video stitching works by converting it to image files, stitching them and then re-coding,
9798
* to reuse existing panorama template images are being, unnecessarily, upscaled and then downscaled - this slows the whole process
9899
(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),
100100
* 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
101101
optimised by removing files which are no longer needed, also check for left-over directories that might have not been removed,
102102
* possibly [GNU Parallel](https://www.gnu.org/software/parallel/) could be used for Linux for parallel panorama processing:

0 commit comments

Comments
 (0)