Archived
1
0
This repository has been archived on 2025-07-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ricoh-theta/dualfish.sh
T
2015-12-30 17:21:18 +01:00

10 lines
464 B
Bash
Executable File

#!/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