Skip to content

Commit

Permalink
misc: rank va-h264 over other va encoders
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Feb 24, 2024
1 parent 27ae16d commit 6f6b6ba
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions data/resources/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,21 @@ experimental:
queue
muxer: webmmux

- id: va-h264
name: WebM VA H264
extension: mp4
videoenc: >
vapostproc !
vah264enc !
queue !
h264parse
audioenc: >
audioconvert !
lamemp3enc !
queue !
mpegaudioparse
muxer: mp4mux fragment-duration=500 fragment-mode=first-moov-then-finalise

- id: vaapi-vp8
name: WebM VAAPI VP8
extension: webm
Expand All @@ -110,18 +125,3 @@ experimental:
opusenc !
queue
muxer: webmmux

- id: va-h264
name: WebM VA H264
extension: mp4
videoenc: >
vapostproc !
vah264enc !
queue !
h264parse
audioenc: >
audioconvert !
lamemp3enc !
queue !
mpegaudioparse
muxer: mp4mux fragment-duration=500 fragment-mode=first-moov-then-finalise

0 comments on commit 6f6b6ba

Please sign in to comment.