Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bbb Render
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olivier Lischer
Bbb Render
Commits
9a3e800a
Commit
9a3e800a
authored
4 years ago
by
James Henstridge
Browse files
Options
Downloads
Patches
Plain Diff
README: with a profile written into the project, we don't need to specify it to render
parent
347daa64
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-3
2 additions, 3 deletions
README.md
make-xges.py
+1
-1
1 addition, 1 deletion
make-xges.py
with
3 additions
and
4 deletions
README.md
+
2
−
3
View file @
9a3e800a
...
...
@@ -82,11 +82,10 @@ before rendering.
## Render Video
If everything looks good, the project can be rendered to a video. The
following should produce an
mp
4 file suitable for upload to YouTube:
following should produce an
MP
4 file suitable for upload to YouTube:
```
ges-launch-1.0 --load presentation.xges -o presentation.mp4 \
--format 'video/quicktime,variant=iso:video/x-h264,profile=high:audio/mpeg,mpegversion=4,base-profile=lc'
ges-launch-1.0 --load presentation.xges -o presentation.mp4
```
Or alternatively, it can be rendered as WebM:
...
...
This diff is collapsed.
Click to expand it.
make-xges.py
+
1
−
1
View file @
9a3e800a
...
...
@@ -122,7 +122,7 @@ class Presentation:
# Add an encoding profile for the benefit of Pitivi
profile
=
GstPbutils
.
EncodingContainerProfile
.
new
(
'
bbb-render
'
,
'
bbb-render encoding profile
'
,
'
MP4
'
,
'
bbb-render encoding profile
'
,
Gst
.
Caps
.
from_string
(
'
video/quicktime, variant=(string)iso
'
))
profile
.
add_profile
(
GstPbutils
.
EncodingVideoProfile
.
new
(
Gst
.
Caps
.
from_string
(
'
video/x-h264,profile=high
'
),
None
,
...
...
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