There was an error while loading. Please reload this page.
1 parent 0001945 commit a0677aaCopy full SHA for a0677aa
pvsfunc/plwi.py
@@ -103,7 +103,7 @@ def _fps_reset(file_path: Path) -> Path:
103
if video_track.original_frame_rate is None:
104
# no container-set FPS to remove, return unchanged
105
return file_path
106
- out_path = file_path.with_stem(".pfpsreset.mkv")
+ out_path = file_path.with_suffix(".pfpsreset.mkv")
107
if out_path.is_file():
108
# an fps reset was already run on this file, re-use
109
# TODO: could be untrusted, user might just make a file named this
0 commit comments