ekisu / mpv-webm

Simple WebM maker for mpv, with no external dependencies.
MIT License
576 stars 33 forks source link

mpv-webm makes corrupted file when exporting in 2x speed #143

Open AkechiiYEETS opened 2 years ago

AkechiiYEETS commented 2 years ago

OS: Windows 11 Version 10.0.22000 Build 22000 MPV Version: x86_64-20220522-git-9022b1b

Description

mpv-webm works fine for the most part, however if i try to export a video while having the playback at 2x speed (not tested at other speeds) it keeps exporting without stop, resulting in an un-openable file/un-deletable file

Log file

Attach the log file here. To generate a log file, you can add log-file=log.txt temporarily to your mpv.conf, or add --log-file=log.txt to the command line (it will be placed on the same location of the video file). You can use services like pastebin or similar ones to upload the file.

(There was no file generated even though i added said line to mpv.conf)

po5 commented 2 years ago

I had a fork of mpv-webm that added speed to ignored properties, but it's a hack since one may actually want to generate sped-up webms.
The behavior iirc is that the seek goes to the specified position multiplied by the speed factor. In your case, that may have been out of bounds.