christoph-heinrich

Results 188 comments of christoph-heinrich

The default behavior of mpv is that when opened with `force-window=no` and you cycle your video track to `no`, the window disappears and you're left only with the terminal. Should...

You might want to try out `--af=scaletempo2=search-interval=50:window-size=40`. I've tried the example from @dardoor (`original (1x).opus`) and it sounds great at various speeds (>1).

`mpv --no-config --start=44 --speed=0.94 --af= 'https://www.youtube.com/watch?v=cnFubyqJ3Ro'` I don't hear a problem with scaletempo2, but maybe I'm so used to it that I don't even notice it anymore. [test.zip](https://github.com/mpv-player/mpv/files/9269831/test.zip) Admittedly I...

This seems to get out of sync sometimes, I'll have to look into that. Edit: I think I fixed it, but I'll do some more testing before pushing.

man page generation was broken

I have created a conditional profile in my config to avoid the problems that arise when speed is set to 1 with this sync mode (scaletempo2 doesn't like close to...

This new option, just like `display-resample`, tries to change the playback speed of video to better match the refresh rate of the display -> smoother playback. Higher values for `video-sync-max-video-change`...

As this isn't specific to scaletempo/scaletempo2 I don't want to name it after those (also works with rubberband). Rubberband, SoundTouch and Audacity all use the term "tempo" for changing speed...

> If some user want to do different things with sync to display vsync, they should clearly describe what they want and why. Then it is possible to look at...

I've changed it to display-tempo and updated the documentation. Although I'm not sure about the ```speed * video_speed_correction``` recommendation, because with vfr video `video_speed_correction` might get updated every frame, which...