Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flame-clmc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
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
flame
flame-clmc
Commits
e5598326
Commit
e5598326
authored
7 years ago
by
MJB
Browse files
Options
Downloads
Patches
Plain Diff
updates to errors in ffmpeg
parent
e46bbbeb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/services/ffmpeg/install-ffmpeg.sh
+3
-1
3 additions, 1 deletion
test/services/ffmpeg/install-ffmpeg.sh
test/services/ffmpeg/transcode.sh
+2
-2
2 additions, 2 deletions
test/services/ffmpeg/transcode.sh
with
5 additions
and
3 deletions
test/services/ffmpeg/install-ffmpeg.sh
+
3
−
1
View file @
e5598326
...
...
@@ -6,7 +6,9 @@ apt-get -y install zip python
wget http://zebulon.bok.net/Bento4/binaries/Bento4-SDK-1-5-1-621.x86_64-unknown-linux.zip
unzip Bento4-SDK-1-5-1-621.x86_64-unknown-linux.zip
mv
Bento4-SDK-1-5-1-621.x86_64-unknown-linux /opt/
sudo
add-apt-repository ppa:jonathonf/ffmpeg-3
sudo
apt-get update
&&
sudo
apt
install
ffmpeg libav-tools x264 x265
sudo
apt-get update
&&
sudo
apt
-y
install
ffmpeg libav-tools x264 x265
ffmpeg
-version
This diff is collapsed.
Click to expand it.
test/services/ffmpeg/transcode.sh
+
2
−
2
View file @
e5598326
...
...
@@ -20,10 +20,10 @@ rm -rf output
ffmpeg
-y
-i
$INPUT
-profile
:v baseline
-level
3.0
-c
:a aac
-ac
2
-ab
128k
-c
:v libx264
-x264opts
'keyint=24:min-keyint=24:no-scenecut'
-b
:v 400k
-maxrate
400k
-bufsize
1000k
-vf
"scale=-1:360"
-strict
experimental
$OUTPUT_iFRAMES
# fragment MP4
/
home/ubuntu
/Bento4-SDK-1-5-1-621.x86_64-unknown-linux/bin/mp4fragment
--timescale
1000
$OUTPUT_iFRAMES
$OUTPUT_FRAGMENTED
/
opt
/Bento4-SDK-1-5-1-621.x86_64-unknown-linux/bin/mp4fragment
--timescale
1000
$OUTPUT_iFRAMES
$OUTPUT_FRAGMENTED
# Option 1 with Bento4
/
home/ubuntu
/Bento4-SDK-1-5-1-621.x86_64-unknown-linux/bin/mp4dash
--mpd-name
=
stream.mpd
--use-segment-list
--use-compat-namespace
$OUTPUT_FRAGMENTED
/
opt
/Bento4-SDK-1-5-1-621.x86_64-unknown-linux/bin/mp4dash
--mpd-name
=
stream.mpd
--use-segment-list
--use-compat-namespace
$OUTPUT_FRAGMENTED
# not sure what this is for
mv
output/audio/en/mp4a/
*
output/audio/en
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment