re-introduce framerate normalization (#610)
This commit is contained in:
@@ -28,7 +28,8 @@ namespace ErsatzTV.Core.Interfaces.FFmpeg
|
||||
FillerKind fillerKind,
|
||||
TimeSpan inPoint,
|
||||
TimeSpan outPoint,
|
||||
long ptsOffset);
|
||||
long ptsOffset,
|
||||
Option<int> targetFramerate);
|
||||
|
||||
Task<Process> ForError(
|
||||
string ffmpegPath,
|
||||
|
||||
Reference in New Issue
Block a user