Skip to content

Commit

Permalink
Use baseline libx264 instead of high
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyBoo6 committed Jul 1, 2024
1 parent ac8c823 commit fb1263a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/cache/transcoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class Transcoder {
'h264_mp4toannexb',
// Now defaults to high 10 currently unsupported in Firefox
'-profile:v',
'high',
'main',
'-tune',
'film',
...(realtime ? ['-quality', 'realtime', '-preset', 'ultrafast'] : ['-quality', 'good', '-preset', 'medium']),
Expand Down

0 comments on commit fb1263a

Please sign in to comment.