mpv-webm icon indicating copy to clipboard operation
mpv-webm copied to clipboard

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

Open akeakeakeake opened this issue 3 years ago • 1 comments

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)

akeakeakeake avatar May 26 '22 19:05 akeakeakeake

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.

po5 avatar Aug 16 '22 09:08 po5