mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
unnecessary argument
This commit is contained in:
@@ -153,10 +153,6 @@ export class BaseConfig implements VideoCodecSWConfig {
|
||||
...this.getPresetOptions(),
|
||||
...this.getBitrateOptions(),
|
||||
...this.getEncoderOptions(),
|
||||
// -start_at_zero only applies meaningfully when seekSeconds is 0.
|
||||
// Combined with -ss N -copyts, it would shift the first frame to t=0
|
||||
// and break tfdt alignment with the playlist.
|
||||
...(options.seekSeconds ? [] : ['-start_at_zero']),
|
||||
'-copyts',
|
||||
'-r',
|
||||
`${options.packetCount * options.timeBase}/${options.totalDuration}`,
|
||||
|
||||
Reference in New Issue
Block a user