Skip to content

Commit

Permalink
#809 HEVC encoding bug (DS 7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomskikh committed Sep 5, 2024
1 parent b838b14 commit 2136774
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions samples/issue-809/module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ parameters:
output_frame:
codec: hevc
encoder_params:
# 100 Mbps - module works normally
# 4.7 Mbps - module works normally on DS 7.0
bitrate: 4700000

# 100 Mbps - module works normally on DS 6.4, hangs on DS 7.0
#bitrate: 100000000

# 200 Mbps - module hangs after processing 150 frames
bitrate: 200000000
#bitrate: 200000000

0 comments on commit 2136774

Please sign in to comment.