mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-19 01:25:06 +00:00
fix: update default output profiles to include additional ffmpeg parameters for improved processing speed.
Some checks are pending
CI Pipeline / prepare (push) Waiting to run
CI Pipeline / docker (amd64, ubuntu-24.04) (push) Blocked by required conditions
CI Pipeline / docker (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
CI Pipeline / create-manifest (push) Blocked by required conditions
Build and Push Multi-Arch Docker Image / build-and-push (push) Waiting to run
Some checks are pending
CI Pipeline / prepare (push) Waiting to run
CI Pipeline / docker (amd64, ubuntu-24.04) (push) Blocked by required conditions
CI Pipeline / docker (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
CI Pipeline / create-manifest (push) Blocked by required conditions
Build and Push Multi-Arch Docker Image / build-and-push (push) Waiting to run
This commit is contained in:
parent
d448561767
commit
8ac0aa4f5f
1 changed files with 6 additions and 0 deletions
|
|
@ -11,12 +11,15 @@ def create_default_output_profiles(apps, schema_editor):
|
|||
'command': 'ffmpeg',
|
||||
'parameters': (
|
||||
'-fflags +discardcorrupt+genpts+nobuffer '
|
||||
'-probesize 512K '
|
||||
'-analyzeduration 0 '
|
||||
'-i pipe:0 '
|
||||
'-map 0 '
|
||||
'-c:v copy '
|
||||
'-c:a ac3 '
|
||||
'-b:a 384k '
|
||||
'-max_muxing_queue_size 4096 '
|
||||
'-flush_packets 1 '
|
||||
'-mpegts_flags +pat_pmt_at_frames+resend_headers+initial_discontinuity '
|
||||
'-f mpegts pipe:1'
|
||||
),
|
||||
|
|
@ -30,6 +33,8 @@ def create_default_output_profiles(apps, schema_editor):
|
|||
'command': 'ffmpeg',
|
||||
'parameters': (
|
||||
'-fflags +discardcorrupt+genpts+nobuffer '
|
||||
'-probesize 512K '
|
||||
'-analyzeduration 0 '
|
||||
'-i pipe:0 '
|
||||
'-map 0 '
|
||||
'-c:v copy '
|
||||
|
|
@ -37,6 +42,7 @@ def create_default_output_profiles(apps, schema_editor):
|
|||
'-b:a 192k '
|
||||
'-ac 2 '
|
||||
'-max_muxing_queue_size 4096 '
|
||||
'-flush_packets 1 '
|
||||
'-mpegts_flags +pat_pmt_at_frames+resend_headers+initial_discontinuity '
|
||||
'-f mpegts pipe:1'
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue