Last change
on this file was 176, checked in by Silvan Scherrer, 9 years ago |
smplayer: update trunk to version 16.4
|
File size:
1.3 KB
|
Rev | Line | |
---|
[175] | 1 | This version supports mpv (http://mpv.io).
|
---|
| 2 |
|
---|
| 3 | To use mpv instead of mplayer, open the smplayer preferences dialog,
|
---|
| 4 | and enter "mpv" instead of "mplayer" in the mplayer binary field.
|
---|
| 5 | Only mpv 0.6.2 has been tested, it may not work with older versions.
|
---|
| 6 |
|
---|
| 7 | While the most usual functions work, there are some known problems:
|
---|
| 8 |
|
---|
| 9 | * the options in the DVD menus can't be selected with the mouse. Reason:
|
---|
| 10 | there's no slave command to pass the mouse position to mpv.
|
---|
| 11 | * the audio equalizer works, but adjusting it with the controls is not
|
---|
| 12 | smooth. Reason: the slave command "af_cmdline equalizer" is missing.
|
---|
| 13 | * it's not possible to change the hue when using the software video
|
---|
| 14 | equalizer. Reason: the hue filter is missing.
|
---|
| 15 | * the postprocessing filter won't work. Reason: the -autoq option
|
---|
| 16 | is missing.
|
---|
| 17 | * the filter kerndeint won't work. Reason: this filter is missing.
|
---|
| 18 | If you select it, smplayer will use yadif instead.
|
---|
| 19 | * Thumbnail generator. It's very slow if you select to extract png files. It
|
---|
| 20 | works fine with jpg.
|
---|
| 21 | * Audio CD. The first title is 1 instead of 0 (as opposite to DVD or bluray).
|
---|
| 22 | Track 0 and 1 plays the same track. I guess this is a bug, and I didn't
|
---|
| 23 | added a workaround. That means that the last track can't be played.
|
---|
| 24 | * VCD and DVB haven't been tested yet.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.