Archived
Add dualfish.sh
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# https://developers.theta360.com/en/forums/viewtopic.php?p=760#p760
|
||||||
|
|
||||||
|
for f in R00100*.MOV; do
|
||||||
|
# Theta m15:
|
||||||
|
#/Applications/RICOH\ THETA.app/Contents/Resources/tools/DualfishBlender.osx $f processed/$f.MP4 -ki:15 -vb:12140768.074964808 -ab:128000 -ts:0 -af:-20 -dynamic
|
||||||
|
# Theta S:
|
||||||
|
/Applications/RICOH THETA.app/Contents/Resources/tools/DualfishBlender.osx $f processed/$f.MP4 -vb:16233530.896987628 -ab:128000 -ts:0 -af:-20 -dynamic
|
||||||
|
done
|
||||||
Reference in New Issue
Block a user