Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Caption Whale
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
digital-research-services
Caption Whale
Merge requests
!2
Fix issue 1 - spaces in filenames cause problems
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix issue 1 - spaces in filenames cause problems
issue1_filname_spaces
into
master
Overview
1
Commits
1
Changes
2
Merged
Keith Gilbertson
requested to merge
issue1_filname_spaces
into
master
4 years ago
Overview
1
Commits
1
Changes
2
Expand
This fixes issues that caused the process to break when working with spaces in filenames.
add quotations in s3 shell command
remove space from transcribe job name
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ec8e81ec
1 commit,
4 years ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
create_captions.sh
+
1
−
1
Options
@@ -14,5 +14,5 @@ python /convert_all_json_to_vtt.py /incoming_mp4
# the bucket. Leave them in the local directory.
for
file
in
*
.mp4
do
aws s3
rm
s3://vtwxvideocaptionuploads/
$file
aws s3
rm
"
s3://vtwxvideocaptionuploads/
$file
"
done
Loading