Olivier Perret

Results 138 comments of Olivier Perret

I couldn't reproduce it with your instructions. Could you also upload a log (using `--log-file=`), as well as trying with no configuration at all (i.e. use `--config-dir=.` from inside the...

Looking at when it was introduced (b03b51d2), it does not seem like it was ever 1-based, the test already assumed coordinates such as `'+0.5|m'`. `cursor_line` and `cursor_column` both explicitly add...

I like the change to not use lavfi-complex, but right now this doesn't work for videos which don't have a pixel aspect ratio of 1 (see also the `sar` part),...

This is because termcmd is not declared right away by x11.kak, only after it has been required. In the autodetection case, that's in a KakBegin hook (so after kakrc was...

@andreyorst I think the end marker can be found with `(?

@andreyorst thinking about it, I'm not sure if we can ever make this work properly. The code within `perl -e '...'` is only valid perl *after* it's been parsed by...

>I'm not super stoked at the idea of used arbitrary precision floating point for all of the parsing for trace file import I don't know much about the internals of...

You'll want to tweak these parameters https://github.com/occivink/mpv-scripts/blob/master/script-opts/encode_webm.conf#L16 They're just flags passed to `ffmpeg`, so take a look at its documentation