Skip to content

Commit

Permalink
copyts makes subtitle go out of sync when seeking
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Dec 10, 2023
1 parent 267cfa6 commit 7888626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seplis_play_server/transcoders/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def set_video(self):
self.ffmpeg_args.extend([
{'-start_at_zero': None},
{'-avoid_negative_ts': 'disabled'},
{'-copyts': None},
#{'-copyts': None},
])
else:
if config.ffmpeg_hwaccel_enabled:
Expand Down

0 comments on commit 7888626

Please sign in to comment.