Kevin Mitchell
Kevin Mitchell
Ping. Any comments or suggestions for inclusion in the master branch?
whatever this was wasn't actually merged. I think I was adding `--static` to the `pkg-config` explicit command in `scripts/mpv-config`, but that idea (and the commits) were abandoned. This is only...
> There is no simple way to convert between the two. Yes there is. That's what [`--video-sync=display-*`](https://mpv.io/manual/master/#options-video-sync) is supposed to do.
I can confirm direct to full screen on secondary display requires `--screen=1` in addition to `--fs-screen=1` on openbox.
I think the idea of having a one true app is diminished if there is one for each platform. It also makes the tight coupling that @wm4 is talking about...
Please don't "fix" this. Unless there is literally no data, the track should be saved. The user can then use their own decision process as to whether they want to...
isn't the data stored as integers, in which case you should safely be able to make SILENT=0?
> to see the current frame type in OSD would be great. In `input.conf` I have ``` shift+f show_text "Picture Type: ${video-frame-info/picture-type}\n Interlaced:${video-frame-info/interlaced}\n TFF:${video-frame-info/tff}\n Repeat:${video-frame-info/repeat}" ```