Spaces:
Build error
Build error
Commit
·
2caff2e
1
Parent(s):
faac575
making logs less verbose
Browse files- scripts/video1.sh +1 -1
- scripts/video2.sh +1 -1
scripts/video1.sh
CHANGED
@@ -18,7 +18,7 @@ while true; do
|
|
18 |
echo "ffconcat version 1.0" > channel_1_video_list_a.txt
|
19 |
echo "ffconcat version 1.0" > channel_1_video_list_b.txt
|
20 |
for (( i=0; i<${#files[@]}; i++ )); do
|
21 |
-
echo "file '${files[$i]}'"
|
22 |
if (( i%2 == 0 )); then
|
23 |
echo "file '${files[$i]}'" >> channel_1_video_list_a.txt
|
24 |
else
|
|
|
18 |
echo "ffconcat version 1.0" > channel_1_video_list_a.txt
|
19 |
echo "ffconcat version 1.0" > channel_1_video_list_b.txt
|
20 |
for (( i=0; i<${#files[@]}; i++ )); do
|
21 |
+
# echo "file '${files[$i]}'"
|
22 |
if (( i%2 == 0 )); then
|
23 |
echo "file '${files[$i]}'" >> channel_1_video_list_a.txt
|
24 |
else
|
scripts/video2.sh
CHANGED
@@ -18,7 +18,7 @@ while true; do
|
|
18 |
echo "ffconcat version 1.0" > channel_2_video_list_a.txt
|
19 |
echo "ffconcat version 1.0" > channel_2_video_list_b.txt
|
20 |
for (( i=0; i<${#files[@]}; i++ )); do
|
21 |
-
echo "file '${files[$i]}'"
|
22 |
if (( i%2 == 0 )); then
|
23 |
echo "file '${files[$i]}'" >> channel_2_video_list_a.txt
|
24 |
else
|
|
|
18 |
echo "ffconcat version 1.0" > channel_2_video_list_a.txt
|
19 |
echo "ffconcat version 1.0" > channel_2_video_list_b.txt
|
20 |
for (( i=0; i<${#files[@]}; i++ )); do
|
21 |
+
# echo "file '${files[$i]}'"
|
22 |
if (( i%2 == 0 )); then
|
23 |
echo "file '${files[$i]}'" >> channel_2_video_list_a.txt
|
24 |
else
|