Peter B.

Results 17 comments of Peter B.

I think changing field order without re-encoding still has some issues... Just recently stumbled over a case where, **even with re-encoding**, the "original scan order" (Mediainfo-speak) was remembered (v210/MOV to...

Thanks for your reply! :) I've tried again now, and keybinding seems to be recognized now. No more message: "No key binding found for key 'Ctrl+Alt+V'". So key-bindings seem to...

I've added a dummy-messages to "paste_timestamp()" - to see if (and how far) it's being executed: Seems it never gets past the "if clipboard == nil then return end" line....

Seems that the "platform" string cannot be read (is nil)? ``` local platform = mp.get_property_native("platform") mp.osd_message("platform" .. platform) ``` Throws: > [seek_to] Lua error: ~/.config/mpv/scripts/seek-to.lua:8: attempt to concatenate local 'platform'...

Interesting that you can't reproduce it. Good! Yet odd for me :wink: I'll revert my VM and try again then. Thanks for checking!

@Artoria2e5: Indeed, there are 2 different comparison tables listed: * GOP difference = Filesize difference between GOP=1 and GOP=300. * Size difference = Filesize difference between raw (=uncompressed) and GOP=1....

+1 This would be a great feature, indeed :)