Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALICE-open-data
ALICE Blender animation
Commits
87c54144
Commit
87c54144
authored
Jul 28, 2020
by
Breno Rilho Lemos
💬
Browse files
Fix mosaic option files overlapping
parent
038ecc08
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflow_sketch.sh
View file @
87c54144
...
@@ -738,10 +738,10 @@ elif [ "$SAMPLE" = "false" ]; then
...
@@ -738,10 +738,10 @@ elif [ "$SAMPLE" = "false" ]; then
fi
fi
# Setting input names for clips in order to make mosaic clip
# Setting input names for clips in order to make mosaic clip
INPUT_ONE
=
*${
EVENT_UNIQUE_ID
}*
BarrelCamera
*${
FPS_DUR
}
.mp4
INPUT_ONE
=
*${
EVENT_UNIQUE_ID
}
.dat
*
BarrelCamera
*${
FPS_DUR
}
.mp4
INPUT_TWO
=
*${
EVENT_UNIQUE_ID
}*
ForwardCamera
*${
FPS_DUR
}
.mp4
INPUT_TWO
=
*${
EVENT_UNIQUE_ID
}
.dat
*
ForwardCamera
*${
FPS_DUR
}
.mp4
INPUT_THREE
=
*${
EVENT_UNIQUE_ID
}*
Moving1Camera
*${
FPS_DUR
}
.mp4
INPUT_THREE
=
*${
EVENT_UNIQUE_ID
}
.dat
*
Moving1Camera
*${
FPS_DUR
}
.mp4
INPUT_FOUR
=
*${
EVENT_UNIQUE_ID
}*
OverviewCamera
*${
FPS_DUR
}
.mp4
INPUT_FOUR
=
*${
EVENT_UNIQUE_ID
}
.dat
*
OverviewCamera
*${
FPS_DUR
}
.mp4
ffmpeg
-i
${
INPUT_FOUR
}
-i
${
INPUT_TWO
}
-i
${
INPUT_THREE
}
-i
${
INPUT_ONE
}
-filter_complex
\
ffmpeg
-i
${
INPUT_FOUR
}
-i
${
INPUT_TWO
}
-i
${
INPUT_THREE
}
-i
${
INPUT_ONE
}
-filter_complex
\
"[0:v][1:v]hstack=inputs=2[top];[2:v][3:v]hstack=inputs=2[bottom];[top][bottom]vstack=inputs=2[v]"
\
"[0:v][1:v]hstack=inputs=2[top];[2:v][3:v]hstack=inputs=2[bottom];[top][bottom]vstack=inputs=2[v]"
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment